Changeset 93715 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Feb 14, 2022 10:34:27 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/hardavlrange.h
r93712 r93715 478 478 * @param a_ppFound Where to return the pointer to the node. 479 479 */ 480 int lookupMatchingOr Smaller(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,481 480 int lookupMatchingOrBelow(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key, 481 NodeType **a_ppFound) RT_NOEXCEPT 482 482 { 483 483 *a_ppFound = NULL; … … 558 558 * @param a_ppFound Where to return the pointer to the node. 559 559 */ 560 int lookupMatchingOr Larger(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key,561 560 int lookupMatchingOrAbove(RTCHardAvlTreeSlabAllocator<NodeType> *a_pAllocator, KeyType a_Key, 561 NodeType **a_ppFound) RT_NOEXCEPT 562 562 { 563 563 *a_ppFound = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.