Searched refs:PrintString (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | text_format.cc | 1579 std::string TextFormat::FieldValuePrinter::PrintString( in PrintString() function in google::protobuf::TextFormat::FieldValuePrinter 1581 FORWARD_IMPL(PrintString, val); in PrintString() 1585 return PrintString(val); in PrintBytes() 1622 generator->PrintString(StrCat(val)); in PrintInt32() 1626 generator->PrintString(StrCat(val)); in PrintUInt32() 1630 generator->PrintString(StrCat(val)); in PrintInt64() 1634 generator->PrintString(StrCat(val)); in PrintUInt64() 1638 generator->PrintString(!std::isnan(val) ? SimpleFtoa(val) : "nan"); in PrintFloat() 1642 generator->PrintString(!std::isnan(val) ? SimpleDtoa(val) : "nan"); in PrintDouble() 1646 generator->PrintString(name); in PrintEnum() [all …]
|
D | text_format.h | 112 void PrintString(const std::string& str) { Print(str.data(), str.size()); } in PrintString() function 135 virtual void PrintString(const std::string& val, 180 virtual std::string PrintString(const std::string& val) const;
|
D | text_format_unittest.cc | 583 generator->PrintString( in PrintMessageContent() 662 generator->PrintString(field->name()); in PrintFieldName() 725 void PrintString(const std::string& val, in PrintString() function in google::protobuf::text_format_unittest::MultilineStringPrinter 732 TextFormat::FastFieldValuePrinter::PrintString( in PrintString() 739 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos), in PrintString()
|
/third_party/jerryscript/jerry-core/ext/ |
D | debug-utils.h | 17 void PrintString(ecma_string_t* str);
|
D | debug-utils.c | 76 void PrintString(ecma_string_t* str) in PrintString() function
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | vwebp.c | 287 static void PrintString(const char* const text) { in PrintString() function 399 PrintString(kParams.file_name); in HandleDisplay() 404 PrintString(tmp); in HandleDisplay() 409 PrintString(tmp); in HandleDisplay()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 255 static void PrintString(EAdjustment adj, unsigned width, const char *s) in PrintString() function 490 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle() 732 PrintString(adj, width, s); in PrintNumber() 753 PrintString(f.TextAdjustment, f.Width, s); in PrintSum() 764 PrintString(f.TextAdjustment, 0, s); in PrintSum() 767 PrintString(f.TextAdjustment, f.Width, ""); in PrintSum()
|
D | Main.cpp | 325 static void PrintString(CStdOutStream &so, const UString &s, unsigned size) in PrintString() function 991 PrintString(so, arc.Name, 8); in Main2() 1009 PrintString(so, s, 13); in Main2()
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 250 static SRes PrintString(const UInt16 *s) in PrintString() function 713 res = PrintString(temp); in main() 725 res = PrintString(temp); in main()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1826 generator->PrintString(PyString_AsString(py_str.get())); in PrintDouble()
|