Home
last modified time | relevance | path

Searched refs:testempty (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/test/testdata/
Dtestempty.txt10 testempty{
Dtestdata.mak33 …ATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATA…
53 testempty.res
DMakefile.in145 …YU.txt te.txt te_IN.txt te_IN_REVISED.txt testtypes.txt testaliases.txt testempty.txt structLocale…
/external/flatbuffers/tests/
Dmonster_test_generated.h1029 flatbuffers::unique_ptr<StatT> testempty;
1097 (lhs.testempty == rhs.testempty) &&
1285 const Stat *testempty() const {
1537 verifier.VerifyTable(testempty()) &&
1663 void add_testempty(flatbuffers::Offset<Stat> testempty) {
1664 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty);
1793 flatbuffers::Offset<Stat> testempty = 0,
1858 builder_.add_testempty(testempty);
1893 flatbuffers::Offset<Stat> testempty = 0,
1961 testempty,
[all …]
DJavaScriptTest.js195 var stat = mon.testempty();
202 stat = mon2.testempty();
Dmonster_test.fbs75 testempty:Stat (id:14);
Dlobstertest.lobster62 assert not monster.testempty()
Dmonster_test_generated.lobster228 def testempty():
389 def MonsterAddTestempty(b_:flatbuffers_builder, testempty:int):
390 b_.PrependUOffsetTRelativeSlot(14, testempty, 0)
Dmonster_test_generated.rs983 if let Some(x) = args.testempty { builder.add_testempty(x); } in create()
1125 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method
1366 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field
1418 testempty: None, in default()
1513 pub fn add_testempty(&mut self, testempty: flatbuffers::WIPOffset<Stat<'b >>) { in add_testempty()
1514 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<Stat>>(Monster::VT_TESTEMPTY, testempty); in add_testempty()
Dmonster_test_my_game.example_generated.dart708 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null);
759 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:…
1039 StatObjectBuilder testempty,
1087 _testempty = testempty,
Dmonster_test_generated.ts1049 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
Dmonster_test_generated.js1140 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster
/external/flatbuffers/tests/MyGame/Example/
DMonster.php682 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… argument
698 self::addTestempty($builder, $testempty);
987 public static function addTestempty(FlatBufferBuilder $builder, $testempty) argument
989 $builder->addOffsetX(14, $testempty, 0);
DMonster.java63 public Stat testempty() { return testempty(new Stat()); } in testempty() method in Monster
64 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o … in testempty() method in Monster
DMonster.lua544 function Monster.AddTestempty(builder, testempty) builder:PrependUOffsetTRelativeSlot(14, testempty
DMonster.py638 …AddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_types… argument
DMonster.go777 func MonsterAddTestempty(builder *flatbuffers.Builder, testempty flatbuffers.UOffsetT) {
778 builder.PrependUOffsetTSlot(14, flatbuffers.UOffsetT(testempty), 0)
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart62testempty: null, testbool: false, testhashs32Fnv1: 0, testhashu32Fnv1: 0, testhashs64Fnv1: 0, test…
Dmonster_test_my_game.example_generated.dart710 Stat get testempty => Stat.reader.vTableGet(_bc, _bcOffset, 32, null);
761 …bles, enemy: $enemy, testnestedflatbuffer: $testnestedflatbuffer, testempty: $testempty, testbool:…
1041 StatObjectBuilder testempty,
1089 _testempty = testempty,
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs435 testempty: Some(inner), in table_store()
443 assert_eq!(mon.testempty().unwrap().id(), Some("foo")); in table_store()
450 assert_eq!(m.testempty(), None); in table_default()
/external/protobuf/
DMakefile.am703 js/testempty.proto