Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dtypes.c33 enum type_field { enum
41 enum type_field defined;
548 enum type_field type_field = 0; in SetKeyTypeField() local
551 type_field = TYPE_FIELD_MASK; in SetKeyTypeField()
555 type_field = TYPE_FIELD_MAP; in SetKeyTypeField()
559 type_field = TYPE_FIELD_PRESERVE; in SetKeyTypeField()
563 type_field = TYPE_FIELD_LEVEL_NAME; in SetKeyTypeField()
571 type->defined |= type_field; in SetKeyTypeField()
/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.h386 auto type_field = parent.fields()->LookupByKey( in GetUnionType() local
388 FLATBUFFERS_ASSERT(type_field); in GetUnionType()
389 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType()
/external/mesa3d/src/compiler/nir/
Dnir.h73 type_field, type_value) \ argument
77 assert(parent && parent->type_field == type_value); \
/external/flatbuffers/src/
Didl_parser.cpp867 auto type_field = parent_struct_def->fields.Lookup(type_name); in ParseAnyValue() local
868 FLATBUFFERS_ASSERT(type_field); // Guaranteed by ParseField(). in ParseAnyValue()
883 Value type_val = type_field->value; in ParseAnyValue()
884 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, one of the following:
22 # 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 …