Searched refs:TRACE_STREAMING (Results 1 – 2 of 2) sorted by relevance
19 #define TRACE_STREAMING(...) \ macro29 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()[all …]
38 #define TRACE_STREAMING(...) \ macro2642 TRACE_STREAMING("Process module header...\n"); in ProcessModuleHeader()2657 TRACE_STREAMING("Process section %d ...\n", section_code); in ProcessSection()2688 TRACE_STREAMING("Start the code section with %zu functions...\n", in ProcessCodeSectionHeader()2714 TRACE_STREAMING("Process function body %d ...\n", next_function_); in ProcessFunctionBody()2735 TRACE_STREAMING("FinishChunk...\n"); in OnFinishedChunk()2741 TRACE_STREAMING("Finish stream...\n"); in OnFinishedStream()2767 TRACE_STREAMING("Stream error...\n"); in OnError()2772 TRACE_STREAMING("Abort stream...\n"); in OnAbort()3066 #undef TRACE_STREAMING