OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friend
(Results
476 - 500
of
5617
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/net/tools/quic/
quic_in_memory_cache.h
40
friend
class QuicInMemoryCache;
73
friend
struct DefaultSingletonTraits<QuicInMemoryCache>;
/external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.h
33
//
Friend
so ParamTraits can serialize us.
34
friend
struct IPC::ParamTraits<ppapi::PPB_X509Certificate_Fields>;
/external/chromium_org/testing/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/chromium_org/third_party/skia/include/core/
SkFlattenable.h
80
friend
class SkGraphics;
81
friend
class SkFlattenableWriteBuffer;
/external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h
70
friend
class SkSVGPaint;
71
friend
class SkSVGGradient;
/external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h
101
friend
class SkActive;
102
friend
class SkDisplayList;
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h
73
friend
class GrFontCache;
104
friend
class GrFontPurgeListener;
/external/chromium_org/third_party/skia/src/image/
SkSurface_Base.h
66
friend
class SkCanvas;
67
friend
class SkSurface;
/external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp
46
#define
friend
macro
131
friend
/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/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/src/animator/
SkDisplayApply.h
101
friend
class SkActive;
102
friend
class SkDisplayList;
/external/skia/src/gpu/
GrTextStrike.h
73
friend
class GrFontCache;
104
friend
class GrFontPurgeListener;
/external/skia/src/image/
SkSurface_Base.h
66
friend
class SkCanvas;
67
friend
class SkSurface;
/frameworks/av/include/media/
SingleStateQueue.h
37
friend
class Mutator;
38
friend
class Observer;
/frameworks/native/services/surfaceflinger/RenderEngine/
Description.h
35
friend
class Program;
36
friend
class ProgramCache;
/ndk/sources/third_party/googletest/googletest/test/
production.h
41
// Declares a
friend
test that does not use a fixture.
44
// Declares a
friend
test that uses a fixture.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp
38
template <class I, class V, class R, class TC>
friend
class input_iterator_facade;
78
friend
class boost::iterator_core_access;
/art/runtime/
oat_file.h
141
friend
class OatClass;
164
friend
class OatDexFile;
203
friend
class OatFile;
261
friend
class OatClass;
262
friend
class OatDexFile;
263
friend
class OatDumper; // For GetBase and GetLimit
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h
117
friend
class SafeBrowsingServiceFactoryImpl;
118
friend
struct content::BrowserThread::DeleteOnThread<
120
friend
class base::DeleteHelper<SafeBrowsingService>;
121
friend
class SafeBrowsingServerTest;
122
friend
class SafeBrowsingServiceTest;
123
friend
class SafeBrowsingURLRequestContextGetter;
/external/chromium_org/content/browser/gpu/
shader_disk_cache.h
68
friend
class base::RefCounted<ShaderDiskCache>;
69
friend
class ShaderDiskCacheEntry;
70
friend
class ShaderDiskReadHelper;
71
friend
class ShaderCacheFactory;
129
friend
struct DefaultSingletonTraits<ShaderCacheFactory>;
130
friend
class ShaderClearHelper;
/external/chromium_org/net/quic/
quic_time.h
68
friend
class QuicTime;
69
friend
class QuicClock;
93
friend
bool operator==(QuicTime lhs, QuicTime rhs);
94
friend
bool operator<(QuicTime lhs, QuicTime rhs);
96
friend
class QuicClock;
97
friend
class QuicClockTest;
Completed in 972 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>