Searched refs:parent_scope_ (Results 1 – 4 of 4) sorted by relevance
26 : parent_scope_(parent_scope) { in CheckedScope()27 if (parent_scope_) { in CheckedScope()28 PERFETTO_DCHECK(parent_scope_->is_active()); in CheckedScope()29 parent_scope_->set_is_active(false); in CheckedScope()46 if (parent_scope_) in Reset()47 parent_scope_->set_is_active(true); in Reset()56 parent_scope_ = other.parent_scope_; in operator =()60 other.parent_scope_ = nullptr; in operator =()
45 CheckedScope* parent_scope() const { return parent_scope_; } in parent_scope()52 CheckedScope* parent_scope_; variable
25 parent_scope_(parent_context ? parent_context->scope() : nullptr), in BlameContext()90 state->SetString("scope", parent_scope_); in AsValueInto()
124 const char* parent_scope_; variable