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

  /external/protobuf/src/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
38 // specifically in the case of Protocol Buffers. RepeatedPtrField is
159 // The methods of this interface correspond to the methods of RepeatedPtrField,
180 // RepeatedPtrField<MessageLite>, but non-lite ExtensionSets need to
313 // RepeatedPtrField is like RepeatedField, but used for repeated strings or
316 class RepeatedPtrField : public internal::RepeatedPtrFieldBase {
318 RepeatedPtrField();
320 ~RepeatedPtrField();
329 void MergeFrom(const RepeatedPtrField& other);
344 void Swap(RepeatedPtrField* other)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
38 // specifically in the case of Protocol Buffers. RepeatedPtrField is
211 // The methods of this interface correspond to the methods of RepeatedPtrField,
232 // RepeatedPtrField<MessageLite>, but non-lite ExtensionSets need to
400 // RepeatedPtrField is like RepeatedField, but used for repeated strings or
403 class RepeatedPtrField : public internal::RepeatedPtrFieldBase {
405 RepeatedPtrField();
406 RepeatedPtrField(const RepeatedPtrField& other);
408 RepeatedPtrField(Iter begin, const Iter& end)
    [all...]

Completed in 77 milliseconds