Searched refs:time_e (Results 1 – 2 of 2) sorted by relevance
182 static const boost::regex time_e("(\\d+)ns"); in get_value_from_cell() local184 if(regex_search(cell, what, time_e)) in get_value_from_cell()
192 static const boost::regex time_e("(\\d+)ns"); in get_value_from_cell() local194 if(regex_search(cell, what, time_e)) in get_value_from_cell()