Searched refs:thrift (Results 1 – 18 of 18) sorted by relevance
32 namespace thrift48 const std::shared_ptr<apache::thrift::transport::TTransportFactory>53 const std::shared_ptr<apache::thrift::TProcessor> &processor,55 const std::shared_ptr<apache::thrift::transport::TTransportFactory>62 const std::shared_ptr<apache::thrift::transport::TTransportFactory>64 const std::shared_ptr<apache::thrift::transport::TTransportFactory>66 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>68 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>72 const std::shared_ptr<apache::thrift::TProcessor> &processor,78 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>[all …]
38 namespace thrift61 const std::shared_ptr<apache::thrift::transport::TTransportFactory>66 const std::shared_ptr<apache::thrift::TProcessor> &processor,68 const std::shared_ptr<apache::thrift::transport::TTransportFactory>75 const std::shared_ptr<apache::thrift::transport::TTransportFactory>77 const std::shared_ptr<apache::thrift::transport::TTransportFactory>79 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>81 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>85 const std::shared_ptr<apache::thrift::TProcessor> &processor,91 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>[all …]
36 namespace thrift61 const std::shared_ptr<apache::thrift::TProcessor> &processor,62 const std::shared_ptr<apache::thrift::protocol::TProtocol> &inputProtocol,63 const std::shared_ptr<apache::thrift::protocol::TProtocol> &outputProtocol,64 const std::shared_ptr<apache::thrift::server::TServerEventHandler> &eventHandler,65 const std::shared_ptr<apache::thrift::transport::TTransport> &client);104 std::shared_ptr<apache::thrift::TProcessor> processor_;105 std::shared_ptr<apache::thrift::protocol::TProtocol> inputProtocol_;106 std::shared_ptr<apache::thrift::protocol::TProtocol> outputProtocol_;107 std::shared_ptr<apache::thrift::server::TServerEventHandler> eventHandler_;[all …]
33 namespace thrift namespace39 using apache::thrift::protocol::TProtocol;40 using apache::thrift::protocol::TProtocolFactory;41 using apache::thrift::transport::TServerTransport;42 using apache::thrift::transport::TTransport;43 using apache::thrift::transport::TTransportException;44 using apache::thrift::transport::TTransportFactory;
36 namespace thrift41 using apache::thrift::TProcessor;42 using apache::thrift::protocol::TBinaryProtocolFactory;43 using apache::thrift::protocol::TProtocol;44 using apache::thrift::protocol::TProtocolFactory;45 using apache::thrift::transport::TServerTransport;46 using apache::thrift::transport::TTransport;47 using apache::thrift::transport::TTransportFactory;
17 namespace thrift
28 namespace thrift namespace
15 src/thrift/server/TFDServer.cpp16 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/protocol/TProtocol.cpp17 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TConnectedClient.cpp18 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TSimpleServer.cpp19 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/SocketCommon.cpp24 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TSocket.cpp26 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/TOutput.cpp29 src/thrift/concurrency/Mutex.cpp30 src/thrift/server/TServerFramework.cpp35 src/thrift/transport/TSSLSocket.cpp[all …]
4 find_program(THRIFT_EXECUTABLE thrift)6 message(FATAL_ERROR "The 'thrift' command was not found")9 function(thrift function15 source_file # The .thrift source file16 options # Additional thrift options34 ${target} PRIVATE ${ZEPHYR_BASE}/modules/thrift/src
10 namespace apache::thrift::transport
14 namespace thrift
26 namespace thrift
20 namespace thrift
31 using namespace apache::thrift::concurrency;40 namespace thrift namespace
13 namespace thrift namespace
35 namespace thrift
43 source "modules/thrift/Kconfig"
Completed in 31 milliseconds