Searched refs:Mutable (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h349 bool Mutable; member in class:clang::sema::LambdaScopeInfo
370 CallOperator(CallOperator), NumExplicitCaptures(0), Mutable(false),
H A DSema.h1447 bool Mutable, Expr *BitfieldWidth,
4044 bool Mutable);
/external/protobuf/src/google/protobuf/
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);
H A Ddescriptor.pb.h2480 return file_.Mutable(index);
2593 return dependency_.Mutable(index);
2596 dependency_.Mutable(index)->assign(value);
2599 dependency_.Mutable(index)->assign(value);
2602 dependency_.Mutable(index)->assign(
2637 return message_type_.Mutable(index);
2662 return enum_type_.Mutable(index);
2687 return service_.Mutable(index);
2712 return extension_.Mutable(index);
2836 return field_.Mutable(inde
[all...]
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_unittest.cc290 field.Mutable(1)->assign("baz");
455 EXPECT_EQ(field.Mutable(1), original);
H A Dgenerated_message_reflection.cc1022 ->Mutable<GenericTypeHandler<Message> >(index);
1212 return repeated->Mutable(index);
H A Dextension_set.cc384 return iter->second.repeated_string_value->Mutable(index);
455 return iter->second.repeated_message_value->Mutable(index);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h408 return file_to_generate_.Mutable(index);
411 file_to_generate_.Mutable(index)->assign(value);
414 file_to_generate_.Mutable(index)->assign(value);
417 file_to_generate_.Mutable(index)->assign(
494 return proto_file_.Mutable(index);
695 return file_.Mutable(index);
/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
H A DSemaExpr.cpp10551 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable))
10771 if (!LSI->Mutable && !CaptureType->isReferenceType())
/external/clang/include/clang/AST/
H A DDecl.h2093 bool Mutable : 1;
2110 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2113 Mutable(Mutable), CachedFieldIndex(0),
2122 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2132 bool isMutable() const { return Mutable; }
/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
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp866 FD->Mutable = Record[Idx++];

Completed in 494 milliseconds