Home
last modified time | relevance | path

Searched refs:GetNextId (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/audio_codecs/
Daudio_codec_pair_id.cc25 uint64_t GetNextId() { in GetNextId() function
88 return AudioCodecPairId(ObfuscateId(GetNextId())); in Create()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc545 SetProtoIdAndName(&entry, name_, kNameSeparator, GetNextId()); in Build()
3665 GetNextId()); in BuildConstantSubGraph()
3910 const int64_t handle = GetNextId(); in AddInstruction()
3963 int64_t computation_id = GetNextId(); in AddCalledComputation()
3969 int64_t instruction_id = GetNextId(); in AddCalledComputation()
Dxla_builder.h1021 int64_t GetNextId() { return ++next_id_; } in GetNextId() function
/external/cronet/net/dns/
Ddns_transaction_unittest.cc666 base::BindRepeating(&DnsTransactionTestBase::GetNextId, in ConfigureFactory()
956 int GetNextId(int min, int max) { in GetNextId() function in net::__anona6e5b6970111::DnsTransactionTestBase