VirtualBox

Changeset 93715 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Feb 14, 2022 10:34:27 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149886
Message:

IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow and lookupMatchingOrLarger to lookupMatchingOrAbove. bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/hardavlrange.h

    r93712 r93715  
    478478     * @param     a_ppFound     Where to return the pointer to the node.
    479479     */
    480     int lookupMatchingOrSmaller(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,
    481                                 NodeType **a_ppFound) RT_NOEXCEPT
     480    int lookupMatchingOrBelow(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,
     481                              NodeType **a_ppFound) RT_NOEXCEPT
    482482    {
    483483        *a_ppFound = NULL;
     
    558558     * @param     a_ppFound     Where to return the pointer to the node.
    559559     */
    560     int lookupMatchingOrLarger(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,
    561                                NodeType **a_ppFound) RT_NOEXCEPT
     560    int lookupMatchingOrAbove(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,
     561                              NodeType **a_ppFound) RT_NOEXCEPT
    562562    {
    563563        *a_ppFound = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette