Home
last modified time | relevance | path

Searched refs:popVariableScope (Results 1 – 7 of 7) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDataContext.java41 void popVariableScope(); in popVariableScope() method
DDefaultDataContext.java78 public void popVariableScope() { in popVariableScope() method in DefaultDataContext
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java307 dataContext.popVariableScope(); in caseAWithCommand()
510 dataContext.popVariableScope(); in caseACallCommand()
537 dataContext.popVariableScope(); in each()
554 dataContext.popVariableScope(); in loop()
/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp223 void popVariableScope (void);
DrsgShaderGenerator.cpp333 m_varManager.popVariableScope(); in generate()
DrsgStatement.cpp185 state.getVariableManager().popVariableScope(); in createNextChild()
DrsgVariableManager.cpp396 void VariableManager::popVariableScope (void) in popVariableScope() function in rsg::VariableManager