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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGenCXX/
conditional-temporaries.cpp 13 friend const A& operator<<(const A& a, int n) {
debug-info.cpp 65 template <typename T> friend class A<T>::B;
inline-functions.cpp 37 friend void T::func();
  /external/clang/test/PCH/
chain-friend-instantiation.cpp 15 template <class X, class Y> friend TClass<X> problematic(X * ptr, const TClass<Y> &src);
  /external/skia/include/core/
SkTDict.h 109 friend int operator<(const Pair& a, const Pair& b)
113 friend int operator!=(const Pair& a, const Pair& b)
118 friend class Iter;
165 friend class Iter;
  /external/skia/src/animator/
SkPostParts.h 36 friend class SkPost;
  /external/skia/src/svg/
SkSVGStop.h 27 friend class SkSVGGradient;
SkSVGText.h 31 friend class SkSVGParser;
SkSVGUse.h 33 friend class SkSVGClipPath;
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 127 friend class SVGUseElement;
138 friend void appendChildToContainer(GenericNode* child, GenericNodeContainer* container);
141 friend void removeAllChildrenInContainer(GenericNodeContainer* container);
144 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
  /external/webkit/Source/WebCore/workers/
WorkerMessagingProxy.h 84 friend class MessageWorkerTask;
85 friend class WorkerContextDestroyedTask;
86 friend class WorkerExceptionTask;
87 friend class WorkerThreadActivityReportTask;
  /external/webkit/Source/WebKit/wx/
WebFrame.h 103 friend class WebCore::ChromeClientWx;
104 friend class WebCore::FrameLoaderClientWx;
105 friend class WebCore::EditorClientWx;
106 friend class wxWebView;
  /external/webkit/Source/WebKit2/Platform/
WorkItem.h 58 friend class WorkItem;
86 friend class WorkItem;
116 friend class WorkItem;
165 friend class WorkItem;
  /external/webrtc/src/system_wrappers/source/
critical_section_linux.h 31 friend class ConditionVariableLinux;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
edit_avatar.html 30 <i>You haven't added a picture for this friend...</i>
34 <p>Please select a file containing the image you'd like to use for this friend</p>
  /external/chromium/chrome/browser/
autocomplete_history_manager.h 50 friend class AutocompleteHistoryManagerTest;
51 friend class AutofillManagerTest;
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 33 friend class NetworkStateNotifier;
66 friend struct DefaultSingletonTraits<NetworkStateNotifier>;
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.h 54 friend class base::RefCountedThreadSafe<ThreadNotificationService>;
77 friend class base::RefCountedThreadSafe<ThreadNotifier>;
  /external/chromium/net/base/
auth.h 37 friend class base::RefCountedThreadSafe<AuthChallengeInfo>;
60 friend class base::RefCountedThreadSafe<AuthData>;
  /external/chromium/net/socket_stream/
socket_stream_job.h 66 friend class WebSocketJobTest;
67 friend class base::RefCountedThreadSafe<SocketStreamJob>;
  /external/chromium/net/url_request/
url_request_context_getter.h 49 friend class DeleteTask<const URLRequestContextGetter>;
50 friend struct URLRequestContextGetterTraits;
  /external/chromium/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/clang/include/clang/Index/
Program.h 30 friend class Entity;
31 friend class GlobalSelector;
  /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.

Completed in 676 milliseconds

1 2 3 4 56 7 8 91011>>