/external/cldr/tools/java/org/unicode/cldr/tool/ |
GetDescriptions.java | 131 Map<String, Set<String>> type_codes = name_type_codes.get(name); local 132 Set<String> types = type_codes.keySet(); 133 for (String type : type_codes.keySet()) { 135 for (String code : type_codes.get(type)) { 201 Map<String, Set<String>> type_codes = name_type_codes.get(newDescriptionWithoutComment); local 202 if (type_codes == null) 203 name_type_codes.put(newDescriptionWithoutComment, type_codes = new TreeMap<String, Set<String>>()); 204 Set<String> codes = type_codes.get(type); 205 if (codes == null) type_codes.put(type, codes = new TreeSet<String>());
|
GenerateLanguageData.java | 116 Relation<String, String> type_codes = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); local 137 type_codes.put(source + "\t" + scopeString + "\t" + type, fullCode); 139 for (String type : type_codes.keySet()) { 140 Set<String> codes = type_codes.getAll(type);
|
/external/flatbuffers/tests/ |
monster_extra_generated.h | 205 static const flatbuffers::TypeCode type_codes[] = { local 222 flatbuffers::ST_TABLE, 6, type_codes, nullptr, nullptr, names
|
monster_test_generated.h | 2974 static const flatbuffers::TypeCode type_codes[] = { local 2995 static const flatbuffers::TypeCode type_codes[] = { local 3019 static const flatbuffers::TypeCode type_codes[] = { local 3043 static const flatbuffers::TypeCode type_codes[] = { local 3087 static const flatbuffers::TypeCode type_codes[] = { local 3103 static const flatbuffers::TypeCode type_codes[] = { local 3119 static const flatbuffers::TypeCode type_codes[] = { local 3147 static const flatbuffers::TypeCode type_codes[] = { local 3163 static const flatbuffers::TypeCode type_codes[] = { local 3180 static const flatbuffers::TypeCode type_codes[] = { local 3193 static const flatbuffers::TypeCode type_codes[] = { local 3313 static const flatbuffers::TypeCode type_codes[] = { local [all...] |
/external/flatbuffers/tests/namespace_test/ |
namespace_test1_generated.h | 128 static const flatbuffers::TypeCode type_codes[] = { local 142 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names 148 static const flatbuffers::TypeCode type_codes[] = { local 155 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names 161 static const flatbuffers::TypeCode type_codes[] = { local 171 flatbuffers::ST_STRUCT, 2, type_codes, nullptr, values, names
|
namespace_test2_generated.h | 239 static const flatbuffers::TypeCode type_codes[] = { local 255 flatbuffers::ST_TABLE, 3, type_codes, type_refs, nullptr, names 265 static const flatbuffers::TypeCode type_codes[] = { local 278 flatbuffers::ST_TABLE, 2, type_codes, type_refs, nullptr, names 288 static const flatbuffers::TypeCode type_codes[] = { local 298 flatbuffers::ST_TABLE, 1, type_codes, type_refs, nullptr, names
|
/external/flatbuffers/samples/ |
monster_generated.h | 670 static const flatbuffers::TypeCode type_codes[] = { local 684 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names 690 static const flatbuffers::TypeCode type_codes[] = { local 702 flatbuffers::ST_UNION, 2, type_codes, type_refs, nullptr, names 708 static const flatbuffers::TypeCode type_codes[] = { local 720 flatbuffers::ST_STRUCT, 3, type_codes, nullptr, values, names 726 static const flatbuffers::TypeCode type_codes[] = { local 757 flatbuffers::ST_TABLE, 10, type_codes, type_refs, nullptr, names 763 static const flatbuffers::TypeCode type_codes[] = { local 772 flatbuffers::ST_TABLE, 2, type_codes, nullptr, nullptr, name [all...] |
/external/flatbuffers/tests/union_vector/ |
union_vector_generated.h | 677 static const flatbuffers::TypeCode type_codes[] = { local 701 flatbuffers::ST_UNION, 7, type_codes, type_refs, nullptr, names 707 static const flatbuffers::TypeCode type_codes[] = { local 714 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names 720 static const flatbuffers::TypeCode type_codes[] = { local 728 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names 734 static const flatbuffers::TypeCode type_codes[] = { local 742 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names 748 static const flatbuffers::TypeCode type_codes[] = { local 764 flatbuffers::ST_TABLE, 4, type_codes, type_refs, nullptr, name [all...] |
/external/flatbuffers/include/flatbuffers/ |
flatbuffers.h | 2551 const TypeCode *type_codes; \/\/ num_elems count member in struct:TypeTable [all...] |