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/
reflection_internal.h 71 Value* scratch_space) const {
73 scratch_space);
99 Value* scratch_space) const {
100 return ConvertFromT(GetRepeatedField(data)->Get(index), scratch_space);
135 // scratch_space and scratch_space should be returned.
137 Value* scratch_space) const = 0;
154 Value* scratch_space) const {
155 return ConvertFromT(GetRepeatedField(data)->Get(index), scratch_space);
198 // scratch_space and scratch_space should be returned
    [all...]
repeated_field_reflection.h 83 // exists, or fill the data into scratch_space and return scratch_space.
84 // Callers of this method must ensure scratch_space is a valid pointer
87 const Field* data, int index, Value* scratch_space) const = 0;
116 Value* scratch_space) const = 0;
123 ActualType scratch_space; local
126 Get(data, index, static_cast<Value*>(&scratch_space))));
180 AccessorValueType* scratch_space)
184 scratch_space_(scratch_space) {
reflection.h 187 // form), scratch_space will be filled with the data and a reference to it
192 // unique_ptr<Message> scratch_space(h.NewMessage());
193 // const Message& item = h.Get(index, scratch_space.get());
194 const T& Get(int index, T* scratch_space) const {
195 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
246 const T& Get(int index, T* scratch_space) const {
247 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
345 // exists, or fill the data into scratch_space and return scratch_space.
346 // Callers of this method must ensure scratch_space is a valid pointe
385 ActualType scratch_space; local
    [all...]
repeated_field_reflection_unittest.cc 285 ForeignMessage scratch_space; local
286 EXPECT_EQ(rf_foreign_message.Get(i, &scratch_space).c(), Func(i, 6));
288 rf_message.Get(i, &scratch_space)).c(), Func(i, 6));
294 EXPECT_EQ(mrf_foreign_message.Get(i, &scratch_space).c(), Func(i, 6));
296 mrf_message.Get(i, &scratch_space)).c(), Func(i, 6));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 83 // exists, or fill the data into scratch_space and return scratch_space.
84 // Callers of this method must ensure scratch_space is a valid pointer
87 const Field* data, int index, Value* scratch_space) const = 0;
116 Value* scratch_space) const = 0;
123 ActualType scratch_space; local
126 Get(data, index, static_cast<Value*>(&scratch_space))));
180 AccessorValueType* scratch_space)
184 scratch_space_(scratch_space) {
reflection.h 187 // form), scratch_space will be filled with the data and a reference to it
192 // unique_ptr<Message> scratch_space(h.NewMessage());
193 // const Message& item = h.Get(index, scratch_space.get());
194 const T& Get(int index, T* scratch_space) const {
195 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
246 const T& Get(int index, T* scratch_space) const {
247 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
345 // exists, or fill the data into scratch_space and return scratch_space.
346 // Callers of this method must ensure scratch_space is a valid pointe
385 ActualType scratch_space; local
    [all...]

Completed in 248 milliseconds