Home
last modified time | relevance | path

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

/art/runtime/
Dutils.cc915 std::stringstream iss(substring); in ParseDouble() local
916 iss >> value; in ParseDouble()
918 sane_val = iss.eof() && (value >= min) && (value <= max); in ParseDouble()
/art/compiler/utils/
Dassembler_test_base.h407 std::istringstream iss(odump); in Compile()
408 std::istream_iterator<std::string> start(iss); in Compile()