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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CXX/over/over.oper/over.literal/
p5.cpp 10 friend int operator "" _a(const char *, size_t);
12 friend U operator "" _a(const T *, size_t); // expected-error {{parameter}}
15 friend void operator "" _b(); // expected-error {{parameter}}
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 101 friend class QWebFrame;
102 friend class QWebPagePrivate;
103 friend class QWebPage;
227 friend class QGraphicsWebView;
228 friend class QWebPage;
229 friend class QWebPagePrivate;
230 friend class QWebFramePrivate;
231 friend class DumpRenderTreeSupportQt;
232 friend class WebCore::WidgetPrivate;
233 friend class WebCore::FrameLoaderClientQt
    [all...]
qwebsecurityorigin.h 61 friend class QWebDatabase;
62 friend class QWebFrame;
63 friend class WebCore::ChromeClientQt;
  /external/skia/include/core/
SkBounder.h 84 friend class SkAutoBounderCommit;
85 friend class SkDraw;
86 friend class SkDrawIter;
87 friend struct Draw1Glyph;
88 friend class SkMaskFilter;
  /external/skia/legacy/include/core/
SkBounder.h 82 friend class SkAutoBounderCommit;
83 friend class SkDraw;
84 friend class SkDrawIter;
85 friend struct Draw1Glyph;
86 friend class SkMaskFilter;
SkClipStack.h 53 friend bool operator==(const Clip& a, const Clip& b);
54 friend bool operator!=(const Clip& a, const Clip& b);
83 friend class B2FIter;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 12 friend struct A;
13 friend class A;
14 friend union A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
16 friend enum A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
17 friend enum E; // expected-warning {{cannot be a friend}}
  /external/skia/legacy/src/core/
SkFloat.h 56 friend bool operator==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; }
57 friend bool operator!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; }
58 friend bool operator<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; }
59 friend bool operator<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; }
60 friend bool operator>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; }
61 friend bool operator>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
  /external/skia/src/core/
SkFloat.h 56 friend bool operator==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; }
57 friend bool operator!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; }
58 friend bool operator<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; }
59 friend bool operator<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; }
60 friend bool operator>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; }
61 friend bool operator>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 5 friend void func(A);
6 friend A operator+(A,A);
54 template <class U> friend void foo(A &, U); // expected-note {{not viable: 1st argument ('const A<int>') would lose const qualifier}}
  /external/skia/legacy/src/animator/
SkAnimateBase.h 78 friend class SkActive;
79 friend class SkApply;
80 friend class SkDisplayList;
SkDisplayEvents.h 39 friend class SkDisplayXMLParser;
SkDrawText.h 32 friend class SkTextToPath;
  /external/skia/src/animator/
SkAnimateBase.h 78 friend class SkActive;
79 friend class SkApply;
80 friend class SkDisplayList;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory_p.h 47 friend class QWKHistory;
48 friend class QWKHistoryItem;
61 friend class QWKHistory;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
test_allocator.h 27 template <class U> friend class test_allocator;
64 friend bool operator==(const test_allocator& x, const test_allocator& y)
66 friend bool operator!=(const test_allocator& x, const test_allocator& y)
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_allocator.h 32 template <class U> friend class test_allocator;
71 friend bool operator==(const test_allocator& x, const test_allocator& y)
73 friend bool operator!=(const test_allocator& x, const test_allocator& y)
  /external/chromium/android/content/browser/tab_contents/
tab_contents_observer.h 27 friend class TabContents;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_mac.h 21 friend class BrowserAccessibilityManager;
  /external/chromium/chrome/browser/chromeos/
brightness_bubble.h 22 friend struct DefaultSingletonTraits<BrightnessBubble>;
volume_bubble.h 22 friend struct DefaultSingletonTraits<VolumeBubble>;
  /external/chromium/net/ftp/
ftp_network_session.h 25 friend class base::RefCounted<FtpNetworkSession>;
  /external/clang/test/CodeGenCXX/
debug-info-gline-tables-only.cpp 9 class C { friend class D; };
  /external/clang/test/SemaObjCXX/
reserved-keyword-methods.mm 15 macro(friend) \
  /external/icu4c/tools/gennorm2/
n2builder.h 69 friend class CompositionBuilder;
70 friend class Decomposer;
71 friend class ExtraDataWriter;
72 friend class Norm16Writer;

Completed in 3093 milliseconds

1 2 3 45 6 7 8 91011>>