Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.cc155 StringPiece value_sp = line_sp.substr(colon_pos + 1); in LazyCpuInfoValue() local
156 while (!value_sp.empty() && in LazyCpuInfoValue()
157 (value_sp[0] == ' ' || value_sp[0] == '\t')) { in LazyCpuInfoValue()
158 value_sp = value_sp.substr(1); in LazyCpuInfoValue()
164 std::string value(value_sp.as_string()); in LazyCpuInfoValue()