Searched refs:last_ (Results 1 – 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_log.h | 136 last_ = std::copy(first, first + n, last_); in write_seq() 150 *last_++ = '0'; in write_hex() 151 *last_++ = 'x'; in write_hex() 152 *last_++ = '0'; in write_hex() 153 *last_++ = '0'; in write_hex() 169 *last_++ = '0'; in write_hex() 170 *last_++ = 'x'; in write_hex() 172 last_ += nlen; in write_hex() 175 auto p = last_ - 1; in write_hex() 196 size_t rleft() { return last_ - begin_; } in rleft() [all …]
|
D | shrpx_log.cc | 149 last_(begin_), in Log() 253 *last_++ = '-'; in operator <<() 254 last_ += nlen; in operator <<() 257 auto p = last_ - 1; in operator <<() 275 *last_++ = '0'; in operator <<() 287 last_ += nlen; in operator <<() 290 auto p = last_ - 1; in operator <<() 303 auto rv = snprintf(reinterpret_cast<char *>(last_), left, "%.9f", n); in operator <<() 309 last_ += rv; in operator <<() 321 auto rv = snprintf(reinterpret_cast<char *>(last_), left, "%.9Lf", n); in operator <<() [all …]
|
/third_party/googletest/googletest/samples/ |
D | sample3-inl.h | 76 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue() 95 head_ = last_ = nullptr; in Clear() 108 QueueNode<E>* Last() { return last_; } in Last() 109 const QueueNode<E>* Last() const { return last_; } in Last() 119 head_ = last_ = new_node; in Enqueue() 122 last_->next_ = new_node; in Enqueue() 123 last_ = new_node; in Enqueue() 139 last_ = nullptr; in Dequeue() 164 QueueNode<E>* last_; // The last node of the queue. variable
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.cc | 34 CcTest* CcTest::last_ = NULL; member in CcTest 41 prev_(last_) { in CcTest() 58 prev_ = last_; in CcTest() 59 last_ = this; in CcTest()
|
D | cctest.h | 128 static CcTest* last() { return last_; } in last() 140 static CcTest* last_; variable
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 218 if (iter->field++ < iter->last_ ## field) \ in panfrost_surface_iter_next()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 10021 <!-- unsigned long long int* __tsan::Vector<long long unsigned int>::last_ --> 10022 …<var-decl name='last_' type-id='type-id-356' visibility='default' filepath='../../.././libsanitize… 27898 <!-- __tsan::ExpectRace* __tsan::Vector<__tsan::ExpectRace>::last_ --> 27899 …<var-decl name='last_' type-id='type-id-1265' visibility='default' filepath='../../.././libsanitiz… 30366 …* __sanitizer::IntrusiveList<__sanitizer::SizeClassMap<17ul, 64ul, 14ul>::TransferBatch>::last_ --> 30367 …<var-decl name='last_' type-id='type-id-1353' visibility='default' filepath='../../.././libsanitiz… 30430 …sanitizer::ThreadContextBase* __sanitizer::IntrusiveList<__sanitizer::ThreadContextBase>::last_ --> 30431 …<var-decl name='last_' type-id='type-id-1357' visibility='default' filepath='../../.././libsanitiz… 32352 <!-- __tsan::JmpBuf* __tsan::Vector<__tsan::JmpBuf>::last_ --> 32353 …<var-decl name='last_' type-id='type-id-1381' visibility='default' filepath='../../.././libsanitiz… [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 5791 …<var-decl name='last_' type-id='type-id-356' visibility='default' filepath='../../.././libsanitize… 15969 …<var-decl name='last_' type-id='type-id-1265' visibility='default' filepath='../../.././libsanitiz… 17556 …<var-decl name='last_' type-id='type-id-1353' visibility='default' filepath='../../.././libsanitiz… 17599 …<var-decl name='last_' type-id='type-id-1357' visibility='default' filepath='../../.././libsanitiz… 18857 …<var-decl name='last_' type-id='type-id-1381' visibility='default' filepath='../../.././libsanitiz… 18988 …<var-decl name='last_' type-id='type-id-1387' visibility='default' filepath='../../.././libsanitiz… 19092 …<var-decl name='last_' type-id='type-id-1390' visibility='default' filepath='../../.././libsanitiz… 22565 …<var-decl name='last_' type-id='type-id-1590' visibility='default' filepath='../../.././libsanitiz… 22648 …<var-decl name='last_' type-id='type-id-1596' visibility='default' filepath='../../.././libsanitiz… 22731 …<var-decl name='last_' type-id='type-id-1599' visibility='default' filepath='../../.././libsanitiz… [all …]
|
/third_party/python/Misc/ |
D | HISTORY | 28685 - When reporting an exception, store its info in sys.last_*. Also, 29418 exception, don't store the exception information in sys.last_*; it
|