Home
last modified time | relevance | path

Searched refs:GetUint64 (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/evp/
Dscrypt_test.cc29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) { in GetUint64() function
47 ASSERT_TRUE(GetUint64(t, &N, "N")); in TEST()
48 ASSERT_TRUE(GetUint64(t, &r, "r")); in TEST()
49 ASSERT_TRUE(GetUint64(t, &p, "p")); in TEST()
51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory")); in TEST()
/external/flatbuffers/go/
Dencode.go54 func GetUint64(buf []byte) (n uint64) { func
109 x := GetUint64(buf)
Dtable.go93 func (t *Table) GetUint64(off UOffsetT) uint64 { func
94 return GetUint64(t.Bytes[off:])
259 return t.GetUint64(t.Pos + UOffsetT(off))
/external/flatbuffers/tests/MyGame/Example/
DMonster.go295 return rcv._tab.GetUint64(o + rcv._tab.Pos)
343 return rcv._tab.GetUint64(o + rcv._tab.Pos)