Searched refs:expression_path (Results 1 – 2 of 2) sorted by relevance
89 const std::string &expression_path) { in RetrieveUnsigned() argument90 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()96 const std::string &expression_path) { in RetrieveString() argument97 addr_t ptr = RetrieveUnsigned(return_value_sp, process_sp, expression_path); in RetrieveString()
252 const std::string &expression_path) { in RetrieveString() 254 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString() 250 RetrieveString(ValueObjectSP return_value_sp,ProcessSP process_sp,const std::string & expression_path) RetrieveString() argument