Searched refs:rbegin (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/ |
H A D | 0001-Replace-std-ptr_fun-for-c-17.patch | 12 | s.erase(find_if(s.rbegin(), s.rend(), not1(ptr_fun<int, int>(isspace))).base(), s.end()); 41 - s.erase(find_if(s.rbegin(), s.rend(), not1(ptr_fun<int, int>(isspace))).base(), s.end()); 42 + s.erase(find_if(s.rbegin(), s.rend(), [](unsigned char c) {return !isspace(c);}).base(), s.end()…
|
/openbmc/bmcweb/include/ |
H A D | multipart_parser.hpp | 169 mime_fields.rbegin()->fields.set(currentHeaderName, in parse() 273 mime_fields.rbegin()->content += in processPartData() 343 mime_fields.rbegin()->content += lookbehind.substr(0, prevIndex); in processPartData()
|
H A D | webassets.hpp | 37 std::string hash = split.rbegin()[1]; in getStaticEtag() 232 std::sort(paths.rbegin(), paths.rend()); in requestRoutes()
|
/openbmc/telemetry/src/metrics/ |
H A D | collection_data.cpp | 72 for (auto kt = std::next(readings.rbegin()); kt != readings.rend(); in cleanup()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | actions.hpp | 221 for (auto it = val_to_speed.rbegin(); in set_ceiling_from_average_sensor_value() 224 if (it == val_to_speed.rbegin() && in set_ceiling_from_average_sensor_value()
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | pcie_card_metadata.cpp | 66 for (auto nameIt = systemNames.rbegin(); nameIt != systemNames.rend(); in loadCards()
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.cpp | 65 for (auto it = sit->second.rbegin(); it != sit->second.rend(); ++it) in getLastValueString()
|
/openbmc/phosphor-host-ipmid/ |
H A D | storagehandler.cpp | 261 auto objPath = getLoggingObjPath(selCacheMap.rbegin()->first); in ipmiStorageGetSelInfo() 436 delRecordID = selCacheMap.rbegin()->first; in deleteSELEntry()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | usb-dbg.cpp | 820 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode() 821 postcodes.rbegin() + numEntries); in udbg_get_postcode()
|
H A D | oemcommands.cpp | 2514 std::sort(indices.rbegin(), indices.rend()); in getFilename()
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 1216 int td, rd, tbegin, rbegin, tend, rend; in test_start() local 1296 rbegin = p_eng->io.rx_delay_scan.begin; in test_start() 1311 for (rd = rbegin; rd <= rend; rd += rstep) { in test_start()
|
/openbmc/phosphor-logging/ |
H A D | log_manager.cpp | 689 entryId = entries.rbegin()->first; in restore()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 516 std::for_each(PELs.rbegin(), PELs.rend(), buildJSON); in printPELs()
|
/openbmc/entity-manager/src/ |
H A D | fru_utils.cpp | 529 value.erase(std::find_if(value.rbegin(), value.rend(), in formatIPMIFRU()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 1566 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsLogServiceEventLogLogEntryCollection() 1661 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsLogServiceEventLogEntriesGet() 1961 std::sort(hostLoggerFiles.rbegin(), hostLoggerFiles.rend(), in getHostLoggerFiles()
|