HomeSort by relevance Sort by last modified time
    Searched defs:GetInt64 (Results 1 - 5 of 5) sorted by null

  /system/update_engine/common/
fake_prefs.cc 73 bool FakePrefs::GetInt64(const string& key, int64_t* value) const {
prefs.cc 47 bool PrefsBase::GetInt64(const string& key, int64_t* value) const {
  /external/flatbuffers/go/
encode.go 88 // GetInt64 decodes a little-endian int64 from a byte slice.
89 func GetInt64(buf []byte) (n int64) {
table.go 112 // GetInt64 retrieves a int64 at the given offset.
113 func (t *Table) GetInt64(off UOffsetT) int64 {
114 return GetInt64(t.Bytes[off:])
247 return t.GetInt64(t.Pos + UOffsetT(off))
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]

Completed in 84 milliseconds