Searched defs:pos_ (Results 1 - 4 of 4) sorted by relevance

/system/core/init/parser/
H A Dtokenizer.h67 size_t pos_; member in class:init::Tokenizer
/system/update_engine/payload_generator/
H A Dxz_android.cc40 *size = std::min(*size, self->data_.size() - self->pos_);
41 memcpy(buf, self->data_.data() + self->pos_, *size);
42 self->pos_ += *size;
49 size_t pos_ = 0; member in struct:__anon2775::BlobReaderStream
/system/nvram/messages/include/nvram/messages/
H A Dio.h60 // Update the |pos_| and |end_| pointers for the next buffer window. Returns
68 // |pos_| until reaching |end_|. At this point, |Advance| is called for the
70 const uint8_t* pos_ = nullptr; member in class:nvram::InputStreamBuffer
73 // Allow |NestedInputStreamBuffer| to mess with |pos_| and |end_|, also in its
130 // Set up the next data buffer window in |pos_| and |end_|. Returns true on
138 // The |pos_| and |end_| pointers define a window of writable buffer space for
139 // |OutputStreamBuffer| to place data in. |pos_| grows towards |end_| as
140 // writes occur. Once |pos_| hits |end_|, |OutputStreamBuffer| will call
142 // |pos_| and |end_|.
143 uint8_t* pos_ member in class:nvram::OutputStreamBuffer
[all...]
/system/keymaster/include/keymaster/
H A Dauthorization_set.h636 : pos_(invalid), auth_set1_(nullptr), auth_set2_(nullptr) {}
638 : pos_(0), auth_set1_(&auth_set1), auth_set2_(&auth_set2) {}
640 : pos_(rhs.pos_), auth_set1_(rhs.auth_set1_), auth_set2_(rhs.auth_set2_) {}
644 pos_ = rhs.pos_;
651 if (pos_ == invalid) return *this;
652 ++pos_;
653 if (pos_ == (auth_set1_->size() + auth_set2_->size())) {
654 pos_
684 size_t pos_; member in class:keymaster::AuthProxyIterator
[all...]

Completed in 165 milliseconds