Home
last modified time | relevance | path

Searched refs:listed (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
DCassandraTest.thrift351 …@param endpoints The endpoints responsible for the range (listed by their configured listen_addres…
352 …@param rpc_endpoints The endpoints responsible for the range (listed by their configured rpc_addre…
/thrift-3.4.0/test/
DREADME.md94 For this purpose, test cases known to (occasionally) fail are listed in
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/
DREADME.md57 The process of partial deserialization involves the following major components. We have listed name…
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp7096 if( Option<std::size_t> listed = list( config() ) ) in run() local
7097 return static_cast<int>( *listed ); in run()