Searched refs:begin_ (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/trace-reader/include/trace-reader/
H A Dreader.h169 reinterpret_cast<const uint8_t*>(begin_));
184 const uint64_t* begin_; member in class:trace::final
/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp640 : begin_(nullptr), current_(nullptr), end_(nullptr) {}
643 : begin_(begin), current_(begin), end_(begin_ + num_words) {}
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp312 begin_(patterns), end_(&patterns[count]) {
323 bool MatchesAll(void) const { return begin_ == end_; }
352 const char* const* const begin_ = nullptr; member in class:__anon583::NameMatcher
359 for (auto next = begin_; next != end_; ++next) {
369 for (auto next = begin_; next != end_; ++next) {

Completed in 85 milliseconds