/external/libchrome/base/threading/ |
D | thread_restrictions.h | 193 friend class content::BrowserShutdownProfileDumper; 194 friend class content::BrowserSurfaceViewManager; 195 friend class content::BrowserTestBase; 196 friend class content::NestedMessagePumpAndroid; 197 friend class content::ScopedAllowWaitForAndroidLayoutTests; 198 friend class content::ScopedAllowWaitForDebugURL; 199 friend class ::HistogramSynchronizer; 200 friend class ::ScopedAllowWaitForLegacyWebViewApi; 201 friend class cc::CompletionEvent; 202 friend class cc::SingleThreadTaskGraphRunner; [all …]
|
/external/pdfium/xfa/fgas/localization/ |
D | fgas_datetime.h | 90 friend CFX_Unitime operator+(const CFX_Unitime& t1, const CFX_Unitime& t2) { 93 friend CFX_Unitime operator+(const CFX_Unitime& t1, FX_UNITIME t2) { 96 friend CFX_Unitime operator+(FX_UNITIME t1, const CFX_Unitime& t2) { 99 friend CFX_Unitime operator-(const CFX_Unitime& t1, const CFX_Unitime& t2) { 102 friend CFX_Unitime operator-(const CFX_Unitime& t1, FX_UNITIME t2) { 105 friend CFX_Unitime operator-(FX_UNITIME t1, const CFX_Unitime& t2) { 108 friend bool operator==(const CFX_Unitime& t1, const CFX_Unitime& t2) { 111 friend bool operator==(const CFX_Unitime& t1, FX_UNITIME t2) { 114 friend bool operator==(FX_UNITIME t1, const CFX_Unitime& t2) { 117 friend bool operator!=(const CFX_Unitime& t1, const CFX_Unitime& t2) { [all …]
|
/external/libcxx/test/support/ |
D | min_allocator.h | 41 friend bool operator==(bare_allocator, bare_allocator) {return true;} 42 friend bool operator!=(bare_allocator x, bare_allocator y) {return !(x == y);} 79 friend bool operator==(no_default_allocator, no_default_allocator) {return true;} 80 friend bool operator!=(no_default_allocator x, no_default_allocator y) {return !(x == y);} 130 friend bool operator==(malloc_allocator, malloc_allocator) {return true;} 131 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);} 157 friend bool operator==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;} 158 friend bool operator!=(min_pointer x, min_pointer y) {return !(x == y);} 159 template <class U, class XID> friend class min_pointer; 179 friend bool operator==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;} [all …]
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.h | 366 friend class GrAtlasTextBlob; // for access to add[Mesh]DrawOp 367 friend class GrStencilAndCoverTextContext; // for access to add[Mesh]DrawOp 369 friend class GrDrawingManager; // for ctor 370 friend class GrRenderTargetContextPriv; 371 friend class GrSWMaskHelper; // for access to add[Mesh]DrawOp 374 friend class GrSoftwarePathRenderer; // for access to add[Mesh]DrawOp 375 friend class GrAAConvexPathRenderer; // for access to add[Mesh]DrawOp 376 friend class GrDashLinePathRenderer; // for access to add[Mesh]DrawOp 377 friend class GrAAHairLinePathRenderer; // for access to add[Mesh]DrawOp 378 friend class GrAALinearizingConvexPathRenderer; // for access to add[Mesh]DrawOp [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 365 friend class ::google::protobuf::descriptor_unittest::DescriptorTest; 368 friend class ::google::protobuf::io::Printer; 418 friend class DescriptorBuilder; 419 friend class EnumDescriptor; 420 friend class FieldDescriptor; 421 friend class OneofDescriptor; 422 friend class MethodDescriptor; 423 friend class FileDescriptor; 656 friend class ::google::protobuf::io::Printer; 728 friend class DescriptorBuilder; [all …]
|
D | wrappers.pb.h | 128 friend class ::google::protobuf::Arena; 134 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 135 friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); 136 friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); 219 friend class ::google::protobuf::Arena; 225 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 226 friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); 227 friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); 310 friend class ::google::protobuf::Arena; 316 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); [all …]
|
/external/llvm/include/llvm/IR/ |
D | ValueSymbolTable.h | 35 friend class Value; 36 friend class SymbolTableListTraits<Argument>; 37 friend class SymbolTableListTraits<BasicBlock>; 38 friend class SymbolTableListTraits<Instruction>; 39 friend class SymbolTableListTraits<Function>; 40 friend class SymbolTableListTraits<GlobalVariable>; 41 friend class SymbolTableListTraits<GlobalAlias>; 42 friend class SymbolTableListTraits<GlobalIFunc>;
|
/external/webrtc/webrtc/test/ |
D | rtcp_packet_parser.h | 52 friend class RtcpPacketParser; 70 friend class RtcpPacketParser; 94 friend class RtcpPacketParser; 110 friend class RtcpPacketParser; 123 friend class RtcpPacketParser; 139 friend class RtcpPacketParser; 153 friend class RtcpPacketParser; 171 friend class RtcpPacketParser; 193 friend class RtcpPacketParser; 212 friend class RtcpPacketParser; [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | 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/webrtc/webrtc/system_wrappers/include/ |
D | tick_util.h | 62 friend TickTime operator+(const TickTime lhs, const int64_t ticks); 66 friend TickInterval operator-(const TickTime& lhs, const TickTime& rhs); 84 friend TickInterval operator+(const TickInterval& lhs, 89 friend TickInterval operator-(const TickInterval& lhs, 93 friend bool operator>(const TickInterval& lhs, const TickInterval& rhs); 94 friend bool operator<=(const TickInterval& lhs, const TickInterval& rhs); 95 friend bool operator<(const TickInterval& lhs, const TickInterval& rhs); 96 friend bool operator>=(const TickInterval& lhs, const TickInterval& rhs); 99 friend class TickTime; 100 friend TickInterval operator-(const TickTime& lhs, const TickTime& rhs);
|
/external/v8/tools/clang/plugins/tests/ |
D | base_refcounted.h | 50 friend class base::RefCounted<PublicRefCountedDtorInHeader>; 62 friend class base::RefCountedThreadSafe< 76 friend class base::RefCounted<ProtectedRefCountedDtorInHeader>; 89 friend class base::RefCounted<ProtectedRefCountedVirtualDtorInHeader>; 101 friend class base::RefCounted<PrivateRefCountedDtorInHeader>; 155 friend class base::RefCounted<ImplementsAPublicInterface>; 171 friend class base::RefCounted<ImplementsAnImplicitInterface>; 183 friend class base::RefCounted<PrivatelyImplementsAPublicInterface>; 206 friend class base::RefCounted<RefcountedType>;
|
/external/skia/include/core/ |
D | SkPixelRef.h | 149 friend class SkSurface_Raster; // For the two methods above. 151 friend class SkImage_Raster; 152 friend class SkSpecialImage_Raster; 155 friend class SkImage_Gpu; 156 friend class SkImage_Lazy; 157 friend class SkSpecialImage_Gpu; 158 friend void SkBitmapCache_setImmutableWithID(SkPixelRef*, uint32_t);
|
/external/libtextclassifier/util/utf8/ |
D | unicodetext.h | 103 friend bool operator==(const CI& lhs, const CI& rhs) { 106 friend bool operator!=(const CI& lhs, const CI& rhs) { 109 friend bool operator<(const CI& lhs, const CI& rhs); 110 friend bool operator>(const CI& lhs, const CI& rhs) { return rhs < lhs; } 111 friend bool operator<=(const CI& lhs, const CI& rhs) { 114 friend bool operator>=(const CI& lhs, const CI& rhs) { 132 friend class UnicodeText; 156 friend class const_iterator;
|
/external/clang/include/clang/Edit/ |
D | FileOffset.h | 37 friend bool operator==(FileOffset LHS, FileOffset RHS) { 40 friend bool operator!=(FileOffset LHS, FileOffset RHS) { 43 friend bool operator<(FileOffset LHS, FileOffset RHS) { 46 friend bool operator>(FileOffset LHS, FileOffset RHS) { 49 friend bool operator>=(FileOffset LHS, FileOffset RHS) { 52 friend bool operator<=(FileOffset LHS, FileOffset RHS) {
|
/external/clang/test/PCH/ |
D | cxx-friends.h | 5 friend class F; 15 template<typename> friend class future_base::setter; 22 friend void doNotDeserialize(); 34 template <class U> friend struct valarray; 35 template <class U> friend U *begin(valarray<U> &v);
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 240 friend const mpreal operator-(const unsigned long int b, const mpreal& a); 241 friend const mpreal operator-(const unsigned int b, const mpreal& a); 242 friend const mpreal operator-(const long int b, const mpreal& a); 243 friend const mpreal operator-(const int b, const mpreal& a); 244 friend const mpreal operator-(const double b, const mpreal& a); 269 friend const mpreal operator/(const unsigned long int b, const mpreal& a); 270 friend const mpreal operator/(const unsigned int b, const mpreal& a); 271 friend const mpreal operator/(const long int b, const mpreal& a); 272 friend const mpreal operator/(const int b, const mpreal& a); 273 friend const mpreal operator/(const double b, const mpreal& a); [all …]
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 171 friend class MinidumpThread; 172 friend class MinidumpException; 236 friend class MinidumpThread; 237 friend class MinidumpMemoryList; 297 friend class MinidumpThreadList; 338 friend class Minidump; 417 friend class MinidumpModuleList; 507 friend class Minidump; 558 friend class Minidump; 559 friend class MockMinidumpMemoryList; [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 196 friend class SVal; 218 friend class SVal; 229 friend class SVal; 247 friend class SVal; 257 friend class SVal; 276 friend class SVal; 297 friend class SVal; 328 friend class SVal; 358 friend class SVal; 371 friend class ento::SValBuilder; [all …]
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.h | 67 friend class PDF417HighLevelEncoder_EncodeNumeric_Test; 68 friend class PDF417HighLevelEncoder_EncodeBinary_Test; 69 friend class PDF417HighLevelEncoder_EncodeText_Test; 70 friend class PDF417HighLevelEncoder_ConsecutiveDigitCount_Test; 71 friend class PDF417HighLevelEncoder_ConsecutiveTextCount_Test; 72 friend class PDF417HighLevelEncoder_ConsecutiveBinaryCount_Test;
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 234 friend class ProgramPoint; 255 friend class ProgramPoint; 278 friend class ProgramPoint; 295 friend class ProgramPoint; 319 friend class ProgramPoint; 334 friend class ProgramPoint; 349 friend class ProgramPoint; 363 friend class ProgramPoint; 377 friend class ProgramPoint; 391 friend class ProgramPoint; [all …]
|
/external/protobuf/gtest/include/gtest/ |
D | gtest.h | 343 friend class internal::TestInfoImpl; 530 friend class TestInfo; 531 friend class UnitTest; 532 friend class internal::DefaultGlobalTestPartResultReporter; 533 friend class internal::ExecDeathTest; 534 friend class internal::TestInfoImpl; 535 friend class internal::TestResultAccessor; 536 friend class internal::UnitTestImpl; 537 friend class internal::WindowsDeathTest; 648 friend class internal::DefaultDeathTestFactory; [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ilist_node.h | 29 friend struct ilist_traits<NodeTy>; 30 friend struct ilist_half_embedded_sentinel_traits<NodeTy>; 49 friend struct ilist_nextprev_traits<NodeTy>; 50 friend struct ilist_traits<NodeTy>; 51 friend struct ilist_half_embedded_sentinel_traits<NodeTy>; 52 friend struct ilist_embedded_sentinel_traits<NodeTy>;
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 82 friend class Stmt; in LLVM_ALIGNAS() 90 friend class CompoundStmt; in LLVM_ALIGNAS() 97 friend class IfStmt; in LLVM_ALIGNAS() 104 friend class Expr; in LLVM_ALIGNAS() 105 friend class DeclRefExpr; // computeDependence in LLVM_ALIGNAS() 106 friend class InitListExpr; // ctor in LLVM_ALIGNAS() 107 friend class DesignatedInitExpr; // ctor in LLVM_ALIGNAS() 108 friend class BlockDeclRefExpr; // ctor in LLVM_ALIGNAS() 109 friend class ASTStmtReader; // deserialization in LLVM_ALIGNAS() 110 friend class CXXNewExpr; // ctor in LLVM_ALIGNAS() [all …]
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 89 friend bool operator==(const ReturnAdjustment &LHS, 94 friend bool operator!=(const ReturnAdjustment &LHS, const ReturnAdjustment &RHS) { 98 friend bool operator<(const ReturnAdjustment &LHS, 157 friend bool operator==(const ThisAdjustment &LHS, 162 friend bool operator!=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) { 166 friend bool operator<(const ThisAdjustment &LHS, 199 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) {
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 349 friend class TestInfo; 541 friend class TestInfo; 542 friend class TestCase; 543 friend class UnitTest; 544 friend class internal::DefaultGlobalTestPartResultReporter; 545 friend class internal::ExecDeathTest; 546 friend class internal::TestResultAccessor; 547 friend class internal::UnitTestImpl; 548 friend class internal::WindowsDeathTest; 680 friend class internal::DefaultDeathTestFactory; [all …]
|