Home
last modified time | relevance | path

Searched refs:_contextStack (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSubsystem.cpp164 _contextStack.push(context); in mapSubsystemElements()
439 CMappingContext context = _contextStack.top(); in mapBegin()
448 _contextStack.push(context); in mapBegin()
495 _contextStack.pop(); in mapEnd()
DSubsystem.h243 std::stack<CMappingContext> _contextStack; variable