Home
last modified time | relevance | path

Searched defs:Int32Value (Results 1 – 23 of 23) sorted by relevance

/external/golang-protobuf/types/known/wrapperspb/
Dwrappers.pb.go280 type Int32Value struct { struct
281 state protoimpl.MessageState
282 sizeCache protoimpl.SizeCache
283 unknownFields protoimpl.UnknownFields
286 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
294 func (x *Int32Value) Reset() {
303 func (x *Int32Value) String() string {
307 func (*Int32Value) ProtoMessage() {}
309 func (x *Int32Value) ProtoReflect() protoreflect.Message {
322 func (*Int32Value) Descriptor() ([]byte, []int) {
[all …]
/external/protobuf/php/src/Google/Protobuf/
DInt32Value.php17 class Int32Value extends \Google\Protobuf\Internal\Message class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DInt32Value.php17 class Int32Value extends \Google\Protobuf\Internal\Message class
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in FlatBuffers.Test.FuzzTestData
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs533 pub struct Int32Value { struct
539 // @@protoc_insertion_point(special_field:google.protobuf.Int32Value.special_fields) argument
543 impl<'a> ::std::default::Default for &'a Int32Value { implementation
549 impl Int32Value { impl
570 impl crate::Message for Int32Value { implementation
637 impl crate::MessageFull for Int32Value { implementation
644 impl ::std::fmt::Display for Int32Value { implementation
650 impl crate::reflect::ProtobufValue for Int32Value { implementation
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto88 message Int32Value { message
/external/protobuf/src/google/protobuf/
Dwrappers.proto88 message Int32Value { message
Dwrappers.pb.h60 class Int32Value; variable
686 inline Int32Value() : Int32Value(nullptr) {} in Int32Value() function
691 Int32Value(Int32Value&& from) noexcept in Int32Value() function
Dwrappers.pb.cc76 PROTOBUF_CONSTEXPR Int32Value::Int32Value( in Int32Value() function in Int32Value
1008 Int32Value::Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int32Value() function in Int32Value
1014 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in Int32Value
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwrappers.proto88 message Int32Value { message
Dwrappers.pb.h60 class Int32Value; variable
666 inline Int32Value() : Int32Value(nullptr) {} in Int32Value() function
671 Int32Value(Int32Value&& from) noexcept in Int32Value() function
Dwrappers.pb.cc72 PROTOBUF_CONSTEXPR Int32Value::Int32Value( in Int32Value() function in Int32Value
971 Int32Value::Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int32Value() function in Int32Value
977 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in Int32Value
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dwrappers.rs644 pub struct Int32Value { struct
654 impl<'a> ::std::default::Default for &'a Int32Value { argument
660 impl Int32Value { implementation
681 impl crate::Message for Int32Value { implementation
778 impl crate::Clear for Int32Value { implementation
785 impl ::std::fmt::Debug for Int32Value { implementation
791 impl crate::reflect::ProtobufValue for Int32Value { implementation
/external/cronet/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php11 use Google\Protobuf\Int32Value; alias
DWellKnownTest.php22 use Google\Protobuf\Int32Value; alias
DEncodeDecodeTest.php27 use Google\Protobuf\Int32Value; alias
/external/protobuf/php/tests/
DWrapperTypeSettersTest.php11 use Google\Protobuf\Int32Value; alias
DWellKnownTest.php22 use Google\Protobuf\Int32Value; alias
DEncodeDecodeTest.php27 use Google\Protobuf\Int32Value; alias
/external/rust/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs70 impl WellKnownWrapper for Int32Value { implementation
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs849 public sealed partial class Int32Value : pb::IMessage<Int32Value> class
874 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
882 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs849 public sealed partial class Int32Value : pb::IMessage<Int32Value> class
874 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
882 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
/external/rust/crates/protobuf/src/
Dmisc.rs108 impl From<i32> for well_known_types::wrappers::Int32Value { implementation