Home
last modified time | relevance | path

Searched defs:EnumValue (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DEnumValue.php16 class EnumValue extends \Google\Protobuf\Internal\Message class
/third_party/skia/third_party/externals/angle2/src/common/
Dgen_packed_gl_enums.py15 EnumValue = namedtuple('EnumValue', ['name', 'gl_name', 'value']) variable
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmap_lite_test.proto43 enum EnumValue { enum
Dmap_test.proto42 enum EnumValue { enum
Dmap_for_proto2_test.proto42 enum EnumValue { enum
Dmap_for_proto2_lite_test.proto40 enum EnumValue { enum
/third_party/protobuf/php/tests/
DWellKnownTest.php15 use Google\Protobuf\EnumValue; alias
/third_party/protobuf/csharp/protos/
Dunittest_issues.proto76 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/third_party/protobuf/src/google/protobuf/
Dtype.proto157 message EnumValue { message
Dtype.pb.cc1597 EnumValue::EnumValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in EnumValue() function in EnumValue
1604 EnumValue::EnumValue(const EnumValue& from) in EnumValue() function in EnumValue
Dtype.pb.h64 class EnumValue; variable
1012 inline EnumValue() : EnumValue(nullptr) {} in EnumValue() function
1016 EnumValue(EnumValue&& from) noexcept in EnumValue() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs1398 public sealed partial class EnumValue : pb::IMessage<EnumValue> class
1419 public EnumValue() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
1426 public EnumValue(EnumValue other) : this() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py47 class EnumValue: class
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py91 EnumValue = namedtuple('EnumValue', ['name', 'value', 'valid', 'json_data']) variable
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs979 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js2305 class EnumValue extends _token_js__WEBPACK_IMPORTED_MODULE_1__.WrappedToken { class