/external/clang/test/CXX/special/class.copy/ |
p13-0x.cpp | 118 namespace Mutable { 125 mutable A a;
|
p11.0x.copy.cpp | 143 namespace Mutable { 156 mutable A a; // expected-note {{deleted because field 'a' has a deleted copy constructor}}
|
p23-cxx11.cpp | 178 namespace Mutable { 187 mutable AmbiguousCopyAssign a; // expected-note {{multiple copy assignment operators}} 190 template struct CopyAssign<Mutable::X>; 191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
arenastring.h | 71 inline ::std::string* Mutable(const ::std::string* default_value,
|
extension_set.h | 219 // - Strings provide Mutable() in addition to Set() accessors. 285 // Fetches a mutable version of a RepeatedField extension by number, 514 mutable int cached_size; 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 [all...] |
repeated_field.h | 122 Element* Mutable(int index); 406 typename TypeHandler::Type* Mutable(int index); 744 Element* Mutable(int index); [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 213 // - Strings provide Mutable() in addition to Set() accessors. 478 mutable int cached_size; 593 // static inline MutableType Mutable(int number, ExtensionSet* set); 600 // static inline MutableType Mutable(int number, int index, 607 // "Mutable" methods only make sense for strings and messages, and the 616 // have a "Mutable()" method. 683 // Strings support both Set() and Mutable(). [all...] |
repeated_field.h | 96 Element* Mutable(int index); 253 typename TypeHandler::Type* Mutable(int index); 416 Element* Mutable(int index); 618 inline Element* RepeatedField<Element>::Mutable(int index) { 831 RepeatedPtrFieldBase::Mutable(int index) { [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 213 // - Strings provide Mutable() in addition to Set() accessors. 478 mutable int cached_size; 593 // static inline MutableType Mutable(int number, ExtensionSet* set); 600 // static inline MutableType Mutable(int number, int index, 607 // "Mutable" methods only make sense for strings and messages, and the 616 // have a "Mutable()" method. 683 // Strings support both Set() and Mutable(). [all...] |
repeated_field.h | 96 Element* Mutable(int index); 253 typename TypeHandler::Type* Mutable(int index); 416 Element* Mutable(int index); 618 inline Element* RepeatedField<Element>::Mutable(int index) { 831 RepeatedPtrFieldBase::Mutable(int index) { [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
extension_set.h | 213 // - Strings provide Mutable() in addition to Set() accessors. 478 mutable int cached_size; 593 // static inline MutableType Mutable(int number, ExtensionSet* set); 600 // static inline MutableType Mutable(int number, int index, 607 // "Mutable" methods only make sense for strings and messages, and the 616 // have a "Mutable()" method. 683 // Strings support both Set() and Mutable(). [all...] |
repeated_field.h | 96 Element* Mutable(int index); 253 typename TypeHandler::Type* Mutable(int index); 416 Element* Mutable(int index); 618 inline Element* RepeatedField<Element>::Mutable(int index) { 831 RepeatedPtrFieldBase::Mutable(int index) { [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
extension_set.h | 213 // - Strings provide Mutable() in addition to Set() accessors. 478 mutable int cached_size; 593 // static inline MutableType Mutable(int number, ExtensionSet* set); 600 // static inline MutableType Mutable(int number, int index, 607 // "Mutable" methods only make sense for strings and messages, and the 616 // have a "Mutable()" method. 683 // Strings support both Set() and Mutable(). [all...] |
repeated_field.h | 96 Element* Mutable(int index); 253 typename TypeHandler::Type* Mutable(int index); 416 Element* Mutable(int index); 618 inline Element* RepeatedField<Element>::Mutable(int index) { 831 RepeatedPtrFieldBase::Mutable(int index) { [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 215 // - Strings provide Mutable() in addition to Set() accessors. 274 // Fetches a mutable version of a RepeatedField extension by number, 498 mutable int cached_size; 638 // static inline MutableType Mutable(int number, ExtensionSet* set); 645 // static inline MutableType Mutable(int number, int index, 652 // "Mutable" methods only make sense for strings and messages, and the 661 // have a "Mutable()" method. [all...] |
repeated_field.h | 118 Element* Mutable(int index); 281 typename TypeHandler::Type* Mutable(int index); 445 Element* Mutable(int index); 671 inline Element* RepeatedField<Element>::Mutable(int index) { 894 RepeatedPtrFieldBase::Mutable(int index) { [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 656 /// \brief Whether this is a mutable lambda. 657 bool Mutable; 710 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false),
|
/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; 466 // Can't fold return value due to 'mutable'. 469 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; }
|
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.12.613/ |
kotlin-runtime-0.12.613.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/ |
kotlin-runtime-0.13.1513.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/ |
kotlin-runtime-0.13.1514.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/ |
kotlin-runtime-1.0.0-beta-1103.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/ |
kotlin-runtime-1.0.0-beta-4584.jar | |