Searched defs:Int32Value (Results 1 – 8 of 8) sorted by relevance
206 type Int32Value struct { struct208 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 …]
83 message Int32Value { message
31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in FlatBuffers.Test.FuzzTestData
84 message Int32Value { message
1353 Int32Value::Int32Value() in Int32Value() function in google::protobuf::Int32Value1359 Int32Value::Int32Value(::google::protobuf::Arena* arena) in Int32Value() function in google::protobuf::Int32Value1371 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in google::protobuf::Int32Value
44 class Int32Value; variable
504 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class516 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value522 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
3977 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { in Int32Value() function in v8::Value3990 int32_t Value::Int32Value() const { in Int32Value() function in v8::Value