Searched defs:MetadataKey (Results 1 – 3 of 3) sorted by relevance
71 struct MetadataKey { struct75 MetadataKey& operator=(const MetadataKey& other); argument82 using MetadataMap = std::map<MetadataKey, int64_t, MetadataKeyCompare>; argument
254 CallStackProfileMetadata::MetadataKey::MetadataKey(uint64_t name_hash, in MetadataKey() function in metrics::CallStackProfileMetadata::MetadataKey281 const std::pair<MetadataKey, int64_t>& b) { in GetNewOrModifiedMetadataItems()306 const std::pair<MetadataKey, int64_t>& rhs) { in GetDeletedMetadataItems()
533 const std::string_view MetadataKey() const { return name_; } in MetadataKey() function