Searched refs:ist_ (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/libutil/
H A DCalculator.cc94 Calculator::Token Calculator::getToken(istringstream& ist_) argument
99 ist_.get(ch);
100 if(!ist_)
128 ist_.putback(ch);
129 ist_ >> m_value_number_;
133 ist_.get(ch);
135 while(ist_ && ('"' != ch))
138 ist_.get(ch);
143 ist_.get(ch);
145 ist_
176 prim(istringstream& ist_, bool is_get_, const map<String, String> &config, DSENT::Model *ms_model) argument
220 term(istringstream& ist_, bool is_get_, const map<String, String> &config, DSENT::Model *ms_model) argument
245 expr(istringstream& ist_, bool is_get_, const map<String, String> &config, DSENT::Model *ms_model) argument
[all...]
H A DConfig.cc33 std::ifstream ist_(filename_);
35 // Set a Config from ist_
45 while(ist_ || nextline.length() > 0)
56 //std::getline(ist_, line);
57 safeGetline(ist_, line);
82 while(!terminate && ist_)
89 //std::getline(ist_, nextline);
90 safeGetline(ist_, nextline);
H A DCalculator.h95 Token getToken(istringstream& ist_);
97 double prim(istringstream& ist_, bool is_get_,
101 double term(istringstream& ist_, bool is_get_,
105 double expr(istringstream& ist_, bool is_get_,

Completed in 6 milliseconds