Searched full:longer (Results 1 – 25 of 62) sorted by relevance
123
/thrift-3.4.0/lib/netstd/ |
D | README.md | 27 …e following compiler flags are no longer needed or supported: `hashcode` is now standard, while `n… 42 …wing compiler flags are no longer needed or supported: `hashcode` and `async` are now standard, wh… 43 … `ISync` anymore, async is mandatory. The synchronous model is simply no longer available (that's …
|
/thrift-3.4.0/lib/go/ |
D | README.md | 40 longer work with older Go releases. 42 and as a result no longer works on go1.12. 112 advantage of that to abandon requests that's no longer needed:
|
/thrift-3.4.0/lib/py/test/ |
D | test_socket.py | 49 # once the server side closes, it no longer shows open
|
/thrift-3.4.0/lib/cpp/test/ |
D | TFileTransportTest.cpp | 211 // take longer, since we're just waiting for our turn on the CPU. in BOOST_AUTO_TEST_CASE() 217 // Make sure fewer than 10% of the runs took longer than 1000us in BOOST_AUTO_TEST_CASE() 273 // However, sometimes it takes a bit longer. Allow 5ms leeway. in test_flush_max_us_impl() 329 // Fail if at any point we've been running for longer than half a second. in BOOST_AUTO_TEST_CASE()
|
D | AllProtocolTests.tcc | 208 testNaked<TProto, std::string>("a bit longer than the smallest possible"); in testProtocol() 214 testField<TProto, T_STRING, std::string>("a bit longer than the smallest possible"); in testProtocol()
|
/thrift-3.4.0/lib/js/ |
D | Makefile.am | 22 # (note these issues may no longer be present, but it is ok)
|
/thrift-3.4.0/lib/d/ |
D | README.md | 33 cases typically run longer or require manual intervention.
|
/thrift-3.4.0/.github/ |
D | stale.yml | 35 This issue is no longer stale.
|
/thrift-3.4.0/test/netstd/Server/ |
D | Program.cs | 48 Console.WriteLine("Hint: The 'server' argument is no longer required."); in Main()
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | TProcessor.h | 170 * no longer needed. 174 * when the object is no longer needed, instead of deleting the pointer.
|
/thrift-3.4.0/test/netstd/Client/ |
D | Program.cs | 48 Console.WriteLine("Hint: The 'client' argument is no longer required."); in Main()
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 252 language level. As a consequence, boost is no longer required as a runtime 266 The project no longer performs a side-by-side static and shared build; you 292 *must* be longer than any TSSLSocket that it creates, otherwise openssl will be cleaned
|
D | CMakeLists.txt | 20 # Remove the following once lib/cpp no longer depends on boost headers:
|
/thrift-3.4.0/lib/rs/ |
D | README.md | 51 * **[THRIFT-5360]** - No longer define OR generate `description()` methods for `Error` types. 55 …the generated Rust representation of an Error no longer implements the `Error.description()` metho…
|
/thrift-3.4.0/compiler/cpp/src/thrift/ |
D | main.h | 105 * Prints deprecation notice for old NS declarations that are no longer supported
|
D | globals.h | 105 ALREADY_PROCESSED = 2, // doctext has been used and is no longer available
|
/thrift-3.4.0/lib/rb/lib/thrift/transport/ |
D | memory_buffer_transport.rb | 28 # this behavior is no longer required. If you wish to change it
|
/thrift-3.4.0/lib/java/ |
D | README.md | 231 public to default (package) and will no longer be accessible by third-party 235 public to default (package) and will no longer be accessible by third-party
|
/thrift-3.4.0/lib/perl/ |
D | README.md | 89 file. This means `use Socket;` no longer defines SSLSocket. You can use this
|
/thrift-3.4.0/lib/d/src/thrift/internal/ |
D | resource_pool.d | 218 * it is temporarily disabled (no longer considered) until in TResourcePool() 260 * The duration for which a resource is no longer considered after it has in TResourcePool()
|
/thrift-3.4.0/doc/specs/ |
D | thrift-tconfiguration.md | 59 The difference between the two options is, that MaxFrameSize exists much longer and it is used only…
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TServerFramework.h | 138 * The server no longer tracks the client.
|
/thrift-3.4.0/lib/rs/src/transport/ |
D | socket.rs | 108 /// longer be used to communicate with another endpoint.
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | async_client_pool.d | 121 * consecutive tries, it is temporarily disabled (not tried any longer) for 190 * The duration for which a client is no longer considered after it has 588 * + of the operation once it is no longer running, since the accumulator
|
/thrift-3.4.0/lib/rs/src/protocol/ |
D | stored.rs | 30 /// message identifier bytes are no longer on the wire. Since downstream
|
123