| /third_party/flatbuffers/tests/my-game/example/ |
| D | monster.js | 145 testempty(obj) { method in Monster 860 …fer.bind(this), this.testnestedflatbufferLength()), (this.testempty() !== null ? this.testempty().… 894 _o.testempty = (this.testempty() !== null ? this.testempty().unpack() : null); 946 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument 960 this.testempty = testempty; 1007 const testempty = (this.testempty !== null ? this.testempty.pack(builder) : 0); 1040 Monster.addTestempty(builder, testempty);
|
| D | monster.ts | 186 testempty(obj?:Stat):Stat|null { method in Monster 1120 (this.testempty() !== null ? this.testempty()!.unpack() : null), 1187 _o.testempty = (this.testempty() !== null ? this.testempty()!.unpack() : null); 1250 public testempty: StatT|null = null, 1299 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant 1333 Monster.addTestempty(builder, testempty);
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | testempty.txt | 10 testempty{
|
| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | Monster.py | 880 …AddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_types… argument 881 def MonsterAddTestempty(builder, testempty): argument 883 return AddTestempty(builder, testempty) 1135 self.testempty = None # type: Optional[MyGame.Example.Stat.StatT] 1234 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty()) 1410 if self.testempty is not None: 1411 testempty = self.testempty.Pack(builder) 1556 if self.testempty is not None: 1557 AddTestempty(builder, testempty)
|
| D | Monster.kt | 220 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant in MyGame.Example.Monster 221 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method 895 … fun addTestempty(builder: FlatBufferBuilder, testempty: Int) = builder.addOffset(14, testempty, 0) in startTestnestedflatbufferVector()
|
| D | Monster.php | 745 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… argument 761 self::addTestempty($builder, $testempty); 1053 public static function addTestempty(FlatBufferBuilder $builder, $testempty) argument 1055 $builder->addOffsetX(14, $testempty, 0);
|
| D | Monster.java | 73 public MyGame.Example.Stat testempty() { return testempty(new MyGame.Example.Stat()); } in testempty() method in Monster 74 …public MyGame.Example.Stat testempty(MyGame.Example.Stat obj) { int o = __offset(32); return o != … in testempty() method in Monster
|
| D | Monster.lua | 602 function Monster.AddTestempty(builder, testempty) builder:PrependUOffsetTRelativeSlot(14, testempty…
|
| D | Monster.go | 1399 func MonsterAddTestempty(builder *flatbuffers.Builder, testempty flatbuffers.UOffsetT) { 1400 builder.PrependUOffsetTSlot(14, flatbuffers.UOffsetT(testempty), 0)
|
| /third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | monster_test_generated.swift | 771 case testempty = 32 843 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 949 …public static func add(testempty: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testem… in add() 1009 testemptyOffset testempty: Offset = Offset(), 1061 MyGame_Example_Monster.add(testempty: testempty, &fbb) 1153 let __testempty = MyGame_Example_Stat.pack(&builder, obj: &obj.testempty) in pack() 1211 MyGame_Example_Monster.add(testempty: __testempty, &builder) in pack() 1272 public var testempty: MyGame_Example_StatT? variable 1349 var __testempty = _t.testempty 1350 testempty = __testempty?.unpack() [all …]
|
| /third_party/flatbuffers/tests/ |
| D | monster_test_generated.rs | 2172 if let Some(x) = args.testempty { builder.add_testempty(x); } in create() 2241 let testempty = self.testempty().map(|x| { in unpack() localVariable 2359 testempty, in unpack() 2518 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 2856 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 2911 testempty: None, in default() 3009 pub fn add_testempty(&mut self, testempty: flatbuffers::WIPOffset<Stat<'b >>) { in add_testempty() 3010 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<Stat>>(Monster::VT_TESTEMPTY, testempty); in add_testempty() 3214 ds.field("testempty", &self.testempty()); in fmt() 3321 pub testempty: Option<Box<StatT>>, field [all …]
|
| D | monster_test_generated.h | 1223 flatbuffers::unique_ptr<MyGame::Example::StatT> testempty{}; 1274 (lhs.testempty == rhs.testempty) && 1471 const MyGame::Example::Stat *testempty() const { 1738 verifier.VerifyTable(testempty()) && 1871 void add_testempty(flatbuffers::Offset<MyGame::Example::Stat> testempty) { 1872 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty); 2009 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2079 builder_.add_testempty(testempty); 2115 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2188 testempty, [all …]
|
| D | JavaScriptTest.js | 261 var stat = mon.testempty(); 268 stat = mon2.testempty();
|
| D | monster_test.fbs | 96 testempty:Stat (id:14);
|
| D | monster_test_generated.lobster | 281 def testempty(): 442 def add_testempty(testempty:flatbuffers_offset): 443 b_.PrependUOffsetTRelativeSlot(14, testempty)
|
| D | lobstertest.lobster | 63 assert not monster.testempty()
|
| D | monster_test_my_game.example_generated.dart | 834 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null); 888 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:… 1183 StatObjectBuilder testempty, 1234 _testempty = testempty,
|
| /third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
| D | monster_test_generated.h | 1178 std::unique_ptr<MyGame::Example::StatT> testempty{}; 1371 const MyGame::Example::Stat *testempty() const { 1627 else if constexpr (Index == 13) return testempty(); 1692 verifier.VerifyTable(testempty()) && 1825 void add_testempty(flatbuffers::Offset<MyGame::Example::Stat> testempty) { 1826 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty); 1963 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2033 builder_.add_testempty(testempty); 2131 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2204 testempty, [all …]
|
| /third_party/flatbuffers/dart/test/ |
| D | flat_buffers_test.dart | 71 'testempty: null, testbool: false, testhashs32Fnv1: 0, ' 92 'testempty: null, testbool: false, testhashs32Fnv1: 0, ' 107 'testnestedflatbuffer: null, testempty: null, testbool: true, '
|
| D | monster_test_my_game.example_generated.dart | 834 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null); 888 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:… 1183 StatObjectBuilder testempty, 1234 _testempty = testempty,
|
| /third_party/flatbuffers/tests/rust_usage_test/tests/ |
| D | integration_test.rs | 157 testempty: None, in object_api_defaults() 733 testempty: Some(inner), in table_store() 741 assert_eq!(mon.testempty().unwrap().id(), Some("foo")); in table_store() 748 assert_eq!(m.testempty(), None); in table_default()
|
| /third_party/protobuf/ |
| D | Makefile.am | 1200 js/compatibility_tests/v3.0.0/testempty.proto \ 1203 js/compatibility_tests/v3.1.0/testempty.proto \ 1256 js/testempty.proto \
|