Home
last modified time | relevance | path

Searched refs:resolveGetVal (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/onelab/
H A DOnelabParser.cpp463 val1 = atof(resolveGetVal(arguments[0]).c_str()); in resolveLogicExpr()
479 val1 = atof(resolveGetVal(arguments[0]).c_str()); in resolveLogicExpr()
480 val2 = atof(resolveGetVal(arguments[2]).c_str()); in resolveLogicExpr()
524 val = atof(resolveGetVal(in.substr(pos + 1)).c_str()); in resolveRange()
604 val = resolveGetVal(arguments[0]); in parse_sentence()
1030 std::string msg = resolveGetVal(arguments[0]); in parse_oneline()
1377 std::string msg = resolveGetVal(arguments[0]); in convert_oneline()
1382 outfile << resolveGetVal(line) << std::endl; in convert_oneline()
1661 std::string str = resolveGetVal(arguments[i]); in client_sentence()
1689 choices.push_back(resolveGetVal(arguments[i])); in client_sentence()
[all …]
H A DOnelabClients.h149 std::string resolveGetVal(std::string line);