Searched defs:testhashu64_fnv1 (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs63 public bool MutateTesthashu64Fnv1(ulong testhashu64_fnv1) { int o = __p.__offset(42); if (o != 0) { __p.bb.PutUlong(o + __p.bb_pos, testhashu64_fnv1); return true; } else { return false; } } argument
H A DMonster.java70 public boolean mutateTesthashu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o + bb_pos, testhashu64_fnv1); return true; } else { return false; } } argument
/external/flatbuffers/tests/
H A Dmonster_test_generated.h588 uint64_t testhashu64_fnv1; member in struct:MyGame::Example::MonsterT
612 testhashu64_fnv1(0),
792 uint64_t testhashu64_fnv1() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
1024 void add_testhashu64_fnv1(uint64_t testhashu64_fnv1) { argument
1025 fbb_.AddElement<uint64_t>(Monster::VT_TESTHASHU64_FNV1, testhashu64_fnv1, 0);
1105 uint64_t testhashu64_fnv1 = 0,
1124 builder_.add_testhashu64_fnv1(testhashu64_fnv1);
1179 uint64_t testhashu64_fnv1 = 0,
1215 testhashu64_fnv1,
1626 { auto _e = testhashu64_fnv1(); _
[all...]

Completed in 171 milliseconds