/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.kt | 406 val testf3 : Float constant in MyGame.Example.Monster 411 fun mutateTestf3(testf3: Float) : Boolean { in mutateTestf3() 414 bb.putFloat(o + bb_pos, testf3) in mutateTestf3() 855 fun addTestf3(builder: FlatBufferBuilder, testf3: Float) = builder.addFloat(27, testf3, 0.0) in startTestarrayofboolsVector()
|
D | Monster.java | 104 public float testf3() { int o = __offset(58); return o != 0 ? bb.getFloat(o + bb_pos) : 0.0f; } in testf3() method in Monster 105 …public boolean mutateTestf3(float testf3) { int o = __offset(58); if (o != 0) { bb.putFloat(o + bb… in mutateTestf3() argument 238 …ic static void addTestf3(FlatBufferBuilder builder, float testf3) { builder.addFloat(27, testf3, 0… in addTestf3() argument
|
D | Monster.php | 699 …thashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstrin… argument 728 self::addTestf3($builder, $testf3); 1159 public static function addTestf3(FlatBufferBuilder $builder, $testf3) argument 1161 $builder->addFloatX(27, $testf3, 0.0);
|
D | Monster.py | 755 def MonsterAddTestf3(builder, testf3): builder.PrependFloat32Slot(27, testf3, 0.0) argument 837 self.testf3 = 0.0 # type: float 940 self.testf3 = monster.Testf3() 1227 MonsterAddTestf3(builder, self.testf3)
|
D | Monster.lua | 565 function Monster.AddTestf3(builder, testf3) builder:PrependFloat32Slot(27, testf3, 0.0) end
|
D | Monster.cs | 102 …public bool MutateTestf3(float testf3) { int o = __p.__offset(58); if (o != 0) { __p.bb.PutFloat(o… in MutateTestf3() 235 …ic static void AddTestf3(FlatBufferBuilder builder, float testf3) { builder.AddFloat(27, testf3, 0… in AddTestf3()
|
D | Monster.go | 1351 func MonsterAddTestf3(builder *flatbuffers.Builder, testf3 float32) { 1352 builder.PrependFloat32Slot(27, testf3, 0.0)
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 397 …public var testf3: Float32 { let o = _accessor.offset(58); return o == 0 ? 0.0 : _accessor.readBuf… variable 398 …public func mutate(testf3: Float32) -> Bool {let o = _accessor.offset(58); return _accessor.mutat… in mutate() 477 …public static func add(testf3: Float32, _ fbb: FlatBufferBuilder) { fbb.add(element: testf3, def: … in add() 527 testf3: Float32 = 0.0, 576 Monster.add(testf3: testf3, fbb)
|
/external/flatbuffers/tests/ |
D | monster_test.fbs | 102 testf3:float (id:27);
|
D | monster_test_generated.h | 1175 float testf3; 1210 testf3(0.0f), 1245 (lhs.testf3 == rhs.testf3) && 1503 float testf3() const { 1844 void add_testf3(float testf3) { 1845 fbb_.AddElement<float>(Monster::VT_TESTF3, testf3, 0.0f); 1951 float testf3 = 0.0f, 1996 builder_.add_testf3(testf3); 2053 float testf3 = 0.0f, 2122 testf3, [all …]
|
D | monster_test_my_game.example_generated.dart | 768 double get testf3 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 58, 0.0); 807 …testarrayofbools: $testarrayofbools, testf: $testf, testf2: $testf2, testf3: $testf3, testarrayofs… 934 int addTestf3(double testf3) { 935 fbBuilder.addFloat32(27, testf3); 1105 double testf3, 1154 _testf3 = testf3,
|
D | monster_test_generated.lobster | 286 def testf3(): 449 def add_testf3(testf3:float): 450 b_.PrependFloat32Slot(27, testf3, 0.0)
|
D | monster_test_generated.rs | 1084 builder.add_testf3(args.testf3); in create() 1288 pub fn testf3(&self) -> f32 { in testf3() method 1494 pub testf3: f32, field 1547 testf3: 0.0, in default() 1682 pub fn add_testf3(&mut self, testf3: f32) { in add_testf3() 1683 self.fbb_.push_slot::<f32>(Monster::VT_TESTF3, testf3, 0.0); in add_testf3()
|
D | monster_test_generated.ts | 1402 testf3():number { method in MyGame.Example.Monster 2124 static addTestf3(builder:flatbuffers.Builder, testf3:number) { 2125 builder.addFieldFloat32(27, testf3, 0.0); 2548 … testarrayofboolsOffset:flatbuffers.Offset, testf:number, testf2:number, testf3:number, testarrayo… 2576 Monster.addTestf3(builder, testf3);
|
D | monster_test_generated.js | 1552 MyGame.Example.Monster.prototype.testf3 = function() { method in MyGame.Example.Monster 2272 MyGame.Example.Monster.addTestf3 = function(builder, testf3) { argument 2273 builder.addFieldFloat32(27, testf3, 0.0); 2748 …sthashs64Fnv1a, testhashu64Fnv1a, testarrayofboolsOffset, testf, testf2, testf3, testarrayofstring… argument 2776 MyGame.Example.Monster.addTestf3(builder, testf3);
|
/external/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 770 double get testf3 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 58, 0.0); 809 …testarrayofbools: $testarrayofbools, testf: $testf, testf2: $testf2, testf3: $testf3, testarrayofs… 936 int addTestf3(double testf3) { 937 fbBuilder.addFloat32(27, testf3); 1107 double testf3, 1156 _testf3 = testf3,
|
D | flat_buffers_test.dart | 62 …testf3: 0.0, testarrayofstring2: null, testarrayofsortedstruct: null, flex: null, test5: null, vec…
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 1003 float testf3; 1038 testf3(0.0f), 1278 float testf3() const { 1619 void add_testf3(float testf3) { 1620 fbb_.AddElement<float>(Monster::VT_TESTF3, testf3, 0.0f); 1726 float testf3 = 0.0f, 1771 builder_.add_testf3(testf3); 1833 float testf3 = 0.0f, 1902 testf3, 2367 { auto _e = testf3(); _o->testf3 = _e; } [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | extract-and-store.ll | 307 define <4 x float> @testf3(<4 x float> returned %a, <4 x float> %b, float* nocapture %ap) local_unn… 308 ; CHECK-LABEL: testf3: 315 ; CHECK-BE-LABEL: testf3: 322 ; CHECK-P9-LABEL: testf3: 329 ; CHECK-P9-BE-LABEL: testf3:
|