Home
last modified time | relevance | path

Searched refs:T_GENERIC_PROTOCOL (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/
DTLogging.h176 #define T_GENERIC_PROTOCOL(template_class, generic_prot, specific_prot) \ macro
184 #define T_GENERIC_PROTOCOL(template_class, generic_prot, specific_prot) \ macro
192 #define T_GENERIC_PROTOCOL(template_class, generic_prot, specific_prot) macro
DTDispatchProcessor.h50 T_GENERIC_PROTOCOL(this, inRaw, specificIn); in process()
51 T_GENERIC_PROTOCOL(this, outRaw, specificOut); in process()
/thrift-3.4.0/lib/cpp/src/thrift/async/
DTAsyncDispatchProcessor.h51 T_GENERIC_PROTOCOL(this, inRaw, specificIn); in process()
52 T_GENERIC_PROTOCOL(this, outRaw, specificOut); in process()