Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDataContext.java36 void pushVariableScope(); in pushVariableScope() method
DDefaultDataContext.java65 public void pushVariableScope() { in pushVariableScope() method in DefaultDataContext
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java304 dataContext.pushVariableScope(); in caseAWithCommand()
496 dataContext.pushVariableScope(); in caseACallCommand()
530 dataContext.pushVariableScope(); in each()
544 dataContext.pushVariableScope(); in loop()
/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp222 void pushVariableScope (VariableScope& scope);
DrsgShaderGenerator.cpp189 m_varManager.pushVariableScope(globalVariableScope); in generate()
DrsgVariableManager.cpp387 void VariableManager::pushVariableScope (VariableScope& scope) in pushVariableScope() function in rsg::VariableManager
DrsgStatement.cpp150 state.getVariableManager().pushVariableScope(m_scope); in init()