OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friend
(Results
51 - 75
of
2215
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.h
58
friend
class ExecutableBase;
59
friend
class GetterSetter;
60
friend
class Heap;
61
friend
class JSObject;
62
friend
class JSPropertyNameIterator;
63
friend
class JSString;
64
friend
class JSValue;
65
friend
class JSAPIValueWrapper;
66
friend
class JSZombie;
67
friend
class JSGlobalData
[
all
...]
/external/clang/test/CXX/special/class.ctor/
p5-0x.cpp
9
class
Friend
{
10
Friend
() = default; ~
Friend
() = default;
11
friend
struct NotDeleted6c;
12
friend
struct NotDeleted7i;
13
friend
struct NotDeleted7j;
14
friend
struct NotDeleted7k;
108
struct NotDeleted6c {
Friend
a; };
130
struct NotDeleted7i :
Friend
{};
132
struct NotDeleted7j : virtual
Friend
{};
[
all
...]
Completed in 1036 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>