/openbmc/telemetry/tests/src/helpers/ |
H A D | report_params_helpers.hpp | 11 void PrintTo(const std::vector<Param>& vec, std::ostream* os); 13 inline void PrintTo(const ReadingData& data, std::ostream* os) in PrintTo() 20 inline void PrintTo(const Readings& readings, std::ostream* os) in PrintTo() 28 inline void PrintTo(const ReportAction& action, std::ostream* os) in PrintTo()
|
H A D | trigger_helpers.hpp | 9 inline void PrintTo(const TriggerAction& action, std::ostream* os) in PrintTo()
|
H A D | labeled_tuple_helpers.hpp | 13 std::ostream* os) in PrintTo()
|
H A D | metric_value_helpers.hpp | 7 inline void PrintTo(const MetricValue& o, std::ostream* os) in PrintTo()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-attribute-issue-with-gcc.patch | 15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) { 16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-attribute-issue-with-gcc.patch | 15 -std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) { 16 +inline std::ostream& operator<<(std::ostream& stream, const std::string* string_pointer) {
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | CVE-2024-50612.patch | 47 ogg_stream_packetin (&odata->ostream, &op) ; 48 - for ( ; (nn = ogg_stream_flush (&odata->ostream, &odata->opage)) ; ) 50 + while (ogg_stream_flush (&odata->ostream, &odata->opage)) 67 ogg_stream_packetin (&odata->ostream, &op) ; 68 - for ( ; (nn = ogg_stream_flush (&odata->ostream, &odata->opage)) ; ) 70 + while (ogg_stream_flush (&odata->ostream, &odata->opage)) 180 ogg_stream_packetin (&odata->ostream, &header) ; /* automatically placed in its own page */ 185 - while ((result = ogg_stream_flush (&odata->ostream, &odata->opage)) != 0) 188 + while (ogg_stream_flush (&odata->ostream, &odata->opage)) 219 - ogg_stream_packetin (&odata->ostream, &odata->opacket) ; [all …]
|
/openbmc/telemetry/tests/src/helpers/interfaces/ |
H A D | json_storage_helpers.hpp | 10 inline void PrintTo(const JsonStorage::FilePath& o, std::ostream* os) in PrintTo() 14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()
|
H A D | sensor_id_helpers.hpp | 10 inline void PrintTo(const Sensor::Id& o, std::ostream* os) in PrintTo()
|
/openbmc/linux/lib/ |
H A D | ref_tracker.c | 65 struct ostream { struct 72 struct ostream *_s = (stream); \ argument 85 unsigned int display_limit, struct ostream *s) in __ref_tracker_dir_pr_ostream() 127 struct ostream os = {}; in ref_tracker_dir_print_locked() 146 struct ostream os = { .buf = buf, .size = size }; in ref_tracker_dir_snprint()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | endpoint.hpp | 47 inline std::ostream& operator<<(std::ostream& os, const dbus::endpoint& e) { in operator <<()
|
H A D | message.hpp | 464 inline std::ostream& operator<<(std::ostream& os, const message& m) { in operator <<()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0006-replace-sym_iterator-0-with-sym_iterator.patch | 44 @@ -320,11 +320,11 @@ void xml_utils::build_subclasses(ostream & out) 59 @@ -406,7 +406,7 @@ xml_utils::output_summary_data(ostream & out, count_array_t const & summary, siz 93 @@ -585,7 +585,7 @@ void module_info::output_summary(ostream & out) 95 void module_info::output_symbols(ostream & out, bool is_module)
|
/openbmc/telemetry/tests/src/params/ |
H A D | metric_params.hpp | 92 inline std::ostream& operator<<(std::ostream& os, const MetricParams& mp) in operator <<()
|
H A D | report_params.hpp | 123 friend void PrintTo(const ReportParams& params, std::ostream* os) in PrintTo()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-doctest-Do-not-use-unnamed-class.patch | 27 @@ -6424,7 +6424,7 @@ void Context::setCout(std::ostream* out) { p->cout = out; } 28 static class DiscardOStream : public std::ostream
|
/openbmc/telemetry/tests/src/helpers/types/ |
H A D | object_path_helpers.hpp | 8 inline void PrintTo(const string_path_wrapper& path, std::ostream* os) in PrintTo()
|
H A D | duration_types_helpers.hpp | 9 std::ostream* os) in PrintTo()
|
H A D | container_types_helpers.hpp | 9 void PrintTo(const std::vector<Param>& vec, std::ostream* os) in PrintTo()
|
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 20 void PrintTo(const BejDecoderTestParams& params, std::ostream* os) in PrintTo()
|
H A D | bej_encoder_test.cpp | 26 void PrintTo(const BejEncoderTestParams& params, std::ostream* os) in PrintTo()
|
/openbmc/telemetry/tests/src/ |
H A D | test_sensor_cache.cpp | 24 friend void PrintTo(const IdParam& param, std::ostream* os) in PrintTo()
|
H A D | test_on_change_threshold.cpp | 97 friend void PrintTo(const OnChangeParams& o, std::ostream* os) in PrintTo()
|
H A D | test_discrete_threshold.cpp | 178 friend void PrintTo(const DiscreteParams& o, std::ostream* os) in PrintTo()
|
/openbmc/smbios-mdr/src/ |
H A D | speed_select.cpp | 42 std::ostream& operator<<(std::ostream& os, uint8_t value) in operator <<()
|