Home
last modified time | relevance | path

Searched refs:end_ (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_sleb128.h28 : current_(buffer), end_(buffer+count) { } in sleb128_decoder()
38 if (current_ >= end_) { in pop_front()
55 const uint8_t* const end_; variable
Dlinker_reloc_iterators.h37 : begin_(rel_array), end_(begin_ + count), current_(begin_) {} in plain_reloc_iterator()
40 return current_ < end_; in has_next()
48 rel_t* const end_; variable
/bionic/libc/bionic/
Dlibc_logging.cpp66 end_ = buffer + size - 1; in BufferOutputStream()
82 int avail = end_ - pos_; in Send()
101 char* end_; member