Home
last modified time | relevance | path

Searched refs:store (Results 1 – 17 of 17) sorted by relevance

/thrift-3.4.0/lib/nodejs/examples/
Dserver_http.js27 var store = function(user, result) { function
38 store: store,
44 store: store,
50 store: store,
Dserver_multitransport.js27 var store = function(user, result) { function
38 store: store,
43 store: store,
Dclient_multitransport.js40 f_client.store(user1, function(err, response) {
50 b_client.store(user2, function(err, response) {
Dserver.js27 store: function(user, result) {
Dclient.js35 client.store(user, function(err, response) {
Duser.thrift25 void store(1: UserProfile user),
/thrift-3.4.0/lib/erl/src/
Dthrift_multiplexed_map_wrapper.erl24 ,store/3
37 -spec store(ServiceHandler, Module, Map) -> NewMap when
42 store(ServiceHandler, Module, Map) -> function
43 orddict:store(ServiceHandler, Module, Map).
Dthrift_socket_server.erl113 thrift_multiplexed_map_wrapper:store(ServiceName, ServiceHandler, Acc);
134 thrift_multiplexed_map_wrapper:store(ServiceName, ServiceModule, Acc);
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/
DTSSLTransportFactory.java261 private static InputStream getStoreAsStream(String store) throws IOException { in getStoreAsStream() argument
263 return new FileInputStream(store); in getStoreAsStream()
269 storeStream = new URL(store).openStream(); in getStoreAsStream()
276 storeStream = Thread.currentThread().getContextClassLoader().getResourceAsStream(store); in getStoreAsStream()
281 throw new IOException("Could not load file: " + store); in getStoreAsStream()
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTProtocolImplBase.hx83 // Returns the minimum amount of bytes needed to store the smallest possible instance of TType.
DTProtocolDecorator.hx235 // Returns the minimum amount of bytes needed to store the smallest possible instance of TType.
/thrift-3.4.0/build/docker/
DREADME.md24 | `DOCKER_REPO` | `thrift/thrift-build` | The name of the Docker Hub repository to obtain and store
33 to use your own Docker Hub account to store thrift build images,
/thrift-3.4.0/test/keys/
DREADME.md74 Java Test Environment uses key and trust store password "thrift" without the quotes
/thrift-3.4.0/aclocal/
Dax_lua.m4296 dnl prefixed by $prefix, then we can store scripts there. The first
322 dnl prefixed by $exec_prefix, then we can store modules there. The first
/thrift-3.4.0/test/cpp/src/
DTestServer.cpp602 po::store(po::parse_command_line(argc, argv, desc), vm); in main()
DTestClient.cpp245 boost::program_options::store(boost::program_options::parse_command_line(argc, argv, desc), vm); in main()
/thrift-3.4.0/lib/cpp/
DREADME.md193 Thread safety, an access manager should not store state information if it's