Searched full:automatically (Results 1 – 25 of 47) sorted by relevance
12
/thrift-3.4.0/.github/ |
D | stale.yml | 29 This issue has been automatically marked as stale because it has not had 40 This issue has been automatically closed due to inactivity. 53 # This pull request has been automatically marked as stale because it has not had
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/ |
D | TProtocol.java | 146 * {@link #readMessageEnd() end} automatically. 162 * #readStructEnd() end} automatically. 178 * #readFieldEnd() end} automatically, and returns whether the {@link TType#STOP stop signal} was 199 * begin} and {@link #readMapEnd() end} automatically. 215 * {@link #readMapBegin() begin} and {@link #readMapEnd() end} automatically. 231 * {@link #readMapBegin() begin} and {@link #readMapEnd() end} automatically, with a specialized 257 * {@link #readListEnd() end} automatically. 273 * #readListBegin() begin} and {@link #readListEnd() end} automatically. 286 * #readListBegin() begin} and {@link #readListEnd() end} automatically, with a specialized list 309 * begin} and {@link #readSetEnd() end} automatically [all …]
|
/thrift-3.4.0/lib/py/ |
D | README.md | 34 file, or automatically using the install hook provided via autoconf/automake.
|
/thrift-3.4.0/doc/ |
D | committers.md | 37 …If this is a github pull request then add the below comment to automatically close the GitHub requ…
|
/thrift-3.4.0/contrib/fb303/cpp/ |
D | ServiceTracker.cpp | 80 // note: serviceMethod.timer_ automatically starts at construction. in startService() 416 * note: A version of this constructor is provided that automatically 435 // note: timer_ automatically starts at construction. in ServiceMethod() 451 // note: timer_ automatically starts at construction. in ServiceMethod()
|
/thrift-3.4.0/contrib/zeromq/csharp/ |
D | AssemblyInfo.cs | 36 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/ |
D | TSocketTransport.cs | 47 …/// The TcpClient is not connected automatically. You are required to use <see cref="OpenAsync(Ca… 72 /// The TcpClient is connected automatically.
|
/thrift-3.4.0/tutorial/haxe/ |
D | Tutorial.hxproj | 35 <!-- Class files to compile (other referenced classes will automatically be included) -->
|
/thrift-3.4.0/test/haxe/ |
D | TestClientServer.hxproj | 35 <!-- Class files to compile (other referenced classes will automatically be included) -->
|
/thrift-3.4.0/lib/haxe/test/ |
D | HaxeTests.hxproj | 35 <!-- Class files to compile (other referenced classes will automatically be included) -->
|
/thrift-3.4.0/compiler/cpp/src/thrift/parse/ |
D | t_field.h | 130 * not it was specified by the user or automatically chosen.
|
/thrift-3.4.0/compiler/cpp/src/thrift/ |
D | globals.h | 120 * When a field does not have a user-specified key, thrift automatically
|
/thrift-3.4.0/doc/specs/ |
D | thrift-tconfiguration.md | 37 …tion argument, in which case it should fallback to a default instance automatically. This is to pr…
|
D | thrift-rpc.md | 153 A server could automatically determine whether a client talks the binary protocol or the compact pr…
|
D | idl.md | 247 …* std::set does sort the elements automatically, that's the design. see [Thrift Types](/docs/types…
|
/thrift-3.4.0/tutorial/rs/src/bin/ |
D | tutorial_server.rs | 170 // the try! macro automatically maps errors in handle_calculate()
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | client_pool.d | 100 /// because it allows e.g. to automatically reconnect to a remote server
|
D | base.d | 33 * behave like the Thrift compiler does in this situation, i.e. automatically 724 // The last automatically assigned id – fields with no meta information 899 // The last automatically assigned id – fields with no meta information
|
/thrift-3.4.0/lib/d/src/thrift/async/ |
D | ssl.d | 98 // If the underlying socket was automatically closed because of an error in open()
|
/thrift-3.4.0/lib/java/ |
D | README.md | 131 The build will automatically generate an HTML Unit Test report. This can be found
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | base.d | 121 * object does not automatically flush pending data – if you destroy a
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TTransport.h | 154 * object does not automatically flush pending data--if you destroy a
|
/thrift-3.4.0/doc/licenses/ |
D | lgpl-2.1.txt | 352 distribute the Library is void, and will automatically terminate your 367 Library), the recipient automatically receives a license from the
|
/thrift-3.4.0/lib/rs/src/ |
D | errors.rs | 42 /// are automatically turned into application errors. 185 /// functions are automatically returned as an `ApplicationError`.
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 67 Both the autoconf and cmake build systems are able to automatically detect many
|
12