Searched defs:VariableValue (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariableValue.java32 public class VariableValue extends VariantValue { class in inherits:VariantValue
42 public VariableValue(String name, DataContext dataContext) { method in class:VariableValue
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp269 VariableValue::VariableValue (const VariableValue& other) function in class:rsg::VariableValue
276 VariableValue& VariableValue::operator= (const VariableValue& other)
H A DrsgVariableValue.hpp345 class VariableValue class in namespace:rsg
348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {} function in class:rsg::VariableValue
349 ~VariableValue (void) {}
355 VariableValue (const VariableValue& other);
356 VariableValue& operator= (const VariableValue& other);

Completed in 205 milliseconds