HomeSort by relevance Sort by last modified time
    Searched refs:That (Results 1 - 25 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
94 PooledStringPtr &operator=(const PooledStringPtr &That) {
95 if (S != That.S) {
97 S = That.S;
133 inline bool operator==(const PooledStringPtr &That) { return S == That.S; }
134 inline bool operator!=(const PooledStringPtr &That) { return S != That.S;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /external/valgrind/none/tests/s390x/
fpext_fail.stderr.exp 3 Encountered an instruction that requires the floating point extension facility.
4 That facility is not available on this host
fpext_warn.stderr.exp 3 The specified rounding mode cannot be supported. That
9 The specified rounding mode cannot be supported. That
15 The specified rounding mode cannot be supported. That
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 3 ; - That a .byte does not overwrite beyond the "byte", if given
5 ; - That "quick-operands" (in this case, just the unsigned 6-bit
  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
102 MOCK_METHOD2(That, string(int, bool));
112 // Tests that a nice mock generates no warning for uninteresting calls.
122 // Tests that a nice mock generates no warning for uninteresting calls
123 // that delete the mock object.
135 // Tests that a nice mock generates informational logs for
156 // Tests that a nice mock allows expected calls.
164 // Tests that an unexpected call on a nice mock fails.
172 // Tests that NiceMock works with a mock class that has a non-defaul
    [all...]
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
102 MOCK_METHOD2(That, std::string(int, bool));
112 // Tests that a raw mock generates warnings for uninteresting calls.
128 // Tests that a raw mock generates warnings for uninteresting calls
129 // that delete the mock object.
147 // Tests that a raw mock generates informational logs for
162 // Tests that a nice mock generates no warning for uninteresting calls.
172 // Tests that a nice mock generates no warning for uninteresting calls
173 // that delete the mock object.
185 // Tests that a nice mock generates informational logs fo
    [all...]
  /external/v8/testing/gmock/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
103 MOCK_METHOD2(That, string(int, bool));
113 // Tests that a raw mock generates warnings for uninteresting calls.
129 // Tests that a raw mock generates warnings for uninteresting calls
130 // that delete the mock object.
148 // Tests that a raw mock generates informational logs for
163 // Tests that a nice mock generates no warning for uninteresting calls.
173 // Tests that a nice mock generates no warning for uninteresting calls
174 // that delete the mock object.
186 // Tests that a nice mock generates informational logs fo
    [all...]
  /external/libmojo/third_party/markupsafe/
_speedups.c 45 /* import markup type so that we can mark the return value */
131 /* if the object has an __html__ method that performs the escaping */
189 "sequences. Use this if you need to display text that might contain\n"
196 "Make a string unicode if it isn't already. That way a markup\n"

Completed in 805 milliseconds

1 2 3 4 5 6 7 8 91011>>