Searched defs:to_string (Results 1 - 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
H A Dparse_string.h48 std::string to_string(const T &obj) { function in namespace:android::vintf
/system/tools/hidl/c2hal/test/
H A Dtest.h66 inline std::string to_string(T value) { return to_string(static_cast<E>(value)); } function
/system/tools/hidl/test/
H A Dhidl_test_client.cpp113 using ::android::to_string;
121 using std::to_string;
139 std::string to_string(std::set<T> set) { function
151 ss << to_string(item);
584 EXPECT_EQ(difference.size(), 0u) << "service(s) not registered " << to_string(difference);
607 EXPECT_EQ(difference.size(), 0u) << "service(s) not registered " << to_string(difference);
645 EXPECT_EQ(to_string(registrations.data(), registrations.size()),
681 EXPECT_EQ(to_string(registrations.data(), registrations.size()),
882 to_string(something).c_str());
907 to_string(somethin
[all...]

Completed in 525 milliseconds