/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wrappers.pb.cc | 110 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 …]
|
D | wrappers.pb.h | 48 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 …]
|
D | unittest_well_known_types.proto | 36 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;
|
D | wrappers.proto | 75 // 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/ |
D | Wrappers.cs | 41 …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/ |
D | json_format_proto3.proto | 119 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/ |
D | wrappers.proto | 75 google.protobuf.UInt64Value uint64 = 1;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance.proto | 220 google.protobuf.UInt64Value optional_uint64_wrapper = 205; 230 repeated google.protobuf.UInt64Value repeated_uint64_wrapper = 215;
|
D | Makefile.am | 59 com/google/protobuf/UInt64Value.java \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 141 [TestCase(typeof(UInt64Value), "\"32\"", 32UL)] 142 [TestCase(typeof(UInt64Value), "32", 32UL)]
|
D | JsonFormatterTest.cs | 522 [TestCase(typeof(UInt64Value), 32UL, "\"32\"")]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 48 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/ |
D | json_test.proto | 170 google.protobuf.UInt64Value uint64_value = 4;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 68 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/ |
D | JsonParser.cs | 85 { UInt64Value.Descriptor.FullName, MergeWrapperField },
|