Home
last modified time | relevance | path

Searched refs:child (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/nodejs/lib/thrift/
Dconnection.js308 var child = this.child = child_process.spawn(command,args);
313 this.connection = child.stdin;
320 this.child.stderr.on('data', function (err) {
324 this.child.on('exit', function (code,signal) {
345 child.stdout.addListener("data", self.transport.receiver(function(transport_with_data) {
/thrift-3.4.0/lib/cpp/test/
DRecursiveTest.cpp41 RecTree child; in BOOST_AUTO_TEST_CASE() local
42 tree.children.push_back(child); in BOOST_AUTO_TEST_CASE()
/thrift-3.4.0/test/py/
DSerializationTest.py304 for child in serde_parent.children:
306 self.assertTrue(isinstance(child, RecTree))
/thrift-3.4.0/lib/perl/
DREADME.md51 as the ForkingServer resets the forked child process to use
/thrift-3.4.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
DCassandraTest.thrift67 …umns within a super column do not have to have matching structures (similarly named child columns).
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp5999 virtual void addChild( Ptr<ITracker> const& child ) = 0;
6110 virtual void addChild( Ptr<ITracker> const& child ) CATCH_OVERRIDE { in addChild() argument
6111 m_children.push_back( child ); in addChild()