Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.cpp34 auto spos = command_.find('\"', fpos + 1); in GetNextStr() local
35 if (spos == std::string_view::npos) { in GetNextStr()
40 auto str = command_.substr(fpos + 1, (spos - fpos - 1)); in GetNextStr()
41 command_ = command_.substr(spos + 1); in GetNextStr()