Searched defs:Mutable (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set.h213 // - Strings provide Mutable() in addition to Set() accessors.
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, function in class:google::protobuf::internal::StringTypeTraits
644 static inline string* Mutable(int number, int index, ExtensionSet* set) { function in class:google::protobuf::internal::RepeatedStringTypeTraits
716 static inline MutableType Mutable(int number, FieldType field_type, function in class:google::protobuf::internal::MessageTypeTraits
732 static inline MutableType Mutable(in function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h80 Element* Mutable(int index);
197 typename TypeHandler::Type* Mutable(int index);
325 Element* Mutable(int index);
463 inline Element* RepeatedField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedField
643 RepeatedPtrFieldBase::Mutable(int index) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
823 inline Element* RepeatedPtrField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedPtrField
824 return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
/external/clang/include/clang/Sema/
H A DScopeInfo.h349 bool Mutable; member in class:clang::sema::LambdaScopeInfo
370 CallOperator(CallOperator), NumExplicitCaptures(0), Mutable(false),
/external/clang/lib/Sema/
H A DSemaLambda.cpp177 bool Mutable) {
186 LSI->Mutable = Mutable;
172 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
H A DSemaDecl.cpp3111 /*BitWidth=*/0, /*Mutable=*/false,
3208 /*BitWidth=*/0, /*Mutable=*/false,
9318 bool Mutable local
9322 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
9355 bool Mutable, Expr *BitWidth,
9428 if (!InvalidDecl && Mutable) {
9440 Mutable = false;
9446 BitWidth, Mutable, InitStyle);
9352 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
/external/clang/lib/AST/
H A DDecl.cpp2483 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2486 BW, Mutable, InitStyle);
2480 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument

Completed in 299 milliseconds