Searched refs:type_field (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | unittest_well_known_types.proto | 32 google.protobuf.Type type_field = 9; field 56 repeated google.protobuf.Type type_field = 9; field 79 google.protobuf.Type type_field = 9; field 104 map<int32,google.protobuf.Type> type_field = 9; field
|
D | well_known_types_unittest.cc | 53 EXPECT_EQ(0, message.type_field().ByteSize()); in TEST()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection.h | 362 auto type_field = parent.fields()->LookupByKey( in GetUnionType() local 364 assert(type_field); in GetUnionType() 365 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType()
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 761 auto type_field = parent_struct_def->fields.Lookup(type_name); in ParseAnyValue() local 762 assert(type_field); // Guaranteed by ParseField(). in ParseAnyValue() 777 Value type_val = type_field->value; in ParseAnyValue() 778 ECHECK(ParseAnyValue(type_val, type_field, 0, nullptr)); in ParseAnyValue()
|
/external/unicode/ |
D | emoji-sequences.txt | 13 # code_point(s) ; type_field ; description # comments 16 # type_field: any of {Emoji_Combining_Sequence, Emoji_Flag_Sequence, Emoji_Modifier_Sequences} 17 # The type_field is a convenience for parsing the emoji sequence files, and is not intended to …
|
D | emoji-zwj-sequences.txt | 13 # code_point(s) ; type_field ; description # comments 16 # type_field: Emoji_ZWJ_Sequence 17 # The type_field is a convenience for parsing the emoji sequence files, and is not intended to …
|