HomeSort by relevance Sort by last modified time
    Searched refs:scratch_space_ (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
repeated_field_reflection.h 174 scratch_space_(new AccessorValueType) {
184 scratch_space_(scratch_space) {
202 data_, iterator_, scratch_space_.get())));
207 data_, iterator_, scratch_space_.get()));
236 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
reflection.h 436 scratch_space_(new AccessorValueType) {
446 scratch_space_(scratch_space) {
464 data_, iterator_, scratch_space_.get())));
469 data_, iterator_, scratch_space_.get()));
498 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 174 scratch_space_(new AccessorValueType) {
184 scratch_space_(scratch_space) {
202 data_, iterator_, scratch_space_.get())));
207 data_, iterator_, scratch_space_.get()));
236 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
reflection.h 436 scratch_space_(new AccessorValueType) {
446 scratch_space_(scratch_space) {
464 data_, iterator_, scratch_space_.get())));
469 data_, iterator_, scratch_space_.get()));
498 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
  /system/nvram/messages/
io.cpp 209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {}
212 bytes_written_ += pos_ - scratch_space_;
213 pos_ = scratch_space_;
214 end_ = scratch_space_ + kScratchSpaceSize;
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];
  /system/nvram/messages/include/nvram/messages/
io.h 172 return bytes_written_ + (pos_ - scratch_space_);
190 static uint8_t scratch_space_[kScratchSpaceSize]; member in class:nvram::CountingOutputStreamBuffer

Completed in 791 milliseconds