/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.h | 128 static const flatbuffers::TypeCode type_codes[] = { in EnumInNestedNSTypeTable() local 142 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names in EnumInNestedNSTypeTable() 148 static const flatbuffers::TypeCode type_codes[] = { in TableInNestedNSTypeTable() local 155 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names in TableInNestedNSTypeTable() 161 static const flatbuffers::TypeCode type_codes[] = { in StructInNestedNSTypeTable() local 171 flatbuffers::ST_STRUCT, 2, type_codes, nullptr, values, names in StructInNestedNSTypeTable()
|
D | namespace_test2_generated.h | 239 static const flatbuffers::TypeCode type_codes[] = { in TableInFirstNSTypeTable() local 255 flatbuffers::ST_TABLE, 3, type_codes, type_refs, nullptr, names in TableInFirstNSTypeTable() 265 static const flatbuffers::TypeCode type_codes[] = { in TableInCTypeTable() local 278 flatbuffers::ST_TABLE, 2, type_codes, type_refs, nullptr, names in TableInCTypeTable() 288 static const flatbuffers::TypeCode type_codes[] = { in SecondTableInATypeTable() local 298 flatbuffers::ST_TABLE, 1, type_codes, type_refs, nullptr, names in SecondTableInATypeTable()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GetDescriptions.java | 131 Map<String, Set<String>> type_codes = name_type_codes.get(name); in showReverse() local 132 Set<String> types = type_codes.keySet(); in showReverse() 133 for (String type : type_codes.keySet()) { in showReverse() 135 for (String code : type_codes.get(type)) { in showReverse() 201 Map<String, Set<String>> type_codes = name_type_codes.get(newDescriptionWithoutComment); in addTypeNameCode() local 202 if (type_codes == null) in addTypeNameCode() 203 …name_type_codes.put(newDescriptionWithoutComment, type_codes = new TreeMap<String, Set<String>>()); in addTypeNameCode() 204 Set<String> codes = type_codes.get(type); in addTypeNameCode() 205 if (codes == null) type_codes.put(type, codes = new TreeSet<String>()); in addTypeNameCode()
|
D | GenerateLanguageData.java | 116 …Relation<String, String> type_codes = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.clas… in main() local 137 type_codes.put(source + "\t" + scopeString + "\t" + type, fullCode); in main() 139 for (String type : type_codes.keySet()) { in main() 140 Set<String> codes = type_codes.getAll(type); in main()
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 677 static const flatbuffers::TypeCode type_codes[] = { in CharacterTypeTable() local 701 flatbuffers::ST_UNION, 7, type_codes, type_refs, nullptr, names in CharacterTypeTable() 707 static const flatbuffers::TypeCode type_codes[] = { in AttackerTypeTable() local 714 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names in AttackerTypeTable() 720 static const flatbuffers::TypeCode type_codes[] = { in RapunzelTypeTable() local 728 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names in RapunzelTypeTable() 734 static const flatbuffers::TypeCode type_codes[] = { in BookReaderTypeTable() local 742 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names in BookReaderTypeTable() 748 static const flatbuffers::TypeCode type_codes[] = { in MovieTypeTable() local 764 flatbuffers::ST_TABLE, 4, type_codes, type_refs, nullptr, names in MovieTypeTable()
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 670 static const flatbuffers::TypeCode type_codes[] = { 684 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names 690 static const flatbuffers::TypeCode type_codes[] = { 702 flatbuffers::ST_UNION, 2, type_codes, type_refs, nullptr, names 708 static const flatbuffers::TypeCode type_codes[] = { 720 flatbuffers::ST_STRUCT, 3, type_codes, nullptr, values, names 726 static const flatbuffers::TypeCode type_codes[] = { 757 flatbuffers::ST_TABLE, 10, type_codes, type_refs, nullptr, names 763 static const flatbuffers::TypeCode type_codes[] = { 772 flatbuffers::ST_TABLE, 2, type_codes, nullptr, nullptr, names
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 2974 static const flatbuffers::TypeCode type_codes[] = { 2989 flatbuffers::ST_ENUM, 3, type_codes, type_refs, values, names 2995 static const flatbuffers::TypeCode type_codes[] = { 3013 flatbuffers::ST_UNION, 4, type_codes, type_refs, nullptr, names 3019 static const flatbuffers::TypeCode type_codes[] = { 3037 flatbuffers::ST_UNION, 4, type_codes, type_refs, nullptr, names 3043 static const flatbuffers::TypeCode type_codes[] = { 3059 flatbuffers::ST_UNION, 4, type_codes, type_refs, nullptr, names 3087 static const flatbuffers::TypeCode type_codes[] = { 3097 flatbuffers::ST_STRUCT, 2, type_codes, nullptr, values, names [all …]
|
D | monster_extra_generated.h | 205 static const flatbuffers::TypeCode type_codes[] = { in MonsterExtraTypeTable() local 222 flatbuffers::ST_TABLE, 6, type_codes, nullptr, nullptr, names in MonsterExtraTypeTable()
|
/external/tensorflow/tensorflow/lite/experimental/writer/ |
D | option_writer_generator.cc | 138 flatbuffers::TypeCode code = d->type_codes[i]; in BuildOptionToTypeFunctionMap() 317 flatbuffers::TypeCode code = options->type_codes[i]; in GenerateImportForOp()
|
/external/flatbuffers/include/flatbuffers/ |
D | minireflect.h | 203 auto type_code = type_table->type_codes[type_code_idx]; in IterateValue() 237 auto type_code = type_table->type_codes[i]; in IterateObject()
|
D | flatbuffers.h | 2551 const TypeCode *type_codes; // num_elems count
|