Searched refs:just_f32 (Results 1 – 10 of 10) sorted by relevance
/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
D | scalar_stuff_generated.rs | 90 builder.add_just_f32(args.just_f32); in create() 143 let just_f32 = self.just_f32(); in unpack() localVariable 180 just_f32, in unpack() 292 pub fn just_f32(&self) -> f32 { in just_f32() method 413 pub just_f32: f32, field 454 just_f32: 0.0, in default() 572 pub fn add_just_f32(&mut self, just_f32: f32) { in add_just_f32() 573 self.fbb_.push_slot::<f32>(ScalarStuff::VT_JUST_F32, just_f32, 0.0); in add_just_f32() 661 ds.field("just_f32", &self.just_f32()); in fmt() 703 pub just_f32: f32, field [all …]
|
/external/flatbuffers/tests/ |
D | optional_scalars_generated.h | 86 float just_f32 = 0.0f; member 288 float just_f32() const { in just_f32() function 481 void add_just_f32(float just_f32) { in add_just_f32() 482 fbb_.AddElement<float>(ScalarStuff::VT_JUST_F32, just_f32, 0.0f); in add_just_f32() 554 float just_f32 = 0.0f, 578 builder_.add_just_f32(just_f32); 635 (lhs.just_f32 == rhs.just_f32) && 687 { auto _e = just_f32(); _o->just_f32 = _e; } in UnPackTo() 733 auto _just_f32 = _o->just_f32; in CreateScalarStuff()
|
D | optional_scalars.json | 14 just_f32: 4.0,
|
D | optional_scalars_defaults.json | 26 just_f32: 4.0,
|
D | optional_scalars_generated.lobster | 62 def just_f32() -> float: 166 def add_just_f32(just_f32:float): 167 b_.PrependFloat32Slot(24, just_f32, 0.0)
|
D | optional_scalars.fbs | 40 just_f32: float32;
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | optional_scalars_generated.h | 83 float just_f32 = 0.0f; member 286 float just_f32() const { in just_f32() function 384 else if constexpr (Index == 24) return just_f32(); in get_field() 519 void add_just_f32(float just_f32) { in add_just_f32() 520 fbb_.AddElement<float>(ScalarStuff::VT_JUST_F32, just_f32, 0.0f); in add_just_f32() 592 float just_f32 = 0.0f, 616 builder_.add_just_f32(just_f32); 727 { auto _e = just_f32(); _o->just_f32 = _e; } in UnPackTo() 773 auto _just_f32 = _o->just_f32; in CreateScalarStuff()
|
D | optional_scalars2_generated.h | 76 float just_f32 = 0.0f; member 279 float just_f32() const { in just_f32() function 472 void add_just_f32(float just_f32) { in add_just_f32() 473 fbb_.AddElement<float>(ScalarStuff::VT_JUST_F32, just_f32, 0.0f); in add_just_f32() 545 float just_f32 = 0.0f, 569 builder_.add_just_f32(just_f32); 637 { auto _e = just_f32(); _o->just_f32 = _e; } in UnPackTo() 683 auto _just_f32 = _o->just_f32; in CreateScalarStuff()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | optional_scalars_test.rs | 64 just_f32, 132 just_f32: 0.0, in object_api_defaults()
|
/external/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.cs | 85 float just_f32 = 0.0f, in CreateScalarStuff() 109 ScalarStuff.AddJustF32(builder, just_f32); in CreateScalarStuff()
|