Home
last modified time | relevance | path

Searched refs:log_function_map_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_logging.h81 log_function_map_ = functions; in COMPONENT_EXPORT()
85 return log_function_map_; in COMPONENT_EXPORT()
121 static LogFunctionMap* log_function_map_; in COMPONENT_EXPORT()
Dipc_logging.cc44 LogFunctionMap* Logging::log_function_map_; member in IPC::Logging
174 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()