Searched refs:StringLength (Results 1 – 1 of 1) sorted by relevance
161 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) { in StringLength() function in __anon586972210111::TestClient222 return ReturnStatusOrError(InvokeRemoteMethod<TestInterface::StringLength>( in StringLength()226 int StringLength(const std::string& string) { in StringLength() function in __anon586972210111::TestClient228 InvokeRemoteMethod<TestInterface::StringLength>(string)); in StringLength()367 case TestInterface::StringLength::Opcode: in HandleMessage()368 DispatchRemoteMethod<TestInterface::StringLength>( in HandleMessage()616 const auto string_length1 = client->StringLength("This is a string"); in TEST_F()619 const auto string_length2 = client->StringLength("1234567890"); in TEST_F()[all …]