Searched defs:VariableDeclaration (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarType.cpp256 // VariableDeclaration Implementation
258 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_) function in class:glu::VariableDeclaration
268 bool VariableDeclaration::operator== (const VariableDeclaration& other) const
278 bool VariableDeclaration::operator!= (const VariableDeclaration& other) const
326 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl)
H A DgluVarType.hpp254 struct VariableDeclaration struct in namespace:glu
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
258 bool operator== (const VariableDeclaration& other) const;
259 bool operator!= (const VariableDeclaration& other) const;
278 std::vector<glu::VariableDeclaration> variables;
330 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl);
/external/chromium_org/v8/src/
H A Dast.h45 V(VariableDeclaration) \
517 class VariableDeclaration FINAL : public Declaration {
519 DECLARE_NODE_TYPE(VariableDeclaration)
526 VariableDeclaration(Zone* zone, function in class:v8::internal::FINAL
3081 VariableDeclaration* NewVariableDeclaration(VariableProxy* proxy,
3085 VariableDeclaration* decl =
3086 new(zone_) VariableDeclaration(zone_, proxy, mode, scope, pos);
3087 VISIT_AND_RETURN(VariableDeclaration, decl)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 113 milliseconds