HomeSort by relevance Sort by last modified time
    Searched defs:VariableDeclaration (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/deqp/framework/opengl/
gluVarType.cpp 257 // VariableDeclaration Implementation
259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
269 bool VariableDeclaration::operator== (const VariableDeclaration& other) const
279 bool VariableDeclaration::operator!= (const VariableDeclaration& other) const
327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl)
gluVarType.hpp 256 struct VariableDeclaration
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
260 bool operator== (const VariableDeclaration& other) const;
261 bool operator!= (const VariableDeclaration& other) const;
280 std::vector<glu::VariableDeclaration> variables;
332 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl);
  /system/tools/aidl/
ast_java.cpp 276 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r,
280 VariableDeclaration::VariableDeclaration(Variable* l) : lvalue(l) {}
282 void VariableDeclaration::Write(CodeWriter* to) const {
ast_java.h 233 struct VariableDeclaration : public Statement {
238 VariableDeclaration(Variable* lvalue);
239 VariableDeclaration(Variable* lvalue, Expression* rvalue,
241 virtual ~VariableDeclaration() = default;
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 251 class VariableDeclaration(_GenericDeclaration):
734 return VariableDeclaration(pos_token.start, pos_token.end,
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 414 public List<VariableDeclaration> mVariables = new ArrayList<VariableDeclaration>();
467 mVariables.add(new VariableDeclaration(name, type, location, declared));
513 public List<VariableDeclaration> getVariables() {
725 public static class VariableDeclaration extends NameTypeLocation {
729 public VariableDeclaration() {
733 public VariableDeclaration(String name, String type, Location location, boolean declared) {
    [all...]
  /external/v8/src/ast/
ast.h 41 V(VariableDeclaration) \
550 class VariableDeclaration final : public Declaration {
552 DECLARE_NODE_TYPE(VariableDeclaration)
561 // groups. Each VariableDeclaration is associated with the start position of
567 VariableDeclaration(Zone* zone, VariableProxy* proxy, VariableMode mode,
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta1/
compilerCommon-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta3/
compilerCommon-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-rc1/
compilerCommon-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.2/
compilerCommon-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.2.0-alpha1/
compilerCommon-2.2.0-alpha1.jar 

Completed in 322 milliseconds

1 2 3