Searched refs:store (Results 1 – 17 of 17) sorted by relevance
/thrift-3.4.0/lib/nodejs/examples/ |
D | server_http.js | 27 var store = function(user, result) { function 38 store: store, 44 store: store, 50 store: store,
|
D | server_multitransport.js | 27 var store = function(user, result) { function 38 store: store, 43 store: store,
|
D | client_multitransport.js | 40 f_client.store(user1, function(err, response) { 50 b_client.store(user2, function(err, response) {
|
D | server.js | 27 store: function(user, result) {
|
D | client.js | 35 client.store(user, function(err, response) {
|
D | user.thrift | 25 void store(1: UserProfile user),
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_multiplexed_map_wrapper.erl | 24 ,store/3 37 -spec store(ServiceHandler, Module, Map) -> NewMap when 42 store(ServiceHandler, Module, Map) -> function 43 orddict:store(ServiceHandler, Module, Map).
|
D | thrift_socket_server.erl | 113 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/ |
D | TSSLTransportFactory.java | 261 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/ |
D | TProtocolImplBase.hx | 83 // Returns the minimum amount of bytes needed to store the smallest possible instance of TType.
|
D | TProtocolDecorator.hx | 235 // Returns the minimum amount of bytes needed to store the smallest possible instance of TType.
|
/thrift-3.4.0/build/docker/ |
D | README.md | 24 | `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/ |
D | README.md | 74 Java Test Environment uses key and trust store password "thrift" without the quotes
|
/thrift-3.4.0/aclocal/ |
D | ax_lua.m4 | 296 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/ |
D | TestServer.cpp | 602 po::store(po::parse_command_line(argc, argv, desc), vm); in main()
|
D | TestClient.cpp | 245 boost::program_options::store(boost::program_options::parse_command_line(argc, argv, desc), vm); in main()
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 193 Thread safety, an access manager should not store state information if it's
|