Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go206 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 …]
Dwrappers.proto83 message Int32Value { message
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto84 message Int32Value { message
Dwrappers.pb.cc1353 Int32Value::Int32Value() in Int32Value() function in google::protobuf::Int32Value
1359 Int32Value::Int32Value(::google::protobuf::Arena* arena) in Int32Value() function in google::protobuf::Int32Value
1371 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in google::protobuf::Int32Value
Dwrappers.pb.h44 class Int32Value; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs504 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class
516 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
522 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
/external/v8/src/
Dapi.cc3977 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { in Int32Value() function in v8::Value
3990 int32_t Value::Int32Value() const { in Int32Value() function in v8::Value