Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc87 std::optional<int64_t> ConfigCacheHelper::GetInt64(const std::string& section, in GetInt64() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc327 std::optional<int64_t> StorageModule::GetInt64(const std::string& section, in GetInt64() function in bluetooth::storage::StorageModule
/aosp_15_r20/system/update_engine/common/
H A Dfake_prefs.cc75 bool FakePrefs::GetInt64(std::string_view key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc72 bool PrefsBase::GetInt64(const std::string_view key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::PrefsBase
H A Dprefs_unittest.cc270 TEST_F(PrefsTest, GetInt64) { in TEST_F() argument
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go94 func GetInt64(buf []byte) (n int64) { func
H A Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service.cc469 int64_t PrefService::GetInt64(const std::string& path) const { in GetInt64() function in PrefService
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dtiled_dot_emitter.cc748 llvm::Value* GetInt64(int64_t value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anondccdbc850111::TiledSmallGemmEmitter