Home
last modified time | relevance | path

Searched refs:Int32Value (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.pb.cc125 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 …]
Dwrappers.pb.h44 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 …]
Dunittest_well_known_types.proto37 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;
Dwrappers.proto83 // 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/
DWrappers.cs42 …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 …]
DWrappersPartial.cs40 internal const int WrapperValueFieldNumber = Int32Value.ValueFieldNumber;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs137 [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()
DJsonFormatterTest.cs277 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/
Djson_format_proto3.proto116 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/
DWrappersTest.cs333 … 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/
Dwrappers.proto79 google.protobuf.Int32Value int32 = 1;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance.proto217 google.protobuf.Int32Value optional_int32_wrapper = 202;
227 repeated google.protobuf.Int32Value repeated_int32_wrapper = 212;
DMakefile.am42 com/google/protobuf/Int32Value.java \
Dconformance_test.cc1871 [type.googleapis.com/google.protobuf.Int32Value] {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java39 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/
Djson_test.proto167 google.protobuf.Int32Value int32_value = 1;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java57 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/
DJsonParser.cs82 { Int32Value.Descriptor.FullName, MergeWrapperField },
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py497 int32_value = wrappers_pb2.Int32Value()