Searched refs:scope_ (Results 1 – 1 of 1) sorted by relevance
179 AIDL_FATAL_IF(scope_.empty(), AIDL_LOCATION_HERE) << "Scope is empty"; in Scope()180 return scope_.back(); in Scope()182 void PushScope(const AidlDefinedType* scope) { scope_.push_back(scope); } in PushScope()183 void PopScope() { scope_.pop_back(); } in PopScope()197 std::vector<const AidlDefinedType*> scope_ = {}; member in ScopedVisitor