Searched defs:Int32Value (Results 1 - 5 of 5) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.Test/
H A DFuzzTestData.cs31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0); field in class:FlatBuffers.Test.FuzzTestData
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs43 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.Int32Value.Parser, new[]{ "Value" }, null, null, null),
501 /// The JSON representation for `Int32Value` is JSON number.
504 public sealed partial class Int32Value : pb::IMessage<Int32Value> { class in namespace:Google.Protobuf.WellKnownTypes
505 private static readonly pb::MessageParser<Int32Value> _parser = new pb::MessageParser<Int32Value>(() => new Int32Value());
506 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } }
516 public Int32Value() { method in class:Google.Protobuf.WellKnownTypes.Int32Value
522 public Int32Value(Int32Value other) : this() { method in class:Google.Protobuf.WellKnownTypes.Int32Value
[all...]
/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h44 class Int32Value;
416 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message { class in namespace:google::protobuf
418 Int32Value();
419 virtual ~Int32Value();
421 Int32Value(const Int32Value& from);
423 inline Int32Value& operator=(const Int32Value& from) {
433 static const Int32Value& default_instance();
435 void UnsafeArenaSwap(Int32Value* othe
[all...]
H A Dwrappers.pb.cc124 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, value_),
129 Int32Value::default_instance_,
134 sizeof(Int32Value),
135 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _internal_metadata_),
136 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _is_default_instance_));
218 Int32Value_descriptor_, &Int32Value::default_instance());
240 delete Int32Value::default_instance_;
277 Int32Value::default_instance_ = new Int32Value();
286 Int32Value
1353 Int32Value::Int32Value() function in class:google::protobuf::Int32Value
1359 Int32Value::Int32Value(::google::protobuf::Arena* arena) function in class:google::protobuf::Int32Value
1371 Int32Value::Int32Value(const Int32Value& from) function in class:google::protobuf::Int32Value
[all...]
/external/v8/src/
H A Dapi.cc3831 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { function in class:v8::Value
3834 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, Int32Value, int32_t);
3843 int32_t Value::Int32Value() const { function in class:v8::Value
3846 return Int32Value(ContextFromHeapObject(obj)).FromMaybe(0);

Completed in 232 milliseconds