Home
last modified time | relevance | path

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

/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.cc3831 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { in Int32Value() function in v8::Value
3843 int32_t Value::Int32Value() const { in Int32Value() function in v8::Value