Searched refs:just_i64 (Results 1 – 10 of 10) sorted by relevance
/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
D | scalar_stuff_generated.rs | 87 builder.add_just_i64(args.just_i64); in create() 137 let just_i64 = self.just_i64(); in unpack() localVariable 174 just_i64, in unpack() 268 pub fn just_i64(&self) -> i64 { in just_i64() method 407 pub just_i64: i64, field 448 just_i64: 0, in default() 548 pub fn add_just_i64(&mut self, just_i64: i64) { in add_just_i64() 549 self.fbb_.push_slot::<i64>(ScalarStuff::VT_JUST_I64, just_i64, 0); in add_just_i64() 655 ds.field("just_i64", &self.just_i64()); in fmt() 697 pub just_i64: i64, field [all …]
|
/external/flatbuffers/tests/ |
D | optional_scalars_generated.h | 80 int64_t just_i64 = 0; member 252 int64_t just_i64() const { in just_i64() function 463 void add_just_i64(int64_t just_i64) { in add_just_i64() 464 fbb_.AddElement<int64_t>(ScalarStuff::VT_JUST_I64, just_i64, 0); in add_just_i64() 548 int64_t just_i64 = 0, 575 builder_.add_just_i64(just_i64); 629 (lhs.just_i64 == rhs.just_i64) && 681 { auto _e = just_i64(); _o->just_i64 = _e; } in UnPackTo() 727 auto _just_i64 = _o->just_i64; in CreateScalarStuff()
|
D | optional_scalars.json | 11 just_i64: 4,
|
D | optional_scalars_defaults.json | 20 just_i64: 4,
|
D | optional_scalars_generated.lobster | 50 def just_i64() -> int: 148 def add_just_i64(just_i64:int): 149 b_.PrependInt64Slot(18, just_i64, 0)
|
D | optional_scalars.fbs | 33 just_i64: int64;
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | optional_scalars_generated.h | 77 int64_t just_i64 = 0; member 250 int64_t just_i64() const { in just_i64() function 378 else if constexpr (Index == 18) return just_i64(); in get_field() 501 void add_just_i64(int64_t just_i64) { in add_just_i64() 502 fbb_.AddElement<int64_t>(ScalarStuff::VT_JUST_I64, just_i64, 0); in add_just_i64() 586 int64_t just_i64 = 0, 613 builder_.add_just_i64(just_i64); 721 { auto _e = just_i64(); _o->just_i64 = _e; } in UnPackTo() 767 auto _just_i64 = _o->just_i64; in CreateScalarStuff()
|
D | optional_scalars2_generated.h | 70 int64_t just_i64 = 0; member 243 int64_t just_i64() const { in just_i64() function 454 void add_just_i64(int64_t just_i64) { in add_just_i64() 455 fbb_.AddElement<int64_t>(ScalarStuff::VT_JUST_I64, just_i64, 0); in add_just_i64() 539 int64_t just_i64 = 0, 566 builder_.add_just_i64(just_i64); 631 { auto _e = just_i64(); _o->just_i64 = _e; } in UnPackTo() 677 auto _just_i64 = _o->just_i64; in CreateScalarStuff()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | optional_scalars_test.rs | 60 make_test!(optional_i64, just_i64, default_i64, maybe_i64, 5, 0, 42); 125 just_i64: 0, in object_api_defaults()
|
/external/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.cs | 79 long just_i64 = 0, in CreateScalarStuff() 106 ScalarStuff.AddJustI64(builder, just_i64); in CreateScalarStuff()
|