HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 51 - 75 of 2302) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp 3 // libstdc++ 4.2.x contains a bug where a friend struct template
20 friend struct __detail::_Map_base;
  /external/clang/test/SemaTemplate/
inject-templated-friend.cpp 3 // PR8007: friend function not instantiated.
15 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
  /external/icu4c/test/intltest/
ucdtest.h 42 friend void U_CALLCONV unicodeDataLineFn(void *context,
46 friend void U_CALLCONV
  /external/oprofile/libabi/
abi.h 35 friend std::ostream & operator<<(std::ostream & o, abi const & abi);
36 friend std::istream & operator>>(std::istream & i, abi & abi);
  /external/skia/src/animator/
SkAnimatorScript2.h 33 friend class SkDump;
34 friend struct SkScriptNAnswer;
SkDrawRectangle.h 43 friend class SkDrawClip;
44 friend class SkRectToRect;
45 friend class SkSaveLayer;
SkAnimateMaker.h 155 friend class SkAdd;
156 friend class SkAnimateBase;
157 friend class SkDisplayXMLParser;
158 friend class SkAnimator;
159 friend class SkAnimatorScript;
160 friend class SkApply;
161 friend class SkDisplayMovie;
162 friend class SkDisplayType;
163 friend class SkEvents;
164 friend class SkGroup
    [all...]
  /frameworks/base/tools/localize/
ValuesFile.h 42 friend class ValuesFile::ParseState;
43 friend class StringHandler;
  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.h 19 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
  /external/skia/src/images/
SkImageRefPool.h 35 friend class SkImageRef_GlobalPool;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.h 56 friend class QWKHistory;
57 friend class QWKHistoryItemPrivate;
78 friend class QWKHistoryPrivate;
79 friend class QWKPagePrivate;
qwkhistory_p.h 47 friend class QWKHistory;
48 friend class QWKHistoryItem;
61 friend class QWKHistory;
qwkpage.h 78 friend class QWKPage;
151 friend class QGraphicsWKView;
152 friend class QGraphicsWKViewPrivate;
153 friend class QWKPagePrivate;
  /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/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/include/core/
SkClipStack.h 45 friend bool operator==(const Clip& a, const Clip& b);
46 friend bool operator!=(const Clip& a, const Clip& b);
74 friend class B2FIter;
  /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/SemaObjCXX/
reserved-keyword-methods.mm 14 macro(friend) \
  /external/icu4c/tools/gennorm2/
n2builder.h 69 friend class CompositionBuilder;
70 friend class Decomposer;
71 friend class ExtraDataWriter;
72 friend class Norm16Writer;
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 248 friend class AbstractMacroAssembler;
249 friend class Jump;
250 friend class MacroAssemblerCodeRef;
251 friend class LinkBuffer;
276 friend class AbstractMacroAssembler;
277 friend class LinkBuffer;
300 friend class AbstractMacroAssembler;
301 friend class LinkBuffer;
324 friend class AbstractMacroAssembler;
368 friend class AbstractMacroAssembler
    [all...]

Completed in 435 milliseconds

1 23 4 5 6 7 8 91011>>