Home
last modified time | relevance | path

Searched defs:PrintBool (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp429 auto PrintBool = [&](char C, bool B) { outs() << (B ? C : '-'); }; in dumpSymtab() local
/external/protobuf/src/google/protobuf/
Dtext_format.cc1554 std::string TextFormat::FieldValuePrinter::PrintBool(bool val) const { in PrintBool() function in google::protobuf::TextFormat::FieldValuePrinter
1608 void TextFormat::FastFieldValuePrinter::PrintBool( in PrintBool() function in google::protobuf::TextFormat::FastFieldValuePrinter
1707 void PrintBool(bool val, in PrintBool() function in google::protobuf::__anona09921bc0511::FieldValuePrinterWrapper