Searched defs:SimpleVar (Results 1 - 2 of 2) sorted by last modified time

/build/kati/
H A Dvar.cc50 SimpleVar::SimpleVar(VarOrigin origin) function in class:SimpleVar
54 SimpleVar::SimpleVar(const string& v, VarOrigin origin) function in class:SimpleVar
58 void SimpleVar::Eval(Evaluator*, string* s) const {
62 void SimpleVar::AppendVar(Evaluator* ev, Value* v) {
69 StringPiece SimpleVar::String() const {
73 string SimpleVar::DebugString() const {
H A Dvar.h69 class SimpleVar : public Var { class in inherits:Var
71 explicit SimpleVar(VarOrigin origin);
72 SimpleVar(const string& v, VarOrigin origin);

Completed in 49 milliseconds