Home
last modified time | relevance | path

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

/device/google/crosshatch/vibrator/
Dimpl.cpp54 const auto str_range = str_end - str_begin + 1; in trim() local
56 return str.substr(str_begin, str_range); in trim()
/device/google/wahoo/vibrator/
Dservice.cpp61 const auto str_range = str_end - str_begin + 1; in trim() local
63 return str.substr(str_begin, str_range); in trim()
/device/google/bonito/vibrator/
Dservice.cpp71 const auto str_range = str_end - str_begin + 1; in trim() local
73 return str.substr(str_begin, str_range); in trim()
/device/google/coral/vibrator/
DHardware.cpp79 const auto str_range = str_end - str_begin + 1; in trim() local
81 return str.substr(str_begin, str_range); in trim()