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

1 2 34 5 6 7 8 91011>>

  /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;
104 struct NotDeleted6c { Friend a; };
126 struct NotDeleted7i : Friend {};
128 struct NotDeleted7j : virtual Friend {};
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.h 34 friend class TabObserver;
35 friend struct DefaultSingletonTraits<ExtensionTabIdMap>;
external_pref_extension_loader.h 33 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
59 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
  /external/chromium/chrome/browser/policy/
policy_notifier.h 48 friend class CloudPolicyController;
49 friend class CloudPolicySubsystem::ObserverRegistrar;
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 45 friend class ProfileDependencyManagerUnittests;
46 friend struct DefaultSingletonTraits<ProfileDependencyManager>;
  /external/chromium/chrome/browser/
user_style_sheet_watcher.h 39 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
40 friend class DeleteTask<UserStyleSheetWatcher>;
  /external/chromium/net/base/
cert_database.cc 33 friend struct DefaultSingletonTraits<CertDatabaseNotifier>;
34 friend class CertDatabase;
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 28 friend struct HasAccess;
69 friend struct HasAccessDtor;
p11.0x.move.cpp 26 friend struct HasAccess;
45 friend struct HasAccessDtor;
  /external/skia/src/animator/
SkDisplayInput.h 37 friend class SkDisplayEvent;
38 friend class SkPost;
SkDisplayMovie.h 53 friend class SkAnimateMaker;
54 friend class SkPost;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h 77 friend class QWKPage;
78 friend class QWKPreferencesPrivate;
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.h 55 friend struct MatroskaSource;
56 friend struct BlockIterator;
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 41 friend int UnpackEntry(SQLStatement* statement,
43 friend int BindFields(const EntryKernel& entry, SQLStatement* statement);
44 friend std::ostream& operator<<(std::ostream& out, const Id& id);
45 friend class MockConnectionManager;
46 friend class SyncableIdTest;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 11 friend struct A;
12 friend class A;
13 friend union A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
15 friend enum A; // expected-error {{ISO C++ forbids forward references to 'enum' types}} \
16 // expected-warning {{cannot be a friend}}
  /external/skia/include/core/
SkBounder.h 89 friend class SkAutoBounderCommit;
90 friend class SkDraw;
91 friend class SkDrawIter;
92 friend struct Draw1Glyph;
93 friend class SkMaskFilter;
  /external/stlport/src/
locale_impl.h 94 friend class Init;
115 friend _Locale_impl * _STLP_CALL _copy_Nameless_Locale_impl( _Locale_impl * );
116 friend void _STLP_CALL _release_Locale_impl( _Locale_impl *& loc );
119 friend class _STLP_NO_MEM_T_NAME(loc);
121 friend class locale;
  /frameworks/base/include/ui/
GraphicBuffer.h 125 friend class Surface;
126 friend class BpSurface;
127 friend class BnSurface;
128 friend class SurfaceTextureClient;
129 friend class LightRefBase<GraphicBuffer>;
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 94 friend class Init;
115 friend _Locale_impl * _STLP_CALL _copy_Nameless_Locale_impl( _Locale_impl * );
116 friend void _STLP_CALL _release_Locale_impl( _Locale_impl *& loc );
119 friend class _STLP_NO_MEM_T_NAME(loc);
121 friend class locale;
  /frameworks/base/services/audioflinger/
AudioFlinger.h 70 friend class BinderService<AudioFlinger>;
339 friend class ThreadBase;
340 friend class RecordHandle;
341 friend class PlaybackThread;
342 friend class RecordThread;
343 friend class MixerThread;
344 friend class DirectOutputThread;
528 friend class AudioFlinger;
529 friend class Track;
530 friend class TrackBase
    [all...]
  /external/llvm/include/llvm/
ValueSymbolTable.h 35 friend class Value;
36 friend class SymbolTableListTraits<Argument, Function>;
37 friend class SymbolTableListTraits<BasicBlock, Function>;
38 friend class SymbolTableListTraits<Instruction, BasicBlock>;
39 friend class SymbolTableListTraits<Function, Module>;
40 friend class SymbolTableListTraits<GlobalVariable, Module>;
41 friend class SymbolTableListTraits<GlobalAlias, Module>;
  /external/chromium/chrome/browser/importer/
importer_bridge.h 18 // TODO: remove this, see friend declaration in ImporterBridge.
69 friend class base::RefCountedThreadSafe<ImporterBridge>;
73 friend class Toolbar5Importer;
  /external/chromium/net/server/
http_server.h 55 friend class base::RefCountedThreadSafe<HttpServer>;
59 friend class HttpServer;
76 friend class Connection;
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 17 template<typename T = int> // expected-error{{default template argument not permitted on a friend template}}
18 friend void f0(X3);
21 friend void f1(X3) {

Completed in 1341 milliseconds

1 2 34 5 6 7 8 91011>>