Home
last modified time | relevance | path

Searched defs:LogFunctionMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/ipc/
H A Dipc_logging.h30 typedef std::unordered_map<uint32_t, LogFunction> LogFunctionMap; typedef
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_logging.h28 typedef base::hash_map<uint32_t, LogFunction > LogFunctionMap; typedef