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

1 2 3

  /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/protobuf/src/google/protobuf/
arenastring.h 71 inline ::std::string* Mutable(const ::std::string* default_value,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arenastring.h 71 inline ::std::string* Mutable(const ::std::string* default_value,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 73 bool Mutable;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 79 bool Mutable;
188 bool Mutable;
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 1124 milliseconds

1 2 3