Home
last modified time | relevance | path

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

123

/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
/third_party/glib/gobject/
Dgenums.c408 GEnumValue *enum_value; in g_enum_get_value_by_name() local
467 GEnumValue *enum_value; in g_enum_get_value_by_nick() local
524 GEnumValue *enum_value; in g_enum_get_value() local
591 GEnumValue *enum_value; in g_enum_to_string() 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/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtp.c117 GEnumValue *enum_value; in enum_nick_from_value() local
137 GEnumValue *enum_value; in enum_value_from_nick() local
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.h58 static const UnionInNestedNS enum_value = UnionInNestedNS_NONE; member
/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
/third_party/flatbuffers/tests/evolution_test/
Devolution_v1_generated.h87 static const Union enum_value = Union::NONE; member
Devolution_v2_generated.h99 static const Union enum_value = Union::NONE; member
/third_party/flatbuffers/samples/
Dmonster_generated.h99 static const Equipment enum_value = Equipment_NONE; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontextconfig.c395 GEnumValue *enum_value; in gst_gl_enum_value_to_const_string() 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
/third_party/gstreamer/gstreamer/tests/examples/controller/
Dcontroller-graph.c124 GEnumValue *enum_value; in main() local
/third_party/flatbuffers/tests/
Dmonster_test_generated.h230 static const Any enum_value = Any_NONE; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dutils.c139 GEnumValue *enum_value; in _enum_value_to_string() local
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h200 static const Any enum_value = Any::NONE; member
/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/spirv-headers/tools/buildHeaders/bin/
Dgenerate_language_headers.py112 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-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/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/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc147 bool CheckAndConvertUtils::GetDataFormatEnumValue(const ValuePtr &value, int64_t *enum_value) { in GetDataFormatEnumValue()
163 void CheckAndConvertUtils::GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_u… in GetPadModEnumValue()
181 void CheckAndConvertUtils::GetReductionEnumValue(const ValuePtr &value, int64_t *enum_value) { in GetReductionEnumValue()

123