Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonsterdata_test.json71 testhashu32_fnv1: "This string is being hashed!",
Dmonsterdata_test.golden61 testhashu32_fnv1: 3715746113,
Dmonster_test_generated.h1032 uint32_t testhashu32_fnv1;
1067 testhashu32_fnv1(0),
1100 (lhs.testhashu32_fnv1 == rhs.testhashu32_fnv1) &&
1303 uint32_t testhashu32_fnv1() const {
1672 void add_testhashu32_fnv1(uint32_t testhashu32_fnv1) {
1673 fbb_.AddElement<uint32_t>(Monster::VT_TESTHASHU32_FNV1, testhashu32_fnv1, 0);
1796 uint32_t testhashu32_fnv1 = 0,
1856 builder_.add_testhashu32_fnv1(testhashu32_fnv1);
1896 uint32_t testhashu32_fnv1 = 0,
1964 testhashu32_fnv1,
[all …]
Dmonster_test_generated.lobster235 def testhashu32_fnv1():
395 def MonsterAddTesthashu32Fnv1(b_:flatbuffers_builder, testhashu32_fnv1:int):
396 b_.PrependUint32Slot(17, testhashu32_fnv1, 0)
Dmonster_test_generated.rs981 builder.add_testhashu32_fnv1(args.testhashu32_fnv1); in create()
1137 pub fn testhashu32_fnv1(&self) -> u32 { in testhashu32_fnv1() method
1369 pub testhashu32_fnv1: u32, field
1421 testhashu32_fnv1: 0, in default()
1525 pub fn add_testhashu32_fnv1(&mut self, testhashu32_fnv1: u32) { in add_testhashu32_fnv1()
1526 self.fbb_.push_slot::<u32>(Monster::VT_TESTHASHU32_FNV1, testhashu32_fnv1, 0); in add_testhashu32_fnv1()
/external/flatbuffers/tests/MyGame/Example/
DMonster.php682 …, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64… argument
701 self::addTesthashu32Fnv1($builder, $testhashu32_fnv1);
DMonster.java70 …mutateTesthashu32Fnv1(long testhashu32_fnv1) { int o = __offset(38); if (o != 0) { bb.putInt(o + b… in mutateTesthashu32Fnv1() argument
DMonster.cs74 …teTesthashu32Fnv1(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) { __p.bb.PutUint(… in MutateTesthashu32Fnv1()