Searched defs:VmsLayer (Results 1 – 3 of 3) sorted by relevance
41 struct VmsLayer { struct42 VmsLayer(int type, int subtype, int version) : type(type), subtype(subtype), version(version) {} in VmsLayer() argument46 bool operator==(const VmsLayer& layer) const { argument55 size_t operator()(const VmsLayer& layer) const { in operator() argument
44 public final class VmsLayer implements Parcelable { class96 public VmsLayer( in VmsLayer() method in VmsLayer193 /* package-private */ VmsLayer(@android.annotation.NonNull Parcel in) { in VmsLayer() method in VmsLayer
146 Map.Entry<VmsLayer, SparseBooleanArray> entry) { in toAssociatedLayer()