Searched refs:T_GENERIC_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | TLogging.h | 176 #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
|
D | TDispatchProcessor.h | 50 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/ |
D | TAsyncDispatchProcessor.h | 51 T_GENERIC_PROTOCOL(this, inRaw, specificIn); in process() 52 T_GENERIC_PROTOCOL(this, outRaw, specificOut); in process()
|