Home
last modified time | relevance | path

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

/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() struct
/external/libtextclassifier/native/utils/
Dflatbuffers.cc238 ReflectiveFlatbuffer* ReflectiveFlatbuffer::Mutable( in Mutable() function in libtextclassifier3::ReflectiveFlatbuffer
247 ReflectiveFlatbuffer* ReflectiveFlatbuffer::Mutable( in Mutable() function in libtextclassifier3::ReflectiveFlatbuffer
/external/protobuf/src/google/protobuf/
Darenastring.h86 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
Dinlined_string_field.h98 std::string* Mutable(const std::string* default_value, in Mutable() function
Dextension_set.h1104 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1242 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1290 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
/external/clang/include/clang/Sema/
DScopeInfo.h686 bool Mutable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h72 bool Mutable; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h73 bool Mutable; member
/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/python/cpython3/Lib/test/
Dtest_dataclasses.py660 class Mutable: class
/external/clang/lib/AST/
DDecl.cpp3446 TypeSourceInfo *TInfo, Expr *BW, bool Mutable, in Create()