Home
last modified time | relevance | path

Searched refs:testhashu64_fnv1 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/
Dmonsterdata_test.json50 testhashu64_fnv1: "This string is being hashed!",
Dmonsterdata_test.golden43 testhashu64_fnv1: 7930699090847568257,
Dmonster_test_generated.h472 uint64_t testhashu64_fnv1;
490 testhashu64_fnv1(0),
654 uint64_t testhashu64_fnv1() const {
822 void add_testhashu64_fnv1(uint64_t testhashu64_fnv1) {
823 fbb_.AddElement<uint64_t>(Monster::VT_TESTHASHU64_FNV1, testhashu64_fnv1, 0);
885 uint64_t testhashu64_fnv1 = 0,
898 builder_.add_testhashu64_fnv1(testhashu64_fnv1);
947 uint64_t testhashu64_fnv1 = 0,
977 testhashu64_fnv1,
1104 { auto _e = testhashu64_fnv1(); _o->testhashu64_fnv1 = _e; };
[all …]
Dmonster_test.fbs62 testhashu64_fnv1:ulong (id:19, hash:"fnv1_64");
/external/flatbuffers/tests/MyGame/Example/
DMonster.java69 …n mutateTesthashu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o … in mutateTesthashu64Fnv1() argument
DMonster.php395 …testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64_fnv1, $testhashs32… argument
416 self::addTesthashu64Fnv1($builder, $testhashu64_fnv1);
DMonster.cs60 …Testhashu64Fnv1(ulong testhashu64_fnv1) { int o = __p.__offset(42); if (o != 0) { __p.bb.PutUlong(… in MutateTesthashu64Fnv1()