Home
last modified time | relevance | path

Searched defs:Mutable (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/
Darenastring.h71 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
Dextension_set.h842 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
974 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1005 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp118 namespace Mutable { namespace
Dp11.0x.copy.cpp143 namespace Mutable { namespace
Dp23-cxx11.cpp178 namespace Mutable { namespace
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() function
/external/clang/include/clang/Sema/
DScopeInfo.h686 bool Mutable; variable
/external/clang/lib/Sema/
DSemaLambda.cpp443 bool Mutable) { in buildLambdaScope()
DSemaDecl.cpp13418 bool Mutable in HandleField() local
13455 bool Mutable, Expr *BitWidth, in CheckFieldDecl()
/external/clang/include/clang/AST/
DDecl.h2295 unsigned Mutable : 1; variable
2336 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in FieldDecl()
/external/clang/lib/AST/
DDecl.cpp3446 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()