Home
last modified time | relevance | path

Searched defs:EnumValue (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_packed_gl_enums.py15 EnumValue = namedtuple('EnumValue', ['name', 'gl_name', 'value']) variable
/third_party/protobuf/php/src/Google/Protobuf/
H A DEnumValue.php16 class EnumValue extends \Google\Protobuf\Internal\Message class
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py47 class EnumValue: class
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.cc1597 EnumValue::EnumValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) EnumValue() function in EnumValue
1604 EnumValue::EnumValue(const EnumValue& from) EnumValue() function in EnumValue
[all...]
H A Dtype.pb.h1012 inline EnumValue() : EnumValue(nullptr) {} EnumValue() function in PROTOBUF_FINAL
1017 : EnumValue() { EnumValue() function in PROTOBUF_FINAL
[all...]
/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py91 EnumValue = namedtuple('EnumValue', ['name', 'value', 'valid', 'json_data']) variable
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs1398 public sealed partial class EnumValue : pb::IMessage<EnumValue> class
1419 public EnumValue() { EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
1426 public EnumValue(EnumValue other) : this() { EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs979 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h194 class EnumValue { class
196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function in spv::EnumValue
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function in spv::EnumValue
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h194 class EnumValue { class
196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function in spv::EnumValue
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function in spv::EnumValue
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h202 class EnumValue { class
204 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function in spv::EnumValue
205 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function in spv::EnumValue
[all...]

Completed in 25 milliseconds