Home
last modified time | relevance | path

Searched defs:getProtocol (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/devel/py-thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/devel/thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/devel/thrift-c_glib/thrift-0.14.0/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/devel/thrift-cpp/thrift-0.14.0/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/devel/node-thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs93 getProtocol "binary" = Binary function
94 getProtocol "compact" = Compact function
95 getProtocol "json" = JSON function
96 getProtocol "header" = Header function
97 getProtocol p = error $ "Unsupported Protocol: " ++ p function
H A DTestServer.hs97 getProtocol "binary" = Binary function
98 getProtocol "compact" = Compact function
99 getProtocol "json" = JSON function
100 getProtocol "header" = Header function
101 getProtocol p = error $"Unsupported Protocol: " ++ p function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/rpc/
H A Dop_msg_rpc_impls.h50 rpc::Protocol getProtocol() const override { in getProtocol() function
76 rpc::Protocol getProtocol() const override { in getProtocol() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTHeaderProtocol.h193 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<transport::TTransport> trans) override { in getProtocol() function
199 std::shared_ptr<TProtocol> getProtocol( in getProtocol() function

12345678910>>...46