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

  /external/protobuf/src/google/protobuf/
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
431 mutable int cached_size;
521 // static inline MutableType Mutable(int number, ExtensionSet* set);
528 // static inline MutableType Mutable(int number, int index,
535 // "Mutable" methods only make sense for strings and messages, and the
544 // have a "Mutable()" method.
611 // Strings support both Set() and Mutable().
625 static inline string* Mutable(int number, FieldType field_type,
644 static inline string* Mutable(int number, int index, ExtensionSet* set) {
716 static inline MutableType Mutable(int number, FieldType field_type
    [all...]
repeated_field.h 80 Element* Mutable(int index);
197 typename TypeHandler::Type* Mutable(int index);
325 Element* Mutable(int index);
463 inline Element* RepeatedField<Element>::Mutable(int index) {
643 RepeatedPtrFieldBase::Mutable(int index) {
823 inline Element* RepeatedPtrField<Element>::Mutable(int index) {
824 return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 338 /// \brief Whether this is a mutable lambda.
339 bool Mutable;
357 CallOperator(CallOperator), NumExplicitCaptures(0), Mutable(false),
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 44 milliseconds