Home
last modified time | relevance | path

Searched refs:EnabledDebugList (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Ddebug_utils.h58 class EnabledDebugList {
86 inline void FORCE_INLINE Debug(EnabledDebugList* list,
91 inline void FORCE_INLINE Debug(EnabledDebugList* list,
169 extern EnabledDebugList enabled_debug_list;
Ddebug_utils.cc58 EnabledDebugList enabled_debug_list;
61 void EnabledDebugList::Parse(Environment* env) { in Parse()
67 void EnabledDebugList::Parse(const std::string& cats, bool enabled) { in Parse()
Ddebug_utils-inl.h133 inline void FORCE_INLINE Debug(EnabledDebugList* list, in Debug()
141 inline void FORCE_INLINE Debug(EnabledDebugList* list, in Debug()
Denv.h590 class EnabledDebugList; variable
1024 EnabledDebugList* enabled_debug_list() { return &enabled_debug_list_; } in enabled_debug_list()
1404 EnabledDebugList enabled_debug_list_;