Searched refs:log_tag (Results 1 – 3 of 3) sorted by relevance
56 inline void log_tag(std::string tag) { in log_tag() function457 log_tag("STARTING"); in Start()464 log_tag("STARTED"); in Await()468 log_tag("QUIESCING"); in Quiesce()472 log_tag("QUIESCED"); in Quiesce()479 log_tag("STOPPED"); in Stop()640 log_tag("SHUTTING DOWN STACK"); in TEST_F()
68 inline void log_tag(std::string tag) { in log_tag() function496 log_tag(kLogTagStarting); in Start()506 log_tag(kLogTagStarted); in Await()510 log_tag(kLogTagQuiescing); in Quiesce()514 log_tag(kLogTagQuiesced); in Quiesce()521 log_tag(kLogTagStopped); in Stop()
45 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache() argument49 log::fatal("{} unable to have 0 LRU Cache capacity", log_tag); in LegacyLruCache()