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

  /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

Completed in 347 milliseconds