Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSubsystem.cpp180 _contextStack.push(context); in mapSubsystemElements()
478 CMappingContext context = _contextStack.top(); in mapBegin()
488 _contextStack.push(context); in mapBegin()
536 _contextStack.pop(); in mapEnd()
DSubsystem.h242 std::stack<CMappingContext> _contextStack; variable