OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedDepthTracker
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/lib/
validation_context.h
117
class
ScopedDepthTracker
{
120
explicit
ScopedDepthTracker
(ValidationContext* ctx) : ctx_(ctx) {
124
~
ScopedDepthTracker
() { --ctx_->stack_depth_; }
129
DISALLOW_COPY_AND_ASSIGN(
ScopedDepthTracker
);
validation_util.h
153
ValidationContext::
ScopedDepthTracker
depth_tracker(validation_context);
166
ValidationContext::
ScopedDepthTracker
depth_tracker(validation_context);
179
ValidationContext::
ScopedDepthTracker
depth_tracker(validation_context);
191
ValidationContext::
ScopedDepthTracker
depth_tracker(validation_context);
Completed in 3232 milliseconds