Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonsterdata_test.json71 testhashu32_fnv1: "This string is being hashed!",
Dmonsterdata_test.golden64 testhashu32_fnv1: 3715746113,
Dmonster_test.fbs93 testhashu32_fnv1:uint (id:17, hash:"fnv1_32");
Dmonster_test_generated.h1165 uint32_t testhashu32_fnv1;
1201 testhashu32_fnv1(0),
1235 (lhs.testhashu32_fnv1 == rhs.testhashu32_fnv1) &&
1443 uint32_t testhashu32_fnv1() const {
1814 void add_testhashu32_fnv1(uint32_t testhashu32_fnv1) {
1815 fbb_.AddElement<uint32_t>(Monster::VT_TESTHASHU32_FNV1, testhashu32_fnv1, 0);
1941 uint32_t testhashu32_fnv1 = 0,
2002 builder_.add_testhashu32_fnv1(testhashu32_fnv1);
2043 uint32_t testhashu32_fnv1 = 0,
2112 testhashu32_fnv1,
[all …]
Dmonster_test_generated.lobster264 def testhashu32_fnv1():
419 def add_testhashu32_fnv1(testhashu32_fnv1:int):
420 b_.PrependUint32Slot(17, testhashu32_fnv1, 0)
Dmonster_test_generated.rs1090 builder.add_testhashu32_fnv1(args.testhashu32_fnv1); in create()
1248 pub fn testhashu32_fnv1(&self) -> u32 { in testhashu32_fnv1() method
1484 pub testhashu32_fnv1: u32, field
1537 testhashu32_fnv1: 0, in default()
1642 pub fn add_testhashu32_fnv1(&mut self, testhashu32_fnv1: u32) { in add_testhashu32_fnv1()
1643 self.fbb_.push_slot::<u32>(Monster::VT_TESTHASHU32_FNV1, testhashu32_fnv1, 0); in add_testhashu32_fnv1()
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h993 uint32_t testhashu32_fnv1;
1029 testhashu32_fnv1(0),
1218 uint32_t testhashu32_fnv1() const {
1589 void add_testhashu32_fnv1(uint32_t testhashu32_fnv1) {
1590 fbb_.AddElement<uint32_t>(Monster::VT_TESTHASHU32_FNV1, testhashu32_fnv1, 0);
1716 uint32_t testhashu32_fnv1 = 0,
1777 builder_.add_testhashu32_fnv1(testhashu32_fnv1);
1823 uint32_t testhashu32_fnv1 = 0,
1892 testhashu32_fnv1,
2356 { auto _e = testhashu32_fnv1(); _o->testhashu32_fnv1 = _e; }
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonster.php699 …, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64… argument
718 self::addTesthashu32Fnv1($builder, $testhashu32_fnv1);
DMonster.java80 …mutateTesthashu32Fnv1(long testhashu32_fnv1) { int o = __offset(38); if (o != 0) { bb.putInt(o + b… in mutateTesthashu32Fnv1() argument
DMonster.cs75 …teTesthashu32Fnv1(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) { __p.bb.PutUint(… in MutateTesthashu32Fnv1()