Searched refs:method_line (Results 1 – 1 of 1) sorted by relevance
965 std::string method_line(GetMethodLine(method)); in LogMethodTraceEvent() local969 Append2LE(buf2 + 3, static_cast<uint16_t>(method_line.length())); in LogMethodTraceEvent()971 WriteToBuf(reinterpret_cast<const uint8_t*>(method_line.c_str()), method_line.length()); in LogMethodTraceEvent()