/external/icu/icu4c/source/test/testdata/ |
D | testempty.txt | 10 testempty{
|
/external/icu/icu4c/source/test/testdata/out/testdata/ |
D | testdata.lst | 34 testempty.res
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 741 …AddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_types… argument 824 self.testempty = None # type: Optional[MyGame.Example.Stat.StatT] 921 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty()) 1082 if self.testempty is not None: 1083 testempty = self.testempty.Pack(builder) 1212 if self.testempty is not None: 1213 MonsterAddTestempty(builder, testempty)
|
D | Monster.kt | 220 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant 221 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method in MyGame.Example.Monster 834 … fun addTestempty(builder: FlatBufferBuilder, testempty: Int) = builder.addOffset(14, testempty, 0) in startTestnestedflatbufferVector()
|
D | Monster.php | 699 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… argument 715 self::addTestempty($builder, $testempty); 1005 public static function addTestempty(FlatBufferBuilder $builder, $testempty) argument 1007 $builder->addOffsetX(14, $testempty, 0);
|
D | Monster.lua | 551 function Monster.AddTestempty(builder, testempty) builder:PrependUOffsetTRelativeSlot(14, testempty…
|
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.go | 1309 func MonsterAddTestempty(builder *flatbuffers.Builder, testempty flatbuffers.UOffsetT) { 1310 builder.PrependUOffsetTSlot(14, flatbuffers.UOffsetT(testempty), 0)
|
/external/flatbuffers/tests/ |
D | JavaScriptTest.js | 195 var stat = mon.testempty(); 202 stat = mon2.testempty();
|
D | monster_test_generated.h | 1162 flatbuffers::unique_ptr<MyGame::Example::StatT> testempty; 1232 (lhs.testempty == rhs.testempty) && 1425 const MyGame::Example::Stat *testempty() const { 1677 verifier.VerifyTable(testempty()) && 1805 void add_testempty(flatbuffers::Offset<MyGame::Example::Stat> testempty) { 1806 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty); 1938 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2004 builder_.add_testempty(testempty); 2040 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 2109 testempty, [all …]
|
D | monster_test.fbs | 90 testempty:Stat (id:14);
|
D | lobstertest.lobster | 62 assert not monster.testempty()
|
D | monster_test_generated.lobster | 257 def testempty(): 410 def add_testempty(testempty:flatbuffers_offset): 411 b_.PrependUOffsetTRelativeSlot(14, testempty)
|
D | monster_test_generated.rs | 1092 if let Some(x) = args.testempty { builder.add_testempty(x); } in create() 1236 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 1481 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field 1534 testempty: None, in default() 1630 pub fn add_testempty(&mut self, testempty: flatbuffers::WIPOffset<Stat<'b >>) { in add_testempty() 1631 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<Stat>>(Monster::VT_TESTEMPTY, testempty); in add_testempty()
|
D | monster_test_my_game.example_generated.dart | 755 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null); 807 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:… 1092 StatObjectBuilder testempty, 1141 _testempty = testempty,
|
D | monster_test_generated.ts | 1116 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
|
D | monster_test_generated.js | 1266 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 990 std::unique_ptr<MyGame::Example::StatT> testempty; 1200 const MyGame::Example::Stat *testempty() const { 1452 verifier.VerifyTable(testempty()) && 1580 void add_testempty(flatbuffers::Offset<MyGame::Example::Stat> testempty) { 1581 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty); 1713 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 1779 builder_.add_testempty(testempty); 1820 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0, 1889 testempty, 2353 …{ auto _e = testempty(); if (_e) _o->testempty = std::unique_ptr<MyGame::Example::StatT>(_e->UnPac… [all …]
|
/external/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 62 …testempty: null, testbool: false, testhashs32Fnv1: 0, testhashu32Fnv1: 0, testhashs64Fnv1: 0, test…
|
D | monster_test_my_game.example_generated.dart | 757 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null); 809 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:… 1094 StatObjectBuilder testempty, 1143 _testempty = testempty,
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 370 …public var testempty: MyGame.Example.Stat? { let o = _accessor.offset(32); return o == 0 ? nil : M… variable 464 …public static func add(testempty: Offset<UOffset>, _ fbb: FlatBufferBuilder) { fbb.add(offset: tes… in add() 514 offsetOfTestempty testempty: Offset<UOffset> = Offset(), 563 Monster.add(testempty: testempty, fbb)
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 526 testempty: Some(inner), in table_store() 534 assert_eq!(mon.testempty().unwrap().id(), Some("foo")); in table_store() 541 assert_eq!(m.testempty(), None); in table_default()
|
/external/protobuf/ |
D | Makefile.am | 1124 js/compatibility_tests/v3.0.0/testempty.proto \ 1127 js/compatibility_tests/v3.1.0/testempty.proto \ 1176 js/testempty.proto
|