| /external/golang-protobuf/ptypes/wrappers/ |
| D | wrappers.pb.go | 206 type Int32Value struct { struct 208 Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 209 XXX_NoUnkeyedLiteral struct{} `json:"-"` 210 XXX_unrecognized []byte `json:"-"` 211 XXX_sizecache int32 `json:"-"` 214 func (m *Int32Value) Reset() { *m = Int32Value{} } 215 func (m *Int32Value) String() string { return proto.CompactTextString(m) } 216 func (*Int32Value) ProtoMessage() {} 217 func (*Int32Value) Descriptor() ([]byte, []int) { 221 func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" } [all …]
|
| D | wrappers.proto | 88 message Int32Value { message
|
| /external/protobuf/php/src/Google/Protobuf/ |
| D | Int32Value.php | 17 class Int32Value extends \Google\Protobuf\Internal\Message class
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| D | FuzzTestData.cs | 31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in FlatBuffers.Test.FuzzTestData
|
| /external/protobuf/src/google/protobuf/ |
| D | wrappers.proto | 88 message Int32Value { message
|
| D | wrappers.pb.cc | 1366 Int32Value::Int32Value() in Int32Value() function in Int32Value 1371 Int32Value::Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int32Value() function in Int32Value 1378 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in Int32Value
|
| D | wrappers.pb.h | 70 class Int32Value; variable 724 Int32Value(Int32Value&& from) noexcept in Int32Value() function
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | wrappers.rs | 644 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/protobuf/php/tests/ |
| D | wrapper_type_setters_test.php | 11 use Google\Protobuf\Int32Value; alias
|
| D | well_known_test.php | 21 use Google\Protobuf\Int32Value; alias
|
| D | encode_decode_test.php | 19 use Google\Protobuf\Int32Value; alias
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Wrappers.cs | 608 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class 625 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value 632 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | message.c | 2143 PHP_METHOD(Int32Value, __construct) { argument
|
| D | protobuf.h | 643 typedef struct Int32Value Int32Value; typedef
|