HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 426 - 450 of 5617) sorted by null

<<11121314151617181920>>

  /external/chromium_org/webkit/child/
websocketstreamhandle_bridge.h 33 friend class base::RefCountedThreadSafe<WebSocketStreamHandleBridge>;
  /external/chromium_org/webkit/common/
resource_devtools_info.h 31 friend class base::RefCounted<ResourceDevToolsInfo>;
  /external/clang/test/CXX/drs/
dr1xx.cpp 231 friend dr125_A::dr125_B (::dr125_C)(); // ok
232 friend dr125_A (::dr125_B::dr125_C)(); // ok
233 friend dr125_A::dr125_B::dr125_C(); // expected-error {{requires a type specifier}}
240 struct E : private C { friend class A; friend class B; };
355 friend A g(A a) { return a; }
364 friend void f(int, int = 0, int); // expected-error {{friend declaration specifying a default argument must be the only declaration}}
365 friend void g(int, int, int = 0); // expected-error {{friend declaration specifying a default argument must be the only declaration}
    [all...]
  /external/clang/test/CodeGenCXX/
conditional-temporaries.cpp 13 friend const A& operator<<(const A& a, int n) {
  /external/clang/test/Modules/Inputs/
cxx-templates-b.h 35 friend struct RedeclaredAsFriend;
  /external/clang/test/SemaCXX/
pragma-visibility.cpp 28 class bar { template<class T> friend class foo; };
  /external/skia/include/core/
SkTDict.h 102 friend int operator<(const Pair& a, const Pair& b)
106 friend int operator!=(const Pair& a, const Pair& b)
111 friend class Iter;
158 friend class Iter;
  /external/skia/src/animator/
SkDisplayPost.h 55 friend class SkDataInput;
SkDraw3D.h 47 friend class Sk3D_Camera;
SkDrawColor.h 38 friend class SkDrawGradient;
  /external/skia/src/core/
SkAAClip.h 22 friend bool operator==(const SkAAClip&, const SkAAClip&);
23 friend bool operator!=(const SkAAClip& a, const SkAAClip& b) {
87 friend class Builder;
89 friend class BuilderBlitter;
  /external/skia/src/pathops/
SkPathOpsPoint.h 20 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
73 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
75 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
79 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
  /external/skia/src/utils/
SkBase64.h 41 friend class SkImageBaseBitmap;
  /external/webrtc/src/system_wrappers/source/
critical_section_posix.h 31 friend class ConditionVariablePosix;
critical_section_win.h 32 friend class ConditionVariableWindows;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 122 friend class ChainIteratorBase<Self>;
123 friend class ChainIteratorBase<const Self>;
124 friend class EntryIteratorBase<Self>;
125 friend class EntryIteratorBase<const Self>;
  /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;
115 struct NotDeleted6c { Friend a; };
137 struct NotDeleted7i : Friend {};
139 struct NotDeleted7j : virtual Friend {};
    [all...]
  /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.

Completed in 619 milliseconds

<<11121314151617181920>>