HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 501 - 525 of 5617) sorted by null

<<21222324252627282930>>

  /external/chromium_org/webkit/browser/fileapi/
file_system_url.h 67 // <Friend>::CrackURL, <Friend>::CreateCrackedFileSystemURL, where <Friend> is
135 friend class FileSystemContext;
136 friend class ExternalMountPoints;
137 friend class IsolatedContext;
  /external/clang/include/clang/Basic/
ABI.h 51 friend bool operator==(const ReturnAdjustment &LHS,
57 friend bool operator<(const ReturnAdjustment &LHS,
81 friend bool operator==(const ThisAdjustment &LHS,
87 friend bool operator<(const ThisAdjustment &LHS,
111 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) {
115 friend bool operator<(const ThunkInfo &LHS, const ThunkInfo &RHS) {
VersionTuple.h 73 friend bool operator==(const VersionTuple& X, const VersionTuple &Y) {
81 friend bool operator!=(const VersionTuple &X, const VersionTuple &Y) {
89 friend bool operator<(const VersionTuple &X, const VersionTuple &Y) {
103 friend bool operator>(const VersionTuple &X, const VersionTuple &Y) {
112 friend bool operator<=(const VersionTuple &X, const VersionTuple &Y) {
121 friend bool operator>=(const VersionTuple &X, const VersionTuple &Y) {
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 119 template <class T> friend void A<T>::foo();
169 // Ensure that definitions are emitted for all friend functions defined within
177 friend void g1(S s) {}
178 friend void h1(S s);
180 friend void g2(S s) {}
181 friend void h2(S s);
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
37 friend void detail::open_dir(Directory& pDir);
38 friend void detail::close_dir(Directory& pDir);
40 friend class DirIterator;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
111 friend class Directory;
  /external/clang/include/clang/Analysis/
ProgramPoint.h 211 friend class ProgramPoint;
232 friend class ProgramPoint;
255 friend class ProgramPoint;
272 friend class ProgramPoint;
296 friend class ProgramPoint;
311 friend class ProgramPoint;
326 friend class ProgramPoint;
340 friend class ProgramPoint;
354 friend class ProgramPoint;
368 friend class ProgramPoint
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 186 friend class autofill::AutofillInteractiveTest;
187 friend class autofill::AutofillTest;
188 friend class autofill::PersonalDataManagerFactory;
189 friend class PersonalDataManagerTest;
190 friend class ProfileSyncServiceAutofillTest;
191 friend class ::RemoveAutofillTester;
192 friend class TestingAutomationProvider;
193 friend struct base::DefaultDeleter<PersonalDataManager>;
194 friend void autofill_helper::SetProfiles(
196 friend void autofill_helper::SetCreditCards
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Timer.cpp 136 friend bool operator==(TimerHeapIterator, TimerHeapIterator);
137 friend bool operator!=(TimerHeapIterator, TimerHeapIterator);
138 friend bool operator<(TimerHeapIterator, TimerHeapIterator);
139 friend bool operator>(TimerHeapIterator, TimerHeapIterator);
140 friend bool operator<=(TimerHeapIterator, TimerHeapIterator);
141 friend bool operator>=(TimerHeapIterator, TimerHeapIterator);
143 friend TimerHeapIterator operator+(TimerHeapIterator, size_t);
144 friend TimerHeapIterator operator+(size_t, TimerHeapIterator);
146 friend TimerHeapIterator operator-(TimerHeapIterator, size_t);
147 friend ptrdiff_t operator-(TimerHeapIterator, TimerHeapIterator)
    [all...]
  /external/clang/test/Parser/
cxx0x-attributes.cpp 164 friend int f [[]] (); // expected-FIXME{{an attribute list cannot appear here}}
165 friend int f1 [[noreturn]] (); //expected-error{{an attribute list cannot appear here}}
166 friend int f2 [[]] [[noreturn]] () {}
167 [[]] friend int g(); // expected-error{{an attribute list cannot appear here}}
168 [[]] friend int h() {
170 [[]] friend int f3(), f4(), f5(); // expected-error{{an attribute list cannot appear here}}
171 friend int f6 [[noreturn]] (), f7 [[noreturn]] (), f8 [[noreturn]] (); // expected-error3 {{an attribute list cannot appear here}}
172 friend class [[]] C; // expected-error{{an attribute list cannot appear here}}
173 [[]] friend class D; // expected-error{{an attribute list cannot appear here}}
174 [[]] friend int; // expected-error{{an attribute list cannot appear here}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__bit_reference 44 friend typename _Cp::__self;
46 friend class _Cp::__self;
48 friend class __bit_const_reference<_Cp>;
49 friend class __bit_iterator<_Cp, false>;
134 friend typename _Cp::__self;
136 friend class _Cp::__self;
138 friend class __bit_iterator<_Cp, true>;
    [all...]
thread 202 friend _LIBCPP_INLINE_VISIBILITY
205 friend _LIBCPP_INLINE_VISIBILITY
208 friend _LIBCPP_INLINE_VISIBILITY
211 friend _LIBCPP_INLINE_VISIBILITY
214 friend _LIBCPP_INLINE_VISIBILITY
217 friend _LIBCPP_INLINE_VISIBILITY
222 friend
232 friend __thread_id this_thread::get_id() _NOEXCEPT;
233 friend class _LIBCPP_TYPE_VIS thread;
234 friend struct _LIBCPP_TYPE_VIS hash<__thread_id>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 194 friend inline bool
198 friend inline bool
207 friend class __weak_count<_Lp>;
277 friend inline bool
281 friend inline bool
286 friend class __shared_count<_Lp>;
325 // Friend of __enable_shared_from_this.
332 // Friend of enable_shared_from_this.
565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 194 friend inline bool
198 friend inline bool
207 friend class __weak_count<_Lp>;
277 friend inline bool
281 friend inline bool
286 friend class __shared_count<_Lp>;
325 // Friend of __enable_shared_from_this.
332 // Friend of enable_shared_from_this.
565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 194 friend inline bool
198 friend inline bool
207 friend class __weak_count<_Lp>;
277 friend inline bool
281 friend inline bool
286 friend class __shared_count<_Lp>;
325 // Friend of __enable_shared_from_this.
332 // Friend of enable_shared_from_this.
565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 194 friend inline bool
198 friend inline bool
207 friend class __weak_count<_Lp>;
277 friend inline bool
281 friend inline bool
286 friend class __shared_count<_Lp>;
325 // Friend of __enable_shared_from_this.
332 // Friend of enable_shared_from_this.
565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 194 friend inline bool
198 friend inline bool
207 friend class __weak_count<_Lp>;
277 friend inline bool
281 friend inline bool
286 friend class __shared_count<_Lp>;
325 // Friend of __enable_shared_from_this.
332 // Friend of enable_shared_from_this.
565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 389 friend inline bool
393 friend inline bool
402 friend class __weak_count<_Lp>;
472 friend inline bool
476 friend inline bool
481 friend class __shared_count<_Lp>;
520 // Friend of __enable_shared_from_this.
527 // Friend of enable_shared_from_this.
720 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
721 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
shared_ptr.h 382 friend inline bool
386 friend inline bool
395 friend class __weak_count<_Lp>;
465 friend inline bool
469 friend inline bool
474 friend class __shared_count<_Lp>;
513 // Friend of __enable_shared_from_this.
520 // Friend of enable_shared_from_this.
713 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr;
714 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 127 friend class Stmt;
135 friend class CompoundStmt;
142 friend class Expr;
143 friend class DeclRefExpr; // computeDependence
144 friend class InitListExpr; // ctor
145 friend class DesignatedInitExpr; // ctor
146 friend class BlockDeclRefExpr; // ctor
147 friend class ASTStmtReader; // deserialization
148 friend class CXXNewExpr; // ctor
149 friend class DependentScopeDeclRefExpr; // cto
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_response.h 46 friend class base::RefCounted<AppCacheResponseInfo>;
67 friend class base::RefCountedThreadSafe<HttpResponseInfoIOBuffer>;
93 friend class base::RefCounted<AppCacheDiskCacheInterface>;
172 friend class AppCacheStorageImpl;
173 friend class MockAppCacheStorage;
230 friend class AppCacheStorageImpl;
231 friend class MockAppCacheStorage;

Completed in 930 milliseconds

<<21222324252627282930>>