Home
last modified time | relevance | path

Searched defs:SPack (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/client/
H A Dpsg_client_transport.hpp188 struct SDebugPrintout::SPack : SPack<TRest...> struct in SDebugPrintout
190 SPack(SPack<TRest...>&& base, const TArg* arg) : in SPack() function
215 struct SDebugPrintout::SPack<TArg>
217 SPack(SDebugPrintout* debug_printout, const TArg* arg) : in SPack() function
223 SPack<TNextArg, TArg> operator<<(const TNextArg& next_arg) in operator <<()
228 void operator<<(ostream& (*)(ostream&)) { Process(); } in operator <<()
232 void Process(TArgs&&... args) in Process()
238 SDebugPrintout* m_DebugPrintout;
239 const TArg* m_Arg;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/pubseq_gateway/client/
H A Dpsg_client_transport.hpp188 struct SDebugPrintout::SPack : SPack<TRest...> struct in SDebugPrintout
190 SPack(SPack<TRest...>&& base, const TArg* arg) : in SPack() function
215 struct SDebugPrintout::SPack<TArg>
217 SPack(SDebugPrintout* debug_printout, const TArg* arg) : in SPack() argument
223 SPack<TNextArg, TArg> operator<<(const TNextArg& next_arg) in operator <<()
228 void operator<<(ostream& (*)(ostream&)) { Process(); } in operator <<()
232 void Process(TArgs&&... args) in Process()
238 SDebugPrintout* m_DebugPrintout;
239 const TArg* m_Arg;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable_cxx/extra-files/
H A Dcpp_abi_tests.cpp34 struct SPack struct
39 typedef SPack<int> SInt; argument