Home
last modified time | relevance | path

Searched +defs:os +defs:strings (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/src/
H A Dreporter.cpp40 std::ostringstream os; in make_progress_string() local
141 wsrep::reporter::write_log_msg(std::ostream& os, in write_log_msg()
152 wsrep::reporter::write_log_msgs(std::ostream& os, in write_log_msgs()
175 struct strings { in write_file() struct
176 const char* state; in write_file()
177 const char* comment; in write_file()
178 progress_type type; in write_file()
181 static const struct strings strings[substates_max] = in write_file() local
221 std::ostringstream os; in write_file() local
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/src/
H A Dreporter.cpp40 std::ostringstream os; in make_progress_string() local
141 wsrep::reporter::write_log_msg(std::ostream& os, in write_log_msg()
152 wsrep::reporter::write_log_msgs(std::ostream& os, in write_log_msgs()
175 struct strings { in write_file() struct
176 const char* state; in write_file()
177 const char* comment; in write_file()
178 progress_type type; in write_file()
181 static const struct strings strings[substates_max] = in write_file() local
221 std::ostringstream os; in write_file() local
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/src/
H A Dreporter.cpp40 std::ostringstream os; in make_progress_string() local
141 wsrep::reporter::write_log_msg(std::ostream& os, in write_log_msg()
152 wsrep::reporter::write_log_msgs(std::ostream& os, in write_log_msgs()
175 struct strings { in write_file() struct
176 const char* state; in write_file()
177 const char* comment; in write_file()
178 progress_type type; in write_file()
181 static const struct strings strings[substates_max] = in write_file() local
221 std::ostringstream os; in write_file() local
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/src/
H A Dreporter.cpp40 std::ostringstream os; in make_progress_string() local
141 wsrep::reporter::write_log_msg(std::ostream& os, in write_log_msg()
152 wsrep::reporter::write_log_msgs(std::ostream& os, in write_log_msgs()
175 struct strings { in write_file() struct
176 const char* state; in write_file()
177 const char* comment; in write_file()
178 progress_type type; in write_file()
181 static const struct strings strings[substates_max] = in write_file() local
221 std::ostringstream os; in write_file() local
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DAnyToString.h16 ostringstream os; in AnyToString() local
25 ostringstream os; in PrintToString() local
33 String PointersToString(const T &strings, const String &delimiter) { in PointersToString()
34 ostringstream os; in PointersToString() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/
H A Dbasic_string.cpp55 std::ostringstream os; in test_ws_in_out() local
74 char strings[][20] = { variable
130 std::ostringstream os; in test_ws_in_out_array() local
158 std::string strings[] = { variable
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Dbasic_string.cpp55 std::ostringstream os; in test_ws_in_out() local
74 char strings[][20] = { variable
130 std::ostringstream os; in test_ws_in_out_array() local
158 std::string strings[] = { variable
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/unittests/
H A Dbasic_string.cpp55 std::ostringstream os; in test_ws_in_out() local
74 char strings[][20] = { variable
130 std::ostringstream os; in test_ws_in_out_array() local
158 std::string strings[] = { variable
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/
H A Dbasic_string.cpp55 std::ostringstream os; in test_ws_in_out() local
74 char strings[][20] = { variable
130 std::ostringstream os; in test_ws_in_out_array() local
158 std::string strings[] = { variable
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/unittests/
H A Dbasic_string.cpp55 std::ostringstream os; in test_ws_in_out() local
74 char strings[][20] = { variable
130 std::ostringstream os; in test_ws_in_out_array() local
158 std::string strings[] = { variable
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/
H A DTypes.cc26 namespace strings { namespace
51 std::ostream &operator<<(std::ostream &os, Type type) { in operator <<()
60 std::ostream &operator<<(std::ostream &os, const Null &) { in operator <<()
/dports/devel/avro-cpp/avro-cpp-1.11.0/impl/
H A DTypes.cc24 namespace strings { namespace
60 std::ostream &operator<<(std::ostream &os, Type type) { in operator <<()
69 std::ostream &operator<<(std::ostream &os, const Null &) { in operator <<()
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/
H A DTypes.cc26 namespace strings { namespace
51 std::ostream &operator<<(std::ostream &os, Type type) { in operator <<()
60 std::ostream &operator<<(std::ostream &os, const Null &) { in operator <<()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib-test/jdk/test/lib/hexdump/
H A DObjectStreamPrinterTest.java113 …public void testFormat(Object[] objs, int descriptors, int objects, int strings) throws IOExceptio… in testFormat()
137 …static void standAlonePrinter(Object[] objs, int descriptors, int objects, int strings) throws IOE… in standAlonePrinter()
174 …static void singleObjects(String label, Object o, int descriptors, int objects, int strings) throw… in singleObjects()
178 try (ObjectOutputStream os = new ObjectOutputStream(boas)) { in singleObjects()
205 try (ObjectOutputStream os = new ObjectOutputStream(boas)) { in longString()
302 private void writeObject(ObjectOutputStream os) throws IOException { in writeObject()
315 private void writeObject(ObjectOutputStream os) throws IOException { in writeObject()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/
H A DJsonUtility.cc13 bool JsonUtility::writeToFile(const char *name, const std::vector<ST::string> &strings) in writeToFile()
16 rapidjson::OStreamWrapper os(ss); in writeToFile() local
37 bool JsonUtility::parseJsonToListStrings(const char* jsonData, std::vector<ST::string> &strings) in parseJsonToListStrings()
50 bool JsonUtility::parseListStrings(const rapidjson::Value &value, std::vector<ST::string> &strings) in parseListStrings()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/cgi/
H A Dcgi_serial.cpp79 CNcbiOstream& WriteCgiCookies(CNcbiOstream& os, const CCgiCookies& cont) in WriteCgiCookies()
98 CNcbiOstream& WriteEnvironment(CNcbiOstream& os, const CNcbiEnvironment& cont) in WriteEnvironment()
120 vector<string> strings; in ReadEnvironment() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/cgi/
H A Dcgi_serial.cpp79 CNcbiOstream& WriteCgiCookies(CNcbiOstream& os, const CCgiCookies& cont) in WriteCgiCookies()
98 CNcbiOstream& WriteEnvironment(CNcbiOstream& os, const CNcbiEnvironment& cont) in WriteEnvironment()
120 vector<string> strings; in ReadEnvironment() local
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DotherStringArray.cxx29 ostream& printStrings(ostream& os, const vtkStringArray* list) in printStrings()
48 vtkStdString* strings = new vtkStdString[SIZE]; in doStringArrayTest() local
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/afp/
H A DAFPPainterTestCase.java157 List<String> strings = new ArrayList<String>(); in testPresentationText() local
192 List<String> strings = new ArrayList<String>(); in testPresentationText2() local
247 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testDrawBorderRect3() local
279 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testDrawBorderRectAndText() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/cgi/
H A Dcgi_serial.hpp99 COStreamHelper(CNcbiOstream& os) : m_Ostream(os), m_str(nullptr) {} in COStreamHelper()
164 CNcbiOstream& WriteMap(CNcbiOstream& os, const TMap& cont) in WriteMap()
216 CNcbiOstream& WriteContainer(CNcbiOstream& os, const TCont& cont) in WriteContainer()
240 vector<CTempString> strings; in ReadContainer() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/cgi/
H A Dcgi_serial.hpp99 COStreamHelper(CNcbiOstream& os) : m_Ostream(os), m_str(nullptr) {} in COStreamHelper()
164 CNcbiOstream& WriteMap(CNcbiOstream& os, const TMap& cont) in WriteMap()
216 CNcbiOstream& WriteContainer(CNcbiOstream& os, const TCont& cont) in WriteContainer()
240 vector<CTempString> strings; in ReadContainer() local
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/unittests/
H A Dbasic_string.cpp43 std::ostringstream os; in test_string_basic() local
83 std::ostringstream os; in test_string_all() local
137 std::ostringstream os; in test_ws_in_out() local
169 char strings[][20] = { in BOOST_AUTO_TEST_CASE() local
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dcase.cc31 namespace strings { namespace
33 std::ostream& operator<<(std::ostream& os, in operator <<()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcommandline_options.cpp523 …ring>> commandline_options::parse_to_uint_string_tuples_(const std::vector<std::string> &strings, … in parse_to_uint_string_tuples_()
548 …commandline_options::parse_to_uint_string_string_tuples_(const std::vector<std::string> &strings, … in parse_to_uint_string_string_tuples_()
573 std::ostream& operator<<(std::ostream &os, const commandline_options& cmdline_opts) in operator <<()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/include/gtest/
H A Dgtest-printers.h439 T* p, ::std::ostream* os) { in DefaultPrintTo()
451 T* p, ::std::ostream* os) { in DefaultPrintTo()
482 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
522 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
530 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
545 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo()
572 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo()
627 ::std::ostream* os) { in PrintTupleTo()
827 static void Print(char* str, ::std::ostream* os) { in Print()
881 Strings* strings) { in TersePrintPrefixToStrings()
[all …]

12345678910>>...14