Home
last modified time | relevance | path

Searched defs:GetInt64 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/go/
Dencode.go94 func GetInt64(buf []byte) (n int64) { func
Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func
/external/cronet/tot/components/prefs/
Dpref_service.cc490 int64_t PrefService::GetInt64(std::string_view path) const { in GetInt64() function in PrefService
/external/cronet/stable/components/prefs/
Dpref_service.cc490 int64_t PrefService::GetInt64(std::string_view path) const { in GetInt64() function in PrefService
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc748 llvm::Value* GetInt64(int64_t value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anonfae897050111::TiledSmallGemmEmitter