Home
last modified time | relevance | path

Searched refs:type_field (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto32 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
Dwell_known_types_unittest.cc53 EXPECT_EQ(0, message.type_field().ByteSize()); in TEST()
/external/flatbuffers/include/flatbuffers/
Dreflection.h362 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/
Didl_parser.cpp761 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/
Demoji-sequences.txt13 # 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 …
Demoji-zwj-sequences.txt13 # 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 …