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

<<41424344454647484950>>

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 160 friend class BrowserWindowGtk;
161 friend class DraggedTabControllerGtk;
162 friend class InsertTabAnimation;
163 friend class MiniMoveAnimation;
164 friend class MiniTabAnimation;
165 friend class MoveTabAnimation;
166 friend class RemoveTabAnimation;
167 friend class ResizeLayoutAnimation;
168 friend class TabAnimation;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 44 friend struct NodeBuilderContext;
45 friend class NodeBuilder;
46 friend class ExprEngine;
47 friend class CommonNodeBuilder;
48 friend class IndirectGotoNodeBuilder;
49 friend class SwitchNodeBuilder;
50 friend class EndOfFunctionNodeBuilder;
462 friend class IndirectGotoNodeBuilder;
508 friend class SwitchNodeBuilder;
MemRegion.h 81 friend class MemRegionManager;
198 friend class MemRegionManager;
238 friend class MemRegionManager;
264 friend class MemRegionManager;
282 friend class MemRegionManager;
302 friend class MemRegionManager;
320 friend class MemRegionManager;
336 friend class MemRegionManager;
351 friend class MemRegionManager;
387 friend class MemRegionManager
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 101 friend class Document;
349 friend class basic_collection_iterator<MappingNode, KeyValueNode>;
351 template <class T> friend typename T::iterator yaml::begin(T &);
352 template <class T> friend void yaml::skip(T &);
409 friend class basic_collection_iterator<SequenceNode, Node>;
411 template <class T> friend typename T::iterator yaml::begin(T &);
412 template <class T> friend void yaml::skip(T &);
479 friend class Node;
480 friend class document_iterator;
  /frameworks/native/services/sensorservice/
