Home
last modified time | relevance | path

Searched refs:_return (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/modules/thrift/hello/server/src/
DHelloHandler.h31 void echo(std::string &_return, const std::string &msg) in echo() argument
34 _return = msg; in echo()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp70 void testBinary(std::string &_return, const std::string &thing) override in testBinary() argument
77 _return = thing; in testBinary()