Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_argument.cc35 #define DCHECK_CONTAINER_STACK_DEPTH_EQ(x) DCHECK_EQ(x, nesting_stack_.size()) macro
40 #define DCHECK_CONTAINER_STACK_DEPTH_EQ(x) do {} while (0) macro
/external/v8/src/tracing/
Dtraced-value.cc16 #define DCHECK_CONTAINER_STACK_DEPTH_EQ(x) DCHECK_EQ(x, nesting_stack_.size()) macro