Lines Matching refs:GetValue
181 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount()
240 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
262 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
265 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
268 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
271 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
274 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
470 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
474 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
478 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
482 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()