Home
last modified time | relevance | path

Searched defs:to_string (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/include/vintf/
Dparse_string.h57 std::string to_string(const T &obj) { in to_string() function
/system/core/adb/daemon/
Dusb.cpp69 static const char* to_string(enum usb_functionfs_event_type type) { in to_string() function
/system/tools/hidl/c2hal/test/
Dtest.h65 inline std::string to_string(T value) { return to_string(static_cast<E>(value)); } in to_string() function
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp181 std::string to_string(std::set<T> set) { in to_string() function