Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h387 std::istringstream iss(odump); in Compile()
388 std::istream_iterator<std::string> start(iss); in Compile()
/art/dex2oat/
Ddex2oat.cc465 std::stringstream iss(substring); in ParseDouble() local
466 iss >> value; in ParseDouble()
468 sane_val = iss.eof() && (value >= min) && (value <= max); in ParseDouble()