Searched refs:just_i8 (Results 1 – 10 of 10) sorted by relevance
/third_party/flatbuffers/tests/ |
D | optional_scalars_generated.rs | 171 builder.add_just_i8(args.just_i8); in create() 176 let just_i8 = self.just_i8(); in unpack() localVariable 213 just_i8, in unpack() 289 pub fn just_i8(&self) -> i8 { in just_i8() method 482 pub just_i8: i8, field 523 just_i8: 0, in default() 568 pub fn add_just_i8(&mut self, just_i8: i8) { in add_just_i8() 569 self.fbb_.push_slot::<i8>(ScalarStuff::VT_JUST_I8, just_i8, 0); in add_just_i8() 729 ds.field("just_i8", &self.just_i8()); in fmt() 771 pub just_i8: i8, field [all …]
|
D | optional_scalars_generated.h | 55 int8_t just_i8 = 0; member 95 (lhs.just_i8 == rhs.just_i8) && 182 int8_t just_i8() const { in just_i8() function 447 void add_just_i8(int8_t just_i8) { in add_just_i8() 448 fbb_.AddElement<int8_t>(ScalarStuff::VT_JUST_I8, just_i8, 0); in add_just_i8() 568 int8_t just_i8 = 0, 640 builder_.add_just_i8(just_i8); 655 { auto _e = just_i8(); _o->just_i8 = _e; } in UnPackTo() 701 auto _just_i8 = _o->just_i8; in CreateScalarStuff()
|
D | optional_scalars_generated.lobster | 14 def just_i8(): 94 def add_just_i8(just_i8:int): 95 b_.PrependInt8Slot(0, just_i8, 0)
|
D | optional_scalars.fbs | 12 just_i8: int8;
|
D | lobstertest.lobster | 134 assert root.just_i8() == 1 and root.default_i8() == 1 152 assert root.just_i8() == 0 and root.default_i8() == 42
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | optional_scalars_generated.h | 52 int8_t just_i8 = 0; member 135 int8_t just_i8() const { in just_i8() function 353 if constexpr (Index == 0) return just_i8(); in get_field() 440 void add_just_i8(int8_t just_i8) { in add_just_i8() 441 fbb_.AddElement<int8_t>(ScalarStuff::VT_JUST_I8, just_i8, 0); in add_just_i8() 561 int8_t just_i8 = 0, 633 builder_.add_just_i8(just_i8); 696 { auto _e = just_i8(); _o->just_i8 = _e; } in UnPackTo() 742 auto _just_i8 = _o->just_i8; in CreateScalarStuff()
|
D | optional_scalars2_generated.h | 52 int8_t just_i8 = 0; member 135 int8_t just_i8() const { in just_i8() function 400 void add_just_i8(int8_t just_i8) { in add_just_i8() 401 fbb_.AddElement<int8_t>(ScalarStuff::VT_JUST_I8, just_i8, 0); in add_just_i8() 521 int8_t just_i8 = 0, 593 builder_.add_just_i8(just_i8); 613 { auto _e = just_i8(); _o->just_i8 = _e; } in UnPackTo() 659 auto _just_i8 = _o->just_i8; in CreateScalarStuff()
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | optional_scalars_test.rs | 54 make_test!(optional_i8, just_i8, default_i8, maybe_i8, 5, 0, 42); 104 just_i8: 0, in object_api_defaults()
|
/third_party/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.java | 69 byte just_i8, in createScalarStuff() argument 141 ScalarStuff.addJustI8(builder, just_i8); in createScalarStuff()
|
D | ScalarStuff.cs | 61 sbyte just_i8 = 0, in CreateScalarStuff() 133 ScalarStuff.AddJustI8(builder, just_i8); in CreateScalarStuff()
|