Home
last modified time | relevance | path

Searched refs:iss (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dparsed_options.cc908 std::stringstream iss(substring); in ParseDouble() local
909 iss >> value; in ParseDouble()
911 sane_val = iss.eof() && (value >= min) && (value <= max); in ParseDouble()
/art/compiler/utils/
Dassembler_test.h559 std::istringstream iss(odump); in Compile()
560 std::istream_iterator<std::string> start(iss); in Compile()
/art/dex2oat/
Ddex2oat.cc779 std::stringstream iss(substring); in ParseDouble() local
780 iss >> value; in ParseDouble()
782 sane_val = iss.eof() && (value >= min) && (value <= max); in ParseDouble()