Lines Matching refs:TRACE_STREAMING
19 #define TRACE_STREAMING(...) \ macro
29 TRACE_STREAMING("OnBytesReceived(%zu bytes)\n", bytes.size()); in OnBytesReceived()
49 TRACE_STREAMING("ReadBytes(%zu bytes)\n", num_bytes); in ReadBytes()
56 TRACE_STREAMING("Finish\n"); in Finish()
85 TRACE_STREAMING("Abort\n"); in Abort()
254 TRACE_STREAMING("ReadBytes of a VarInt\n"); in ReadBytes()
262 TRACE_STREAMING(" ==> %zu bytes consumed\n", bytes_consumed_); in ReadBytes()
297 TRACE_STREAMING("DecodeModuleHeader\n"); in Next()
307 TRACE_STREAMING("DecodeSectionID: %s section\n", in Next()
315 TRACE_STREAMING("DecodeSectionLength(%zu)\n", value_); in NextWithValue()
345 TRACE_STREAMING("DecodeSectionPayload\n"); in Next()
356 TRACE_STREAMING("DecodeNumberOfFunctions(%zu)\n", value_); in NextWithValue()
383 TRACE_STREAMING("DecodeFunctionLength(%zu)\n", value_); in NextWithValue()
408 TRACE_STREAMING("DecodeFunctionBody\n"); in Next()
435 #undef TRACE_STREAMING