HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 251 - 275 of 5957) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/base/x/
active_window_watcher_x.h 37 friend struct DefaultSingletonTraits<ActiveWindowWatcherX>;
38 friend class ui::internal::RootWindowPropertyWatcherX;
work_area_watcher_x.h 32 friend struct DefaultSingletonTraits<WorkAreaWatcherX>;
33 friend class ui::internal::RootWindowPropertyWatcherX;
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.h 35 friend class DriAllocator;
36 friend class HardwareDisplayController;
  /external/chromium_org/webkit/child/
worker_task_runner.h 40 friend class WebKitPlatformSupportChildImpl;
41 friend class WorkerTaskRunnerTest;
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp 7 struct PR8019::x { int x; }; // expected-error{{non-friend class member 'x' cannot have a qualified name}}
13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}}
  /external/clang/test/CodeGenCXX/
inline-functions.cpp 37 friend void T::func();
62 friend void f(const A& a) { }
  /external/eigen/demos/mandelbrot/
mandelbrot.h 22 friend class MandelbrotWidget;
38 friend class MandelbrotThread;
  /external/skia/src/animator/
SkDisplayXMLParser.h 58 friend class SkDisplayXMLParser;
87 friend class SkXMLAnimatorWriter;
SkDrawBitmap.h 29 friend class SkDrawTo;
30 friend class SkDrawBitmapShader;
SkDrawPaint.h 75 friend class SkTextToPath;
76 friend class SkSaveLayer;
  /frameworks/av/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/chromium_org/cc/resources/
tile.h 129 friend class TileManager;
130 friend class PrioritizedTileSet;
131 friend class FakeTileManager;
132 friend class BinComparator;
133 friend class FakePictureLayerImpl;
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.h 80 friend class SyncFileSystemServiceFactory;
81 friend class SyncFileSystemServiceTest;
82 friend struct base::DefaultDeleter<SyncFileSystemService>;
83 friend class LocalSyncRunner;
84 friend class RemoteSyncRunner;
  /external/chromium_org/sync/syncable/
syncable_id.h 116 friend scoped_ptr<EntryKernel> UnpackEntry(sql::Statement* statement);
117 friend void BindFields(const EntryKernel& entry,
119 SYNC_EXPORT_PRIVATE friend std::ostream& operator<<(std::ostream& out,
121 friend class MockConnectionManager;
122 friend class SyncableIdTest;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 90 friend class DatabaseManager;
91 friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
92 friend class DatabaseBackend; // FIXME: remove this when the backend has been split out.
93 friend class SQLStatement;
94 friend class SQLTransaction;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 12 friend struct A;
13 friend class A;
14 friend union A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
16 friend enum A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
17 friend enum E; // expected-warning {{befriending enumeration type 'enum E' is a C++11 extension}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 122 template<typename T> friend struct E { // expected-error {{cannot define a type in a friend}}
126 template<typename T> friend struct F; // ok, redecl::F
130 template<typename T> friend struct H; // expected-error {{different kind of symbol}}
138 template<typename T> friend struct K; // ok, redecl::K
  /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/native/include/ui/
GraphicBuffer.h 44 friend class Flattenable<GraphicBuffer>;
130 friend class Surface;
131 friend class BpSurface;
132 friend class BnSurface;
133 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;
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 54 friend TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks);
59 friend TickInterval operator-(const TickTime& lhs, const TickTime& rhs);
73 friend TickInterval operator+(const TickInterval& lhs,
78 friend TickInterval operator-(const TickInterval& lhs,
82 friend bool operator>(const TickInterval& lhs, const TickInterval& rhs);
83 friend bool operator<=(const TickInterval& lhs, const TickInterval& rhs);
84 friend bool operator<(const TickInterval& lhs, const TickInterval& rhs);
85 friend bool operator>=(const TickInterval& lhs, const TickInterval& rhs);
90 friend class TickTime;
91 friend TickInterval operator-(const TickTime& lhs, const TickTime& rhs)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_iterators.h 11 template <class U> friend class output_iterator;
38 template <class U> friend class input_iterator;
60 friend bool operator==(const input_iterator& x, const input_iterator& y)
62 friend bool operator!=(const input_iterator& x, const input_iterator& y)
87 template <class U> friend class forward_iterator;
109 friend bool operator==(const forward_iterator& x, const forward_iterator& y)
111 friend bool operator!=(const forward_iterator& x, const forward_iterator& y)
136 template <class U> friend class bidirectional_iterator;
184 template <class U> friend class random_access_iterator;
213 friend random_access_iterator operator+(difference_type n, random_access_iterator x
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 243 friend E const & exception_detail::set_info( E const &, throw_function const & );
246 friend E const & exception_detail::set_info( E const &, throw_file const & );
249 friend E const & exception_detail::set_info( E const &, throw_line const & );
252 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );
254 friend char const * exception_detail::get_diagnostic_information( exception const &, char const * );
257 friend struct exception_detail::get_info;
258 friend struct exception_detail::get_info<throw_function>;
259 friend struct exception_detail::get_info<throw_file>;
260 friend struct exception_detail::get_info<throw_line>;
261 friend void exception_detail::copy_boost_exception( exception *, exception const * )
    [all...]
  /art/runtime/gc/collector/
mark_sweep.h 455 friend class AddIfReachesAllocSpaceVisitor; // Used by mod-union table.
456 friend class CardScanTask;
457 friend class CheckBitmapVisitor;
458 friend class CheckReferenceVisitor;
459 friend class art::gc::Heap;
460 friend class InternTableEntryIsUnmarked;
461 friend class MarkIfReachesAllocspaceVisitor;
462 friend class ModUnionCheckReferences;
463 friend class ModUnionClearCardVisitor;
464 friend class ModUnionReferenceVisitor
    [all...]

Completed in 1402 milliseconds

<<11121314151617181920>>