Searched refs:kFormatFrame (Results 1 – 3 of 3) sorted by relevance
36 constexpr const char *kFormatFrame = "{{{bt:%d:%p}}}"; variable
46 buffer->AppendF(kFormatFrame, frame_no, reinterpret_cast<void *>(address)); in RenderFrame()
10 46 | buffer->AppendF(kFormatFrame, frame_no, address);13 36 | constexpr const char *kFormatFrame = "{{{bt:%u:%p}}}";