Home | History | Annotate | Download | only in protobuf

Lines Matching defs:Mutable

213   // - Strings provide Mutable() in addition to Set() accessors.
478 mutable int cached_size;
593 // static inline MutableType Mutable(int number, ExtensionSet* set);
600 // static inline MutableType Mutable(int number, int index,
607 // "Mutable" methods only make sense for strings and messages, and the
616 // have a "Mutable()" method.
683 // Strings support both Set() and Mutable().
697 static inline string* Mutable
716 static inline string* Mutable(int number, int index, ExtensionSet* set) {
788 static inline MutableType Mutable(int number, FieldType field_type,
813 static inline MutableType Mutable(int number, int index, ExtensionSet* set) {
918 return _proto_TypeTraits::Mutable(id.number(), _field_type, \
970 return _proto_TypeTraits::Mutable(id.number(), index, &_extensions_); \