HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 226 - 250 of 2999) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp 7 // PR8007: friend function not instantiated, reordered version.
32 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
  /external/gtest/test/
production.h 41 // Declares a friend test that does not use a fixture.
44 // Declares a friend test that uses a fixture.
  /external/libvpx/libvpx/third_party/googletest/src/test/
production.h 41 // Declares a friend test that does not use a fixture.
44 // Declares a friend test that uses a fixture.
  /external/protobuf/gtest/test/
production.h 41 // Declares a friend test that does not use a fixture.
44 // Declares a friend test that uses a fixture.
  /external/skia/include/core/
SkFlattenable.h 80 friend class SkGraphics;
81 friend class SkFlattenableWriteBuffer;
  /external/skia/include/svg/
SkSVGParser.h 70 friend class SkSVGPaint;
71 friend class SkSVGGradient;
  /external/skia/legacy/src/animator/
SkDisplayApply.h 101 friend class SkActive;
102 friend class SkDisplayList;
  /external/skia/src/animator/
SkDisplayApply.h 101 friend class SkActive;
102 friend class SkDisplayList;
  /external/skia/src/gpu/
GrTextStrike.h 70 friend class GrFontCache;
98 friend class GrFontPurgeListener;
  /external/skia/src/image/
SkSurface_Base.h 67 friend class SkCanvas;
68 friend class SkSurface;
  /external/webkit/Source/WebKit/wx/
WebEdit.h 49 friend class WebCore::CompositeEditCommand;
50 friend class WebCore::WebCoreEditCommand;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 97 friend class QGraphicsWKViewPrivate;
98 friend class TiledDrawingAreaProxy;
  /frameworks/av/include/media/
SingleStateQueue.h 37 friend class Mutator;
38 friend class Observer;
  /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/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...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 167 friend class DumpRenderTreeSupportQt;
168 friend class QWebFrame;
169 friend class QWebElementCollection;
170 friend class QWebHitTestResult;
171 friend class QWebHitTestResultPrivate;
172 friend class QWebPage;
175 friend class V8::Bindings::QtWebElementRuntime;
177 friend class JSC::Bindings::QtWebElementRuntime;
239 friend class const_iterator;
273 friend class iterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/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>;
124 friend typename _Cp::__self;
126 friend class _Cp::__self;
128 friend class __bit_iterator<_Cp, true>;
    [all...]
thread 200 friend _LIBCPP_INLINE_VISIBILITY
203 friend _LIBCPP_INLINE_VISIBILITY
206 friend _LIBCPP_INLINE_VISIBILITY
209 friend _LIBCPP_INLINE_VISIBILITY
212 friend _LIBCPP_INLINE_VISIBILITY
215 friend _LIBCPP_INLINE_VISIBILITY
220 friend
230 friend __thread_id this_thread::get_id() _NOEXCEPT;
231 friend class _LIBCPP_VISIBLE thread;
232 friend struct _LIBCPP_VISIBLE 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...]

Completed in 5476 milliseconds

1 2 3 4 5 6 7 8 91011>>