Home
last modified time | relevance | path

Searched refs:Int64Value (Results 1 – 25 of 51) sorted by relevance

123

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go116 type Int64Value struct { struct
124 func (m *Int64Value) Reset() { *m = Int64Value{} } argument
125 func (m *Int64Value) String() string { return proto.CompactTextString(m) } argument
126 func (*Int64Value) ProtoMessage() {} argument
127 func (*Int64Value) Descriptor() ([]byte, []int) { argument
131 func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" } argument
133 func (m *Int64Value) XXX_Unmarshal(b []byte) error { argument
136 func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
139 func (m *Int64Value) XXX_Merge(src proto.Message) { argument
142 func (m *Int64Value) XXX_Size() int { argument
[all …]
Dwrappers.proto71 // The JSON representation for `Int64Value` is JSON string.
72 message Int64Value { message
/external/protobuf/php/tests/
Dwrapper_type_setters_test.php12 use Google\Protobuf\Int64Value; alias
75 …[TestWrapperSetters::class, Int64Value::class, "setInt64Value", "setInt64ValueUnwrapped", "getInt6…
76 [123, new Int64Value(["value" => 123])],
77 [-789, new Int64Value(["value" => -789])],
79 [0, new Int64Value()],
80 [5.5, new Int64Value(["value" => 5])], // Test conversion from float to int
173 [TestWrapperSetters::class, "setInt64ValueUnwrapped", new Int64Value()],
219 [TestWrapperSetters::class, Int64Value::class, 'int64_value', 'getInt64Value', 3],
Dwell_known_test.php22 use Google\Protobuf\Int64Value; alias
368 $m = new Int64Value();
/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc29 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Int64Value> _instance;
131 new (ptr) PROTOBUF_NAMESPACE_ID::Int64Value(); in InitDefaultsscc_info_Int64Value_google_2fprotobuf_2fwrappers_2eproto()
134 PROTOBUF_NAMESPACE_ID::Int64Value::InitAsDefaultInstance(); in InitDefaultsscc_info_Int64Value_google_2fprotobuf_2fwrappers_2eproto()
200 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Int64Value, _internal_metadata_),
204 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Int64Value, value_),
245 { 12, -1, sizeof(PROTOBUF_NAMESPACE_ID::Int64Value)},
832 void Int64Value::InitAsDefaultInstance() { in InitAsDefaultInstance()
834 class Int64Value::_Internal {
838 Int64Value::Int64Value() in Int64Value() function in Int64Value
843 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int64Value() function in Int64Value
[all …]
Dwrappers.pb.h73 class Int64Value; variable
92 …> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
409 class PROTOBUF_EXPORT Int64Value :
412 Int64Value();
413 virtual ~Int64Value();
415 Int64Value(const Int64Value& from);
416 Int64Value(Int64Value&& from) noexcept in Int64Value() function
417 : Int64Value() { in Int64Value()
421 inline Int64Value& operator=(const Int64Value& from) {
425 inline Int64Value& operator=(Int64Value&& from) noexcept {
[all …]
Dunittest_well_known_types.proto35 google.protobuf.Int64Value int64_field = 12;
60 repeated google.protobuf.Int64Value int64_field = 12;
82 google.protobuf.Int64Value int64_field = 12;
107 map<int32,google.protobuf.Int64Value> int64_field = 12;
Dwrappers.proto71 // The JSON representation for `Int64Value` is JSON string.
72 message Int64Value { message
Dtest_messages_proto3.proto178 google.protobuf.Int64Value optional_int64_wrapper = 203;
188 repeated google.protobuf.Int64Value repeated_int64_wrapper = 213;
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketData.java148 com.google.protobuf.Int64Value.Builder subBuilder = null; in SocketData()
152 …localFlowControlWindow_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegi… in SocketData()
161 com.google.protobuf.Int64Value.Builder subBuilder = null; in SocketData()
165 …remoteFlowControlWindow_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionReg… in SocketData()
432 private com.google.protobuf.Int64Value localFlowControlWindow_;
454 public com.google.protobuf.Int64Value getLocalFlowControlWindow() { in getLocalFlowControlWindow()
455 …return localFlowControlWindow_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : loc… in getLocalFlowControlWindow()
471 private com.google.protobuf.Int64Value remoteFlowControlWindow_;
493 public com.google.protobuf.Int64Value getRemoteFlowControlWindow() { in getRemoteFlowControlWindow()
494 …return remoteFlowControlWindow_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : re… in getRemoteFlowControlWindow()
[all …]
DSocketDataOrBuilder.java194 com.google.protobuf.Int64Value getLocalFlowControlWindow(); in getLocalFlowControlWindow()
225 com.google.protobuf.Int64Value getRemoteFlowControlWindow(); in getRemoteFlowControlWindow()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs42 …ypeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.I… in WrappersReflection()
334 public sealed partial class Int64Value : pb::IMessage<Int64Value> { class
335 …ate static readonly pb::MessageParser<Int64Value> _parser = new pb::MessageParser<Int64Value>(() =…
338 public static pb::MessageParser<Int64Value> Parser { get { return _parser; } }
351 public Int64Value() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
358 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
364 public Int64Value Clone() { in Clone()
365 return new Int64Value(this); in Clone()
384 return Equals(other as Int64Value); in Equals()
388 public bool Equals(Int64Value other) { in Equals()
[all …]
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs334 pub struct Int64Value { struct
344 impl<'a> ::std::default::Default for &'a Int64Value { argument
345 fn default() -> &'a Int64Value { in default()
346 <Int64Value as crate::Message>::default_instance() in default()
350 impl Int64Value { implementation
351 pub fn new() -> Int64Value { in new()
371 impl crate::Message for Int64Value { implementation
441 fn new() -> Int64Value { in new()
442 Int64Value::new() in new()
451 |m: &Int64Value| { &m.value }, in descriptor_static()
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto35 google.protobuf.Int64Value int64_field = 12;
60 repeated google.protobuf.Int64Value int64_field = 12;
82 google.protobuf.Int64Value int64_field = 12;
107 map<int32,google.protobuf.Int64Value> int64_field = 12;
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
/external/protobuf/php/src/Google/Protobuf/
DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto10 google.protobuf.Int64Value int64_value = 3;
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DWrappersLiteOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
DWrappersOfMethodTest.java43 builder.setFieldInt64(Int64Value.of(23333333333333L)); in testOf()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto119 google.protobuf.Int64Value int64_value = 3;
129 repeated google.protobuf.Int64Value repeated_int64_value = 13;
Dtype_resolver_util.cc60 using google::protobuf::Int64Value;
188 value->PackFrom(WrapValue<Int64Value>( in ConvertOptionField()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java23 import com.google.protobuf.Int64Value;
235 Int64Value.of(s.localFlowControlWindow)) in extractSocketData()
237 Int64Value.of(s.remoteFlowControlWindow)); in extractSocketData()
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h599 struct Int64Value;
644 typedef struct Int64Value Int64Value; typedef
1329 PHP_METHOD(Int64Value, __construct);
1330 PHP_METHOD(Int64Value, getValue);
1331 PHP_METHOD(Int64Value, setValue);
/external/protobuf/ruby/tests/
Dbasic_test.proto121 google.protobuf.Int64Value int64 = 4;
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dwrappers_test.proto44 .google.protobuf.Int64Value field_int64 = 4;

123