Searched refs:TYPE_MAP (Results 1 – 3 of 3) sorted by relevance
76 …result.append(Strings.padEnd("Type: ", 25, ' ')).append(TYPE_MAP.get(type)).append(System.lineSepa… in dump()92 …private static final ImmutableMap<Integer, String> TYPE_MAP = ImmutableMap.<Integer, String>builde… field in ShadowTypedArray
62 TYPE_MAP = 9, enumerator365 bool IsVector() const { return type_ == TYPE_VECTOR || type_ == TYPE_MAP; } in IsVector()366 bool IsMap() const { return type_ == TYPE_MAP; } in IsMap()548 if (type_ == TYPE_VECTOR || type_ == TYPE_MAP) { in AsVector()575 if (type_ == TYPE_MAP) { in AsMap()1440 ? TYPE_MAP
401 A map (`TYPE_MAP`) is like an (untyped) vector, but with 2 prefixes before the