/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wrappers.pb.cc | 125 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 130 Int32Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 135 sizeof(Int32Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 136 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 137 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 220 Int32Value_descriptor_, &Int32Value::default_instance()); in protobuf_RegisterTypes() 242 delete Int32Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto() 280 Int32Value::default_instance_ = new Int32Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 289 Int32Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 1359 const int Int32Value::kValueFieldNumber; [all …]
|
D | wrappers.pb.h | 44 class Int32Value; variable 432 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message /* @@protoc_insertion_poin… 434 Int32Value(); 435 virtual ~Int32Value(); 437 Int32Value(const Int32Value& from); 439 inline Int32Value& operator=(const Int32Value& from) { 449 static const Int32Value& default_instance(); 451 void UnsafeArenaSwap(Int32Value* other); 452 void Swap(Int32Value* other); 456 inline Int32Value* New() const { return New(NULL); } in New() [all …]
|
D | unittest_well_known_types.proto | 37 google.protobuf.Int32Value int32_field = 14; 62 repeated google.protobuf.Int32Value int32_field = 14; 84 google.protobuf.Int32Value int32_field = 14; 109 map<int32,google.protobuf.Int32Value> int32_field = 14;
|
D | wrappers.proto | 83 // The JSON representation for `Int32Value` is JSON number. 84 message Int32Value { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 42 …ypeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.I… in WrappersReflection() 558 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class 559 …ate static readonly pb::MessageParser<Int32Value> _parser = new pb::MessageParser<Int32Value>(() =… 561 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } } 574 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value 581 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value 586 public Int32Value Clone() { in Clone() 587 return new Int32Value(this); in Clone() 606 return Equals(other as Int32Value); in Equals() 610 public bool Equals(Int32Value other) { in Equals() [all …]
|
D | WrappersPartial.cs | 40 internal const int WrapperValueFieldNumber = Int32Value.ValueFieldNumber;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 137 [TestCase(typeof(Int32Value), "32", 32)] 228 Assert.AreEqual(new Int32Value { Value = 1 }, Int32Value.Parser.ParseJson("1")); in IndividualWrapperTypes() 230 Assert.AreEqual(new Int32Value { Value = 1 }, Int32Value.Parser.ParseJson("\"1\"")); in IndividualWrapperTypes()
|
D | JsonFormatterTest.cs | 277 Assert.AreEqual("0", JsonFormatter.Default.Format(new Int32Value())); in WrapperFormatting_Message() 519 [TestCase(typeof(Int32Value), 32, "32")]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_format_proto3.proto | 116 google.protobuf.Int32Value int32_value = 2; 126 repeated google.protobuf.Int32Value repeated_int32_value = 12;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 333 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue() 395 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapper()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 79 google.protobuf.Int32Value int32 = 1;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance.proto | 217 google.protobuf.Int32Value optional_int32_wrapper = 202; 227 repeated google.protobuf.Int32Value repeated_int32_wrapper = 212;
|
D | Makefile.am | 42 com/google/protobuf/Int32Value.java \
|
D | conformance_test.cc | 1871 [type.googleapis.com/google.protobuf.Int32Value] {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 39 import com.google.protobuf.Int32Value; 838 anyMessage = Any.pack(Int32Value.newBuilder().setValue(12345).build()); in testAnyFields()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 167 google.protobuf.Int32Value int32_value = 1;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 57 import com.google.protobuf.Int32Value; 565 printers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters() 1082 parsers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonParser.cs | 82 { Int32Value.Descriptor.FullName, MergeWrapperField },
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | json_format_test.py | 497 int32_value = wrappers_pb2.Int32Value()
|