Lines Matching refs:TRACE_STREAMING
20 #define TRACE_STREAMING(...) \ macro
235 TRACE_STREAMING("OnBytesReceived(%zu bytes)\n", bytes.size()); in OnBytesReceived()
257 TRACE_STREAMING("ReadBytes(%zu bytes)\n", num_bytes); in ReadBytes()
264 TRACE_STREAMING("Finish\n"); in Finish()
310 TRACE_STREAMING("Abort\n"); in Abort()
534 TRACE_STREAMING("ReadBytes of a VarInt\n"); in ReadBytes()
553 TRACE_STREAMING(" ==> %zu bytes consumed\n", bytes_consumed_); in ReadBytes()
581 TRACE_STREAMING("DecodeModuleHeader\n"); in Next()
589 TRACE_STREAMING("DecodeSectionID: %s section\n", in Next()
607 TRACE_STREAMING("DecodeSectionLength(%zu)\n", value_); in NextWithValue()
634 TRACE_STREAMING("DecodeSectionPayload\n"); in Next()
643 TRACE_STREAMING("DecodeNumberOfFunctions(%zu)\n", value_); in NextWithValue()
678 TRACE_STREAMING("DecodeFunctionLength(%zu)\n", value_); in NextWithValue()
702 TRACE_STREAMING("DecodeFunctionBody\n"); in Next()
743 #undef TRACE_STREAMING