Searched refs:cap_ (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | debug.cpp | 468 std::swap(p1->cap_, p2->cap_); in swap() 487 if (end_ == cap_) in __add() 489 size_t nc = 2*static_cast<size_t>(cap_ - beg_); in __add() 502 cap_ = beg_ + nc; in __add()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __debug | 112 __i_node** cap_; 125 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
|
| H A D | list | 804 _VSTD::swap(__cn1->cap_, __cn2->cap_);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 6886 auto raw_cap = mulu(3, addu(cap_, 1, overflow), overflow); in this() 6918 size_t cap_; member 6942 cap_ = grow; in convertToBig()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 7578 auto raw_cap = mulu(3, addu(cap_, 1, overflow), overflow); 7610 size_t cap_; 7634 cap_ = grow;
|