Searched refs:dummy (Results 1 – 12 of 12) sorted by relevance
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/transport/ |
D | TestTIOStreamTransport.java | 34 byte[] dummy = {20}; // So the input stream isn't EOF immediately. in testOpenClose_2streams() 35 InputStream input = new ByteArrayInputStream(dummy); in testOpenClose_2streams() 44 byte[] dummy = {20}; in testOpenClose_1input() 45 InputStream input = new ByteArrayInputStream(dummy); in testOpenClose_1input()
|
/thrift-3.4.0/lib/delphi/test/serializer/ |
D | TestSerializer.Tests.pas | 410 var dummy : IBase; 413 dummy := TOneOfEachImpl.Create; 414 serial.Deserialize( input, dummy); 425 var dummy : IBase; 429 dummy := TOneOfEachImpl.Create; 430 serial.Deserialize( input, dummy);
|
/thrift-3.4.0/lib/d/src/thrift/util/ |
D | awaitable.d | 195 ubyte[1] dummy = void; in detach() 196 while (recvSocket_.receive(dummy) != Socket.ERROR) {} in detach()
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | client_pool.d | 217 Client dummy; in executeOnPool() local 218 if (clients.willBecomeNonempty(dummy, waitTime)) { in executeOnPool()
|
/thrift-3.4.0/test/ |
D | SmallTest.thrift | 50 1: i32 dummy
|
/thrift-3.4.0/aclocal/ |
D | tar.m4 | 113 # tar/untar a dummy directory, and stop if the command works.
|
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | t_dart_generator.cc | 2198 std:: ofstream dummy; in declare_field() local 2199 result += " = " + render_const_value(dummy, field_name, ttype, tfield->get_value()); in declare_field()
|
D | t_javame_generator.cc | 2851 std::ofstream dummy; in declare_field() local 2852 result += " = " + render_const_value(dummy, tfield->get_name(), ttype, tfield->get_value()); in declare_field()
|
D | t_netstd_generator.cc | 3487 std::ofstream dummy; in initialize_field() local 3488 return " = " + render_const_value(dummy, tfield->get_name(), ttype, tfield->get_value()); in initialize_field()
|
D | t_java_generator.cc | 4716 std::ofstream dummy; in declare_field() local 4717 result += " = " + render_const_value(dummy, ttype, tfield->get_value()); in declare_field()
|
/thrift-3.4.0/compiler/cpp/src/thrift/ |
D | thrifty.yy | 1316 /* Just use a dummy structure to hold the annotations. */
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 3990 virtual void dummy(); 11276 void Config::dummy() {} in dummy() function in Catch::Config
|