Searched refs:log_function_map_ (Results 1 – 2 of 2) sorted by relevance
81 log_function_map_ = functions; in COMPONENT_EXPORT()85 return log_function_map_; in COMPONENT_EXPORT()121 static LogFunctionMap* log_function_map_; in COMPONENT_EXPORT()
44 LogFunctionMap* Logging::log_function_map_; member in IPC::Logging174 if (!log_function_map_) in GetMessageText()177 LogFunctionMap::iterator it = log_function_map_->find(type); in GetMessageText()178 if (it == log_function_map_->end()) { in GetMessageText()