HomeSort by: relevance | last modified time | path
    Searched defs:appendf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
StringBuilder.cc 484 StringBuilder::appendf (const char *fmt, ...) function in class:StringBuilder
  /src/external/gpl3/binutils.old/dist/gprofng/src/
StringBuilder.cc 484 StringBuilder::appendf (const char *fmt, ...) function in class:StringBuilder
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 426 - 2017/11/27 (1.53) - renamed ImGuiTextBuffer::append() helper to appendf(), appendv() to appendfv(). If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed.
2146 void ImGuiTextBuffer::appendf(const char* fmt, ...) function in class:ImGuiTextBuffer
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);
9152 buf->appendf("Pos=%d,%d\n", (int)settings->Pos.x, (int)settings->Pos.y);
9153 buf->appendf("Size=%d,%d\n", (int)settings->Size.x, (int)settings->Size.y);
9154 buf->appendf("Collapsed=%d\n", settings->Collapsed);
9155 buf->appendf("\n");
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 426 - 2017/11/27 (1.53) - renamed ImGuiTextBuffer::append() helper to appendf(), appendv() to appendfv(). If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed.
2146 void ImGuiTextBuffer::appendf(const char* fmt, ...) function in class:ImGuiTextBuffer
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);
9152 buf->appendf("Pos=%d,%d\n", (int)settings->Pos.x, (int)settings->Pos.y);
9153 buf->appendf("Size=%d,%d\n", (int)settings->Size.x, (int)settings->Size.y);
9154 buf->appendf("Collapsed=%d\n", settings->Collapsed);
9155 buf->appendf("\n");

Completed in 134 milliseconds