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

/external/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp118 namespace Mutable { namespace
H A Dp11.0x.copy.cpp143 namespace Mutable { namespace
H A Dp23-cxx11.cpp178 namespace Mutable { namespace
190 template struct CopyAssign<Mutable::X>;
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
/external/protobuf/src/google/protobuf/
H A Darenastring.h71 inline ::std::string* Mutable(const ::std::string* default_value, function in struct:google::protobuf::internal::ArenaStringPtr
H A Dextension_set.h219 // - Strings provide Mutable() in addition to Set() accessors.
660 // static inline MutableType Mutable(int number, ExtensionSet* set);
667 // static inline MutableType Mutable(int number, int index,
674 // "Mutable" methods only make sense for strings and messages, and the
683 // have a "Mutable()" method.
803 // Strings support both Set() and Mutable().
818 static inline string* Mutable(int number, FieldType field_type, function in class:google::protobuf::internal::StringTypeTraits
842 static inline string* Mutable(int number, int index, ExtensionSet* set) { function in class:google::protobuf::internal::RepeatedStringTypeTraits
974 static inline MutableType Mutable(int number, FieldType field_type, function in class:google::protobuf::internal::MessageTypeTraits
1005 static inline MutableType Mutable(in function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h122 Element* Mutable(int index);
406 typename TypeHandler::Type* Mutable(int index);
744 Element* Mutable(int index);
1085 inline Element* RepeatedField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedField
1417 RepeatedPtrFieldBase::Mutable(int index) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1834 inline Element* RepeatedPtrField<Element>::Mutable(int index) { function in class:google::protobuf::RepeatedPtrField
1835 return RepeatedPtrFieldBase::Mutable<TypeHandler>(index);
1884 Mutable<TypeHandler>(i + start);
1892 elements[i] = RepeatedPtrFieldBase::Mutable<TypeHandler>(i + start);
1926 elements[i] = RepeatedPtrFieldBase::Mutable<TypeHandle
[all...]
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; function in struct:LocalVarInit::Mutable
469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; }
/external/clang/include/clang/Sema/
H A DScopeInfo.h686 bool Mutable; member in class:clang::sema::final
739 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false),
/external/clang/lib/Sema/
H A DSemaLambda.cpp443 bool Mutable) {
454 LSI->Mutable = Mutable;
436 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
H A DSemaDecl.cpp4435 /*BitWidth=*/nullptr, /*Mutable=*/false,
4534 /*BitWidth=*/nullptr, /*Mutable=*/false,
11203 LSI->Mutable = !CallOperator->isConst();
13418 bool Mutable local
13422 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
13455 bool Mutable, Expr *BitWidth,
13540 if (!InvalidDecl && Mutable) {
13554 Mutable = false;
13567 BitWidth, Mutable, InitStyle);
13452 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.cpp3446 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
3449 BW, Mutable, InitStyle);
3443 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 1849 milliseconds