Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.h60 class EnumValue; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dmap_test.proto43 enum EnumValue { enum
Dmap_for_proto2_test.proto43 enum EnumValue { enum
Dmap_for_proto2_lite_test.proto41 enum EnumValue { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto43 enum EnumValue { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto156 message EnumValue { message
Dtype.pb.cc2533 EnumValue::EnumValue() in EnumValue() function in google::protobuf::EnumValue
2543 EnumValue::EnumValue(const EnumValue& from) in EnumValue() function in google::protobuf::EnumValue
Dtype.pb.h44 class EnumValue; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs1098 public sealed partial class EnumValue : pb::IMessage<EnumValue> { class
1114 public EnumValue() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
1121 public EnumValue(EnumValue other) : this() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs702 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage