Home
last modified time | relevance | path

Searched refs:friend (Results 1 – 25 of 2382) sorted by relevance

12345678910>>...96

/external/libchrome/base/threading/
Dthread_restrictions.h251 friend class android_webview::ScopedAllowInitGLBindings;
252 friend class content::BrowserProcessSubThread;
253 friend class content::GpuProcessTransportFactory;
254 friend class cronet::CronetPrefsManager;
255 friend class cronet::CronetURLRequestContext;
256 friend class media::AudioInputDevice;
257 friend class mojo::CoreLibraryInitializer;
258 friend class resource_coordinator::TabManagerDelegate; // crbug.com/778703
259 friend class ui::MaterialDesignController;
260 friend class ScopedAllowBlockingForTesting;
[all …]
/external/skia/include/gpu/
DGrBackendSurface.h211 friend class SkImage;
212 friend class SkImage_Gpu;
213 friend class SkImage_GpuBase;
214 friend class SkImage_GpuYUVA;
215 friend class SkPromiseImageHelper;
216 friend class SkSurface;
217 friend class GrAHardwareBufferImageGenerator;
218 friend class GrBackendTextureImageGenerator;
219 friend class GrProxyProvider;
220 friend class GrGpu;
[all …]
/external/skqp/include/gpu/
DGrBackendSurface.h209 friend class SkImage;
210 friend class SkImage_Gpu;
211 friend class SkImage_GpuBase;
212 friend class SkImage_GpuYUVA;
213 friend class SkPromiseImageHelper;
214 friend class SkSurface;
215 friend class GrAHardwareBufferImageGenerator;
216 friend class GrBackendTextureImageGenerator;
217 friend class GrProxyProvider;
218 friend class GrGpu;
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h85 friend std::ostream& operator<<(std::ostream& out, const XlaOp& op) {
97 friend class XlaBuilder;
710 friend XlaOp Parameter(XlaBuilder* builder, int64 parameter_number,
712 friend XlaOp ConstantLiteral(XlaBuilder* builder,
715 friend XlaOp Broadcast(const XlaOp& operand,
718 friend XlaOp BroadcastInDim(
722 friend XlaOp Pad(const XlaOp& operand, const XlaOp& padding_value,
725 friend XlaOp Reshape(const XlaOp& operand, absl::Span<const int64> dimensions,
728 friend XlaOp Reshape(const XlaOp& operand, absl::Span<const int64> new_sizes);
730 friend XlaOp Collapse(const XlaOp& operand,
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h369 friend struct impl::MacroProps;
370 friend class ScientificNotation;
373 friend class impl::NumberFormatterImpl;
374 friend class impl::ScientificModifier;
375 friend class impl::ScientificHandler;
378 friend class impl::GeneratorHelpers;
429 friend class Notation;
432 friend class impl::NumberPropertyMapper;
794 friend struct impl::MacroProps;
795 friend struct impl::MicroProps;
[all …]
/external/libcxx/test/support/
Dmin_allocator.h42 friend bool operator==(bare_allocator, bare_allocator) {return true;}
43 friend bool operator!=(bare_allocator x, bare_allocator y) {return !(x == y);}
80 friend bool operator==(no_default_allocator, no_default_allocator) {return true;}
81 friend bool operator!=(no_default_allocator x, no_default_allocator y) {return !(x == y);}
131 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
132 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
211 friend bool operator==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;}
212 friend bool operator!=(min_pointer x, min_pointer y) {return !(x == y);}
213 template <class U, class XID> friend class min_pointer;
233 friend bool operator==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;}
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dsync_call_restrictions.h88 friend class content::SynchronousCompositorHost;
90 friend class leveldb::LevelDBMojoProxy;
92 friend class prefs::PersistentPrefStoreClient;
94 friend class sync_preferences::PrefServiceSyncable;
95 friend class mojo::ScopedAllowSyncCallForTesting;
97 friend class ::ChromeSelectFileDialogFactory;
99 friend class ui::ClipboardClient;
102 friend class viz::HostFrameSinkManager;
104 friend class content::BlinkTestController;
107 friend class ui::HostContextFactoryPrivate;
[all …]
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h242 friend class ::grpc::testing::InteropServerContextInspector;
243 friend class ::grpc::testing::ServerContextTestSpouse;
244 friend class ::grpc::ServerInterface;
245 friend class ::grpc::Server;
247 friend class ::grpc::ServerAsyncReader;
249 friend class ::grpc::ServerAsyncWriter;
251 friend class ::grpc::ServerAsyncResponseWriter;
253 friend class ::grpc::ServerAsyncReaderWriter;
255 friend class ::grpc::ServerReader;
257 friend class ::grpc::ServerWriter;
[all …]
Dbyte_buffer.h138 friend class SerializationTraits<ByteBuffer, void>;
139 friend class ServerInterface;
140 friend class internal::CallOpSendMessage;
142 friend class internal::CallOpRecvMessage;
143 friend class internal::CallOpGenericRecvMessage;
144 friend class internal::MethodHandler;
146 friend class internal::RpcMethodHandler;
148 friend class internal::ServerStreamingHandler;
150 friend class internal::ErrorMethodHandler;
152 friend class internal::DeserializeFuncType;
[all …]
Dcompletion_queue.h250 friend class ::grpc::ClientReader;
252 friend class ::grpc::ClientWriter;
254 friend class ::grpc::ClientReaderWriter;
256 friend class ::grpc::ServerReader;
258 friend class ::grpc::ServerWriter;
260 friend class ::grpc::internal::ServerReaderWriterBody;
262 friend class ::grpc::internal::RpcMethodHandler;
264 friend class ::grpc::internal::ClientStreamingHandler;
266 friend class ::grpc::internal::ServerStreamingHandler;
268 friend class ::grpc::internal::TemplatedBidiStreamingHandler;
[all …]
Dchannel_interface.h93 friend class ::grpc::ClientReader;
95 friend class ::grpc::ClientWriter;
97 friend class ::grpc::ClientReaderWriter;
99 friend class ::grpc::internal::ClientAsyncReaderFactory;
101 friend class ::grpc::internal::ClientAsyncWriterFactory;
103 friend class ::grpc::internal::ClientAsyncReaderWriterFactory;
105 friend class ::grpc::internal::ClientAsyncResponseReaderFactory;
107 friend class ::grpc::internal::BlockingUnaryCallImpl;
109 friend class ::grpc::internal::CallbackUnaryCallImpl;
110 friend class ::grpc::internal::RpcMethod;
Dclient_context.h374 friend class ::grpc::testing::InteropClientContextInspector;
375 friend class ::grpc::internal::CallOpClientRecvStatus;
376 friend class ::grpc::internal::CallOpRecvInitialMetadata;
377 friend class Channel;
379 friend class ::grpc::ClientReader;
381 friend class ::grpc::ClientWriter;
383 friend class ::grpc::ClientReaderWriter;
385 friend class ::grpc::ClientAsyncReader;
387 friend class ::grpc::ClientAsyncWriter;
389 friend class ::grpc::ClientAsyncReaderWriter;
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.h365 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 …]
/external/libcxx/include/
Dcompare91 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam…
92 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v…
93 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam…
94 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v…
97 …_LIBCPP_INLINE_VISIBILITY friend constexpr weak_equality operator<=>(weak_equality __v, _CmpUnspec…
98 …_LIBCPP_INLINE_VISIBILITY friend constexpr weak_equality operator<=>(_CmpUnspecifiedParam, weak_eq…
157 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(strong_equality __v, _CmpUnspecifiedPar…
158 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(strong_equality __v, _CmpUnspecifiedPar…
159 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, strong_equality _…
160 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_equality _…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h185 friend bool operator==(const MachineInstrBundleIterator &L,
189 friend bool operator==(const MachineInstrBundleIterator &L,
193 friend bool operator==(const const_instr_iterator &L,
197 friend bool operator==(const MachineInstrBundleIterator &L,
201 friend bool operator==(const nonconst_instr_iterator &L,
205 friend bool operator==(const MachineInstrBundleIterator &L, const_pointer R) {
208 friend bool operator==(const_pointer L, const MachineInstrBundleIterator &R) {
211 friend bool operator==(const MachineInstrBundleIterator &L,
215 friend bool operator==(const_reference L,
220 friend bool operator!=(const MachineInstrBundleIterator &L,
[all …]
/external/libchrome/base/test/
Dmove_only_int.h26 friend bool operator==(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
30 friend bool operator!=(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
34 friend bool operator<(const MoveOnlyInt& lhs, int rhs) {
38 friend bool operator<(int lhs, const MoveOnlyInt& rhs) {
42 friend bool operator<(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
46 friend bool operator>(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
50 friend bool operator<=(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
54 friend bool operator>=(const MoveOnlyInt& lhs, const MoveOnlyInt& rhs) {
/external/libxcam/modules/ocl/
Dcl_context.h48 friend class CLDevice;
49 friend class CLKernel;
50 friend class CLMemory;
51 friend class CLBuffer;
52 friend class CLSubBuffer;
53 friend class CLImage;
54 friend class CLImage2D;
55 friend class CLImage2DArray;
57 friend class CLVaBuffer;
58 friend class CLVaImage;
[all …]
/external/webrtc/webrtc/test/
Drtcp_packet_parser.h52 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/llvm/include/llvm/IR/
DValueSymbolTable.h35 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueSymbolTable.h39 friend class SymbolTableListTraits<Argument>;
40 friend class SymbolTableListTraits<BasicBlock>;
41 friend class SymbolTableListTraits<Function>;
42 friend class SymbolTableListTraits<GlobalAlias>;
43 friend class SymbolTableListTraits<GlobalIFunc>;
44 friend class SymbolTableListTraits<GlobalVariable>;
45 friend class SymbolTableListTraits<Instruction>;
46 friend class Value;
/external/skqp/src/gpu/
DGrRenderTargetContext.h439 friend class GrAtlasTextBlob; // for access to add[Mesh]DrawOp
440 friend class GrClipStackClip; // for access to getOpList
442 friend class GrDrawingManager; // for ctor
443 friend class GrRenderTargetContextPriv;
446 friend class GrSoftwarePathRenderer; // for access to add[Mesh]DrawOp
447 friend class GrAAConvexPathRenderer; // for access to add[Mesh]DrawOp
448 friend class GrDashLinePathRenderer; // for access to add[Mesh]DrawOp
449 friend class GrAAHairLinePathRenderer; // for access to add[Mesh]DrawOp
450 friend class GrAALinearizingConvexPathRenderer; // for access to add[Mesh]DrawOp
451 friend class GrSmallPathRenderer; // for access to add[Mesh]DrawOp
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Dtick_util.h62 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/libcxx/include/support/win32/
Dlocale_win32.h41 friend bool operator==(const locale_t& __left, const locale_t& __right) {
45 friend bool operator==(const locale_t& __left, int __right) {
49 friend bool operator==(const locale_t& __left, long long __right) {
53 friend bool operator==(const locale_t& __left, std::nullptr_t) {
57 friend bool operator==(int __left, const locale_t& __right) {
61 friend bool operator==(std::nullptr_t, const locale_t& __right) {
65 friend bool operator!=(const locale_t& __left, const locale_t& __right) {
69 friend bool operator!=(const locale_t& __left, int __right) {
73 friend bool operator!=(const locale_t& __left, long long __right) {
77 friend bool operator!=(const locale_t& __left, std::nullptr_t __right) {
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DValueSymbolTable.h35 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/v8/tools/clang/plugins/tests/
Dbase_refcounted.h50 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>;

12345678910>>...96