Searched defs:Int64Value (Results 1 - 4 of 4) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.Test/
H A DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in class:FlatBuffers.Test.FuzzTestData
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs41 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.Int64Value.Parser, new[]{ "Value" }, null, null, null),
279 /// The JSON representation for `Int64Value` is JSON string.
282 public sealed partial class Int64Value : pb::IMessage<Int64Value> { class in namespace:Google.Protobuf.WellKnownTypes
283 private static readonly pb::MessageParser<Int64Value> _parser = new pb::MessageParser<Int64Value>(() => new Int64Value());
284 public static pb::MessageParser<Int64Value> Parser { get { return _parser; } }
294 public Int64Value() { method in class:Google.Protobuf.WellKnownTypes.Int64Value
300 public Int64Value(Int64Value other) : this() { method in class:Google.Protobuf.WellKnownTypes.Int64Value
[all...]
/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h45 class Int64Value;
234 class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message { class in namespace:google::protobuf
236 Int64Value();
237 virtual ~Int64Value();
239 Int64Value(const Int64Value& from);
241 inline Int64Value& operator=(const Int64Value& from) {
251 static const Int64Value& default_instance();
253 void UnsafeArenaSwap(Int64Value* othe
[all...]
H A Dwrappers.pb.cc94 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int64Value, value_),
99 Int64Value::default_instance_,
104 sizeof(Int64Value),
105 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int64Value, _internal_metadata_),
106 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int64Value, _is_default_instance_));
214 Int64Value_descriptor_, &Int64Value::default_instance());
236 delete Int64Value::default_instance_;
275 Int64Value::default_instance_ = new Int64Value();
284 Int64Value
833 Int64Value::Int64Value() function in class:google::protobuf::Int64Value
839 Int64Value::Int64Value(::google::protobuf::Arena* arena) function in class:google::protobuf::Int64Value
851 Int64Value::Int64Value(const Int64Value& from) function in class:google::protobuf::Int64Value
[all...]

Completed in 238 milliseconds