Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jni/
H A Djni_id_manager.cc240 uintptr_t JniIdManager::GetNextId<ArtField>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager
249 uintptr_t JniIdManager::GetNextId<ArtMethod>(JniIdType type) { in GetNextId() function in art::jni::JniIdManager
/aosp_15_r20/external/webrtc/api/audio_codecs/
H A Daudio_codec_pair_id.cc25 uint64_t GetNextId() { in GetNextId() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dclient.cc303 TransactionId Impl::GetNextId() { in GetNextId() function in bt::sdp::__anon332e69370111::Impl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.h1021 int64_t GetNextId() { return ++next_id_; } in GetNextId() function
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_transaction_unittest.cc963 int GetNextId(int min, int max) { in GetNextId() function in net::__anon98d353a80111::DnsTransactionTestBase