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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp161 PDX_REMOTE_METHOD(StringLength, kOpStringLength, int(const std::string&));
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
221 int StringLength(const char* string, std::size_t size) { function in class:__anon1773::TestClient
222 return ReturnStatusOrError(InvokeRemoteMethod<TestInterface::StringLength>(
226 int StringLength(const std::string& string) { function in class:__anon1773::TestClient
228 InvokeRemoteMethod<TestInterface::StringLength>(string));
367 case TestInterface::StringLength::Opcode:
368 DispatchRemoteMethod<TestInterface::StringLength>(
616 const auto string_length1 = client->StringLength("This is a string");
619 const auto string_length2 = client->StringLength("123456789
[all...]

Completed in 9 milliseconds