AppendHeapProfileLineAsTraceFormat  338 base/debug/trace_event_memory.cc     AppendHeapProfileLineAsTraceFormat(line, output);
AppendHeapProfileLineAsTraceFormat  141 base/debug/trace_event_memory.h BASE_EXPORT bool AppendHeapProfileLineAsTraceFormat(const std::string& line,
AppendHeapProfileLineAsTraceFormat  139 base/debug/trace_event_memory_unittest.cc TEST_F(TraceMemoryTest, AppendHeapProfileLineAsTraceFormat) {
AppendHeapProfileLineAsTraceFormat  142 base/debug/trace_event_memory_unittest.cc   EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat("", &empty_output));
AppendHeapProfileLineAsTraceFormat  147 base/debug/trace_event_memory_unittest.cc   EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat("junk", &junk_output));
AppendHeapProfileLineAsTraceFormat  164 base/debug/trace_event_memory_unittest.cc       AppendHeapProfileLineAsTraceFormat(input.str().c_str(), &output));
AppendHeapProfileLineAsTraceFormat  184 base/debug/trace_event_memory_unittest.cc       AppendHeapProfileLineAsTraceFormat(input2.str().c_str(), &output2));
AppendHeapProfileLineAsTraceFormat  192 base/debug/trace_event_memory_unittest.cc   EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat(zero_input.str().c_str(),