Home
last modified time | relevance | path

Searched defs:enum_value (Results 1 – 25 of 30) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/
Dunittest_drop_unknown_fields.proto45 NestedEnum enum_value = 2; field
56 NestedEnum enum_value = 2; field
Dpreserve_unknown_enum_test.cc193 const EnumValueDescriptor* enum_value = r->GetEnum(message, field); in TEST() local
233 const EnumValueDescriptor* enum_value = r->GetEnum(message, singular_field); in TEST() local
246 const EnumValueDescriptor* enum_value = in TEST() local
Dtext_format.cc781 const EnumValueDescriptor* enum_value = nullptr; in ConsumeFieldValue() local
2390 int enum_value = in PrintFieldValue() local
Dwire_format.cc492 const EnumValueDescriptor* enum_value = in ParseAndMergeField() local
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dproto3.proto41 NestedEnum enum_value = 1; field
Ddefault_value_test.proto52 EnumDefault enum_value = 18; field
/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc198 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull() local
211 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull() local
224 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull() local
Ddatapiece.cc291 if (const google::protobuf::EnumValue* enum_value = in ToEnum() local
Dprotostream_objectsource.cc899 const google::protobuf::EnumValue* enum_value = in RenderNonMessageField() local
1029 const google::protobuf::EnumValue* enum_value = in ReadFieldValueAsString() local
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc166 const EnumValueDescriptor* enum_value = in AssignItem() local
255 const EnumValueDescriptor* enum_value = in Item() local
398 const EnumValueDescriptor* enum_value = in Subscript() local
Dmessage.cc1200 ScopedPyObjectPtr enum_value( in InitAttributes() local
2249 const EnumValueDescriptor* enum_value = in InternalGetScalar() local
2350 const EnumValueDescriptor* enum_value = in InternalSetNonOneofScalar() local
Dmap_container.cc288 const EnumValueDescriptor* enum_value = in PythonToMapValueRef() local
/third_party/spirv-headers/tools/buildHeaders/bin/
Dgenerate_language_headers.py112 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_language_headers.py73 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/spirv-tools/utils/
Dgenerate_language_headers.py73 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_language_headers.py73 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/
Dgenerate_language_headers.py112 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/
Dgenerate_language_headers.py112 def enum_value(self, prefix, name, value): member in LangGenerator
/third_party/json/docs/examples/
Dbasic_json__CompatibleType.cpp155 enum { enum_value = 17 }; in main() enumerator
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto65 EnumType enum_value = 10; field
/third_party/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp187 uint32_t enum_value; // Which enum, e.g. BuiltIn member
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp186 uint32_t enum_value; // Which enum, e.g. BuiltIn member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.annotation_test.cpp186 uint32_t enum_value; // Which enum, e.g. BuiltIn member
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc580 const EnumValueDescriptorProto& enum_value = proto->value(i); in ValidateEnum() local
603 for (const auto& enum_value : proto->value()) { in ValidateEnum() local
2031 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value, in ParseEnumConstant()
/third_party/libbpf/src/
Dbpf_core_read.h215 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
226 #define bpf_core_enum_value(enum_type, enum_value) \ argument

12