Home
last modified time | relevance | path

Searched defs:DeclareVariable (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp310 struct DeclareVariable struct
312DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() argument
314 VarType varType;
315 std::string name;
316 int indentLevel;
/third_party/node/deps/v8/src/ast/
Dscopes.cc1085 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope
/third_party/node/deps/v8/src/parsing/
Dparser.cc1806 Variable* Parser::DeclareVariable(const AstRawString* name, VariableKind kind, in DeclareVariable() function in v8::internal::Parser