mat.h 172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator * (
204 friend inline mat PURE operator * (const mat& lhs, pTYPE v) {
209 friend inline mat PURE operator * (pTYPE v, const mat& rhs) {
231 friend column_builder<PREV_COLUMN+1> operator << (
240 friend void operator << (
  /external/llvm/include/llvm/
DebugInfo.h 147 friend class DIDescriptor;
172 friend class DIDescriptor;
185 friend class DIDescriptor;
202 friend class DIDescriptor;
282 friend class DIDescriptor;
319 friend class DIDescriptor;
339 friend class DIDescriptor;
348 friend class DIDescriptor;
374 friend class DIDescriptor;
476 friend class DIDescriptor
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 177 friend class base::RefCountedThreadSafe<PersonalDataManager>;
178 friend class AutofillMergeTest;
179 friend class PersonalDataManagerTest;
180 friend class ProfileImpl;
181 friend class ProfileSyncServiceAutofillTest;
183 friend class ProfileImplAndroid;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service.h 146 friend class SyncTaskManager;
147 friend class drive_backend::LocalSyncDelegate;
148 friend class drive_backend::RemoteSyncDelegate;
150 friend class DriveFileSyncServiceFakeTest;
151 friend class DriveFileSyncServiceSyncTest;
152 friend class DriveFileSyncServiceTest;
  /external/chromium_org/v8/src/
handles.h 98 template<class S> friend class Handle;
185 friend class v8::HandleScope;
186 friend class v8::internal::DeferredHandles;
187 friend class v8::internal::HandleScopeImplementer;
188 friend class v8::internal::Isolate;
214 friend class HandleScopeImplementer;
  /external/clang/test/SemaCXX/
enum-scoped.cpp 161 friend enum class E; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}}
162 friend enum class F; // expected-error {{reference to enumeration must use 'enum' not 'enum class'}}
164 friend enum G {}; // expected-error {{forward reference}} expected-error {{cannot define a type in a friend declaration}}
165 friend enum class H {}; // expected-error {{cannot define a type in a friend declaration}}
  /external/openfst/src/include/fst/
rational.h 269 friend class StateIterator< RationalFst<A> >;
270 friend class ArcIterator< RationalFst<A> >;
271 friend void Union<>(RationalFst<A> *fst1, const Fst<A> &fst2);
272 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
273 friend void Concat<>(const Fst<A> &fst1, RationalFst<A> *fst2);
274 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
  /external/stlport/stlport/stl/
_locale.h 88 friend class locale;
89 friend class _Locale_impl;
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
202 friend class _Locale_impl;
278 friend class _Locale_impl;
  /external/v8/src/
liveobjectlist.h 214 friend class LolIterator;
215 friend class LolForwardIterator;
216 friend class LolDumpWriter;
217 friend class RetainersDumpWriter;
218 friend class RetainersSummaryWriter;
219 friend class UpdateLiveObjectListVisitor;
isolate.h 189 friend class Isolate;
358 // These forward declarations are required to make the friend declarations in
414 friend class Isolate;
415 friend class ThreadDataTable;
416 friend class EntryStackItem;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 88 friend class locale;
89 friend class _Locale_impl;
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
202 friend class _Locale_impl;
278 friend class _Locale_impl;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 71 friend class weak_count;
370 friend inline bool operator==(shared_count const & a, shared_count const & b)
375 friend inline bool operator<(shared_count const & a, shared_count const & b)
397 friend class shared_count;
491 friend inline bool operator==(weak_count const & a, weak_count const & b)
496 friend inline bool operator<(weak_count const & a, weak_count const & b)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 86 friend class locale;
87 friend class _Locale_impl;
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
200 friend class _Locale_impl;
276 friend class _Locale_impl;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 86 friend class locale;
87 friend class _Locale_impl;
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
200 friend class _Locale_impl;
276 friend class _Locale_impl;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 88 friend class locale;
89 friend class _Locale_impl;
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
202 friend class _Locale_impl;
278 friend class _Locale_impl;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 88 friend class locale;
89 friend class _Locale_impl;
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
202 friend class _Locale_impl;
278 friend class _Locale_impl;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 88 friend class locale;
89 friend class _Locale_impl;
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
202 friend class _Locale_impl;
278 friend class _Locale_impl;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 29 friend class bitset;
158 friend class __bit_reference<__bitset>;
159 friend class __bit_const_reference<__bitset>;
160 friend class __bit_iterator<__bitset, false>;
161 friend class __bit_iterator<__bitset, true>;
162 friend struct __bit_array<__bitset>;
440 friend class __bit_reference<__bitset>;
441 friend class __bit_const_reference<__bitset>;
442 friend class __bit_iterator<__bitset, false>;
443 friend class __bit_iterator<__bitset, true>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 604 // Friend function injected into enclosing namespace and found by ADL
605 friend inline bool
610 friend class __weak_count<_Lp>;
705 // Friend function injected into enclosing namespace and found by ADL
706 friend inline bool
711 friend class __shared_count<_Lp>;
730 // Friend of __enable_shared_from_this.
737 // Friend of enable_shared_from_this.
1032 friend __shared_ptr<_Tp1, _Lp1>
1040 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 604 // Friend function injected into enclosing namespace and found by ADL
605 friend inline bool
610 friend class __weak_count<_Lp>;
705 // Friend function injected into enclosing namespace and found by ADL
706 friend inline bool
711 friend class __shared_count<_Lp>;
730 // Friend of __enable_shared_from_this.
737 // Friend of enable_shared_from_this.
1032 friend __shared_ptr<_Tp1, _Lp1>
1040 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 604 // Friend function injected into enclosing namespace and found by ADL
605 friend inline bool
610 friend class __weak_count<_Lp>;
705 // Friend function injected into enclosing namespace and found by ADL
706 friend inline bool
711 friend class __shared_count<_Lp>;
730 // Friend of __enable_shared_from_this.
737 // Friend of enable_shared_from_this.
1032 friend __shared_ptr<_Tp1, _Lp1>
1040 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr
    [all...]

Completed in 2769 milliseconds

<<41424344454647484950>>