Home
last modified time | relevance | path

Searched defs:MetadataKey (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/metrics/
Dcall_stack_profile_metadata.h71 struct MetadataKey { struct
75 MetadataKey& operator=(const MetadataKey& other); argument
82 using MetadataMap = std::map<MetadataKey, int64_t, MetadataKeyCompare>; argument
Dcall_stack_profile_metadata.cc254 CallStackProfileMetadata::MetadataKey::MetadataKey(uint64_t name_hash, in MetadataKey() function in metrics::CallStackProfileMetadata::MetadataKey
281 const std::pair<MetadataKey, int64_t>& b) { in GetNewOrModifiedMetadataItems()
306 const std::pair<MetadataKey, int64_t>& rhs) { in GetDeletedMetadataItems()
/external/pigweed/pw_blob_store/public/pw_blob_store/
Dblob_store.h533 const std::string_view MetadataKey() const { return name_; } in MetadataKey() function