Home
last modified time | relevance | path

Searched defs:GetUint64 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Dscrypt_test.cc29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) { in GetUint64() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Dscrypt_test.cc29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) { in GetUint64() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dscrypt_test.cc29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) { in GetUint64() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Dscrypt_test.cc29 static bool GetUint64(FileTest *t, uint64_t *out, const char *name) { in GetUint64() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc52 std::optional<uint64_t> ConfigCacheHelper::GetUint64(const std::string& section, in GetUint64() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc305 std::optional<uint64_t> StorageModule::GetUint64(const std::string& section, in GetUint64() function in bluetooth::storage::StorageModule
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc36 bool bluetooth::shim::BtifConfigInterface::GetUint64(const std::string& /* section */, in GetUint64() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc58 bool BtifConfigInterface::GetUint64(const std::string& section, const std::string& property, in GetUint64() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go56 func GetUint64(buf []byte) (n uint64) { func
H A Dtable.go93 func (t *Table) GetUint64(off UOffsetT) uint64 { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake_message.cc206 QuicErrorCode CryptoHandshakeMessage::GetUint64(QuicTag tag, in GetUint64() function in quic::CryptoHandshakeMessage
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service.cc480 uint64_t PrefService::GetUint64(const std::string& path) const { in GetUint64() function in PrefService