Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 12 of 12) sorted by relevance

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/transport/
DTestTIOStreamTransport.java34 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/
DTestSerializer.Tests.pas410 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/
Dawaitable.d195 ubyte[1] dummy = void; in detach()
196 while (recvSocket_.receive(dummy) != Socket.ERROR) {} in detach()
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dclient_pool.d217 Client dummy; in executeOnPool() local
218 if (clients.willBecomeNonempty(dummy, waitTime)) { in executeOnPool()
/thrift-3.4.0/test/
DSmallTest.thrift50 1: i32 dummy
/thrift-3.4.0/aclocal/
Dtar.m4113 # tar/untar a dummy directory, and stop if the command works.
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_dart_generator.cc2198 std:: ofstream dummy; in declare_field() local
2199 result += " = " + render_const_value(dummy, field_name, ttype, tfield->get_value()); in declare_field()
Dt_javame_generator.cc2851 std::ofstream dummy; in declare_field() local
2852 result += " = " + render_const_value(dummy, tfield->get_name(), ttype, tfield->get_value()); in declare_field()
Dt_netstd_generator.cc3487 std::ofstream dummy; in initialize_field() local
3488 return " = " + render_const_value(dummy, tfield->get_name(), ttype, tfield->get_value()); in initialize_field()
Dt_java_generator.cc4716 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/
Dthrifty.yy1316 /* Just use a dummy structure to hold the annotations. */
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3990 virtual void dummy();
11276 void Config::dummy() {} in dummy() function in Catch::Config