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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]
  /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
356 // The methods of this interface correspond to the methods of RepeatedPtrField,
377 // RepeatedPtrField<MessageLite>, but non-lite ExtensionSets need to
725 // RepeatedPtrField is like RepeatedField, but used for repeated strings or
728 class RepeatedPtrField : public internal::RepeatedPtrFieldBase {
730 RepeatedPtrField();
731 explicit RepeatedPtrField(::google::protobuf::Arena* arena);
733 RepeatedPtrField(const RepeatedPtrField& other)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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
356 // The methods of this interface correspond to the methods of RepeatedPtrField,
377 // RepeatedPtrField<MessageLite>, but non-lite ExtensionSets need to
725 // RepeatedPtrField is like RepeatedField, but used for repeated strings or
728 class RepeatedPtrField : public internal::RepeatedPtrFieldBase {
730 RepeatedPtrField();
731 explicit RepeatedPtrField(::google::protobuf::Arena* arena);
733 RepeatedPtrField(const RepeatedPtrField& other)
    [all...]

Completed in 375 milliseconds