Home
last modified time | relevance | path

Searched refs:tpos (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp99 std::string::size_type tpos = res.find("\"", spos); in GetInputDeviceNodes() local
100 if (tpos != std::string::npos) { in GetInputDeviceNodes()
101 name = res.substr(spos, tpos - spos); in GetInputDeviceNodes()
111 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
112 while (std::isalnum(res[tpos])) { in GetInputDeviceNodes()
113 ++tpos; in GetInputDeviceNodes()
115 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpos - spos)); in GetInputDeviceNodes()

Completed in 2 milliseconds