HomeSort by relevance Sort by last modified time
    Searched defs:Mutable (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/printing/
printed_document.cc 241 PrintedDocument::Mutable::Mutable(PrintedPagesSource* source)
250 PrintedDocument::Mutable::~Mutable() {
printed_document.h 123 // Contains all the mutable stuff. All this stuff MUST be accessed with the
125 struct Mutable {
126 explicit Mutable(PrintedPagesSource* source);
127 ~Mutable();
179 // mutable since it can be acquired from const member functions.
180 mutable base::Lock lock_;
182 // All the mutable members.
183 Mutable mutable_;
  /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}}
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 213 // - Strings provide Mutable() in addition to Set() accessors.
480 mutable int cached_size;
595 // static inline MutableType Mutable(int number, ExtensionSet* set);
602 // static inline MutableType Mutable(int number, int index,
609 // "Mutable" methods only make sense for strings and messages, and the
618 // have a "Mutable()" method.
685 // 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/clang/include/clang/Sema/
ScopeInfo.h 606 /// \brief Whether this is a mutable lambda.
607 bool Mutable;
667 CallOperator(nullptr), NumExplicitCaptures(0), Mutable(false),
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 433 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; };
456 // Can't fold return value due to 'mutable'.
459 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; }
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 442 milliseconds