Home
last modified time | relevance | path

Searched refs:UInt64Value (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.pb.cc110 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
115 UInt64Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
120 sizeof(UInt64Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
122 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt64Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
218 UInt64Value_descriptor_, &UInt64Value::default_instance()); in protobuf_RegisterTypes()
240 delete UInt64Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
279 UInt64Value::default_instance_ = new UInt64Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
288 UInt64Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
1095 const int UInt64Value::kValueFieldNumber;
[all …]
Dwrappers.pb.h48 class UInt64Value; variable
337 class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message /* @@protoc_insertion_poi…
339 UInt64Value();
340 virtual ~UInt64Value();
342 UInt64Value(const UInt64Value& from);
344 inline UInt64Value& operator=(const UInt64Value& from) {
354 static const UInt64Value& default_instance();
356 void UnsafeArenaSwap(UInt64Value* other);
357 void Swap(UInt64Value* other);
361 inline UInt64Value* New() const { return New(NULL); } in New()
[all …]
Dunittest_well_known_types.proto36 google.protobuf.UInt64Value uint64_field = 13;
61 repeated google.protobuf.UInt64Value uint64_field = 13;
83 google.protobuf.UInt64Value uint64_field = 13;
108 map<int32,google.protobuf.UInt64Value> uint64_field = 13;
Dwrappers.proto75 // The JSON representation for `UInt64Value` is JSON string.
76 message UInt64Value { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs41 …peof(global::Google.Protobuf.WellKnownTypes.UInt64Value), global::Google.Protobuf.WellKnownTypes.U… in WrappersReflection()
433 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class
434 …te static readonly pb::MessageParser<UInt64Value> _parser = new pb::MessageParser<UInt64Value>(() …
436 public static pb::MessageParser<UInt64Value> Parser { get { return _parser; } }
449 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
456 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
461 public UInt64Value Clone() { in Clone()
462 return new UInt64Value(this); in Clone()
481 return Equals(other as UInt64Value); in Equals()
485 public bool Equals(UInt64Value other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto119 google.protobuf.UInt64Value uint64_value = 5;
129 repeated google.protobuf.UInt64Value repeated_uint64_value = 15;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dwrappers.proto75 google.protobuf.UInt64Value uint64 = 1;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance.proto220 google.protobuf.UInt64Value optional_uint64_wrapper = 205;
230 repeated google.protobuf.UInt64Value repeated_uint64_wrapper = 215;
DMakefile.am59 com/google/protobuf/UInt64Value.java \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs141 [TestCase(typeof(UInt64Value), "\"32\"", 32UL)]
142 [TestCase(typeof(UInt64Value), "32", 32UL)]
DJsonFormatterTest.cs522 [TestCase(typeof(UInt64Value), 32UL, "\"32\"")]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java48 import com.google.protobuf.UInt64Value;
862 anyMessage = Any.pack(UInt64Value.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.proto170 google.protobuf.UInt64Value uint64_value = 4;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java68 import com.google.protobuf.UInt64Value;
568 printers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1085 parsers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs85 { UInt64Value.Descriptor.FullName, MergeWrapperField },