Searched refs:scratch_space_ (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field_reflection.h174 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
H A Dreflection.h436 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

Completed in 84 milliseconds