Home
last modified time | relevance | path

Searched refs:testhashs64_fnv1 (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/tests/
Dmonsterdata_test.json72 testhashs64_fnv1: "This string is being hashed!",
Dmonsterdata_test.golden65 testhashs64_fnv1: 7930699090847568257,
Dmonster_test.fbs94 testhashs64_fnv1:long (id:18, hash:"fnv1_64");
Dmonster_test_generated.h1166 int64_t testhashs64_fnv1;
1202 testhashs64_fnv1(0),
1236 (lhs.testhashs64_fnv1 == rhs.testhashs64_fnv1) &&
1449 int64_t testhashs64_fnv1() const {
1817 void add_testhashs64_fnv1(int64_t testhashs64_fnv1) {
1818 fbb_.AddElement<int64_t>(Monster::VT_TESTHASHS64_FNV1, testhashs64_fnv1, 0);
1942 int64_t testhashs64_fnv1 = 0,
1980 builder_.add_testhashs64_fnv1(testhashs64_fnv1);
2044 int64_t testhashs64_fnv1 = 0,
2113 testhashs64_fnv1,
[all …]
Dmonster_test_generated.lobster266 def testhashs64_fnv1():
422 def add_testhashs64_fnv1(testhashs64_fnv1:int):
423 b_.PrependInt64Slot(18, testhashs64_fnv1, 0)
Dmonster_test_generated.rs1068 builder.add_testhashs64_fnv1(args.testhashs64_fnv1); in create()
1252 pub fn testhashs64_fnv1(&self) -> i64 { in testhashs64_fnv1() method
1485 pub testhashs64_fnv1: i64, field
1538 testhashs64_fnv1: 0, in default()
1646 pub fn add_testhashs64_fnv1(&mut self, testhashs64_fnv1: i64) { in add_testhashs64_fnv1()
1647 self.fbb_.push_slot::<i64>(Monster::VT_TESTHASHS64_FNV1, testhashs64_fnv1, 0); in add_testhashs64_fnv1()
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h994 int64_t testhashs64_fnv1;
1030 testhashs64_fnv1(0),
1224 int64_t testhashs64_fnv1() const {
1592 void add_testhashs64_fnv1(int64_t testhashs64_fnv1) {
1593 fbb_.AddElement<int64_t>(Monster::VT_TESTHASHS64_FNV1, testhashs64_fnv1, 0);
1717 int64_t testhashs64_fnv1 = 0,
1755 builder_.add_testhashs64_fnv1(testhashs64_fnv1);
1824 int64_t testhashs64_fnv1 = 0,
1893 testhashs64_fnv1,
2357 { auto _e = testhashs64_fnv1(); _o->testhashs64_fnv1 = _e; }
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonster.php699 …ffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64… argument
719 self::addTesthashs64Fnv1($builder, $testhashs64_fnv1);
DMonster.java82 …n mutateTesthashs64Fnv1(long testhashs64_fnv1) { int o = __offset(40); if (o != 0) { bb.putLong(o … in mutateTesthashs64Fnv1() argument
DMonster.cs77 …teTesthashs64Fnv1(long testhashs64_fnv1) { int o = __p.__offset(40); if (o != 0) { __p.bb.PutLong(… in MutateTesthashs64Fnv1()