Lines Matching defs:key

2167   for (auto& key : g_keys)  in UnregisterAllCrashKeysForTesting()  local
2177 CrashKey* key = g_keys[i].load(); in SerializeCrashKeys() local
6485 void SetEnv(const std::string& key, const std::string& value) { in SetEnv()
43412 TracedValue TracedDictionary::AddItem(StaticString key) { in AddItem()
43420 TracedValue TracedDictionary::AddItem(DynamicString key) { in AddItem()
43428 TracedDictionary TracedDictionary::AddDictionary(StaticString key) { in AddDictionary()
43433 TracedDictionary TracedDictionary::AddDictionary(DynamicString key) { in AddDictionary()
43438 TracedArray TracedDictionary::AddArray(StaticString key) { in AddArray()
43443 TracedArray TracedDictionary::AddArray(DynamicString key) { in AddArray()
46043 ::protozero::ConstChars key() const { return at<1>().as_string(); } in key() function in perfetto::protos::pbzero::PerfettoMetatrace_Arg_Decoder
47264 ChunkMeta::Key key(record); in CopyChunkUntrusted() local
47468 ChunkMeta::Key key(next_chunk); in DeleteNextChunksFor() local
47530 ChunkMeta::Key key(producer_id, writer_id, chunk_id); in TryPatchChunkContents() local
47612 ChunkMeta::Key key = seq_begin->first; // Deliberate copy. in GetReadIterForSequence() local
48766 auto key = std::make_pair(producer_id, writer_id); in GetPacketSequenceID() local
53613 const std::string& key) { in DetachConsumer()
53637 const std::string& key) { in AttachConsumer()
55916 const std::string& key) { in GetDetachedSession()
56606 void TracingServiceImpl::ConsumerEndpointImpl::Detach(const std::string& key) { in Detach()
56616 void TracingServiceImpl::ConsumerEndpointImpl::Attach(const std::string& key) { in Attach()
57713 const std::string& key() const { return key_; } in key() function in perfetto::protos::gen::AttachRequest
57777 const std::string& key() const { return key_; } in key() function in perfetto::protos::gen::DetachRequest
68554 const std::string& key() const { return key_; } in key() function in perfetto::SharedMemoryWindows
68614 std::string key = "perfetto_shm_" + base::Uint64ToHexStringNoPrefix(rnd_key); in Create() local
68641 const std::string& key) { in Attach()
68670 std::string key, in SharedMemoryWindows()
69118 void ConsumerIPCClientImpl::Detach(const std::string& key) { in Detach()
69137 void ConsumerIPCClientImpl::Attach(const std::string& key) { in Attach()
69744 auto key = static_cast<SharedMemoryWindows*>(shared_memory_.get())->key(); in OnConnect() local