/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.cpp | 34 TextureCaps::TextureCaps(const TextureCaps &other) = default; member in gl::TextureCaps 36 TextureCaps &TextureCaps::operator=(const TextureCaps &other) = default; member in gl::TextureCaps 139 Extensions::Extensions(const Extensions &other) = default; member in gl::Extensions 141 Extensions &Extensions::operator=(const Extensions &other) = default; member in gl::Extensions 159 Limitations::Limitations(const Limitations &other) = default; member in gl::Limitations 161 Limitations &Limitations::operator=(const Limitations &other) = default; member in gl::Limitations 903 TypePrecision::TypePrecision(const TypePrecision &other) = default; member in gl::TypePrecision 905 TypePrecision &TypePrecision::operator=(const TypePrecision &other) = default; member in gl::TypePrecision 938 Caps::Caps(const Caps &other) = default; member in gl::Caps 940 Caps &Caps::operator=(const Caps &other) member in gl::Caps 1321 ClientExtensions::ClientExtensions(const ClientExtensions &other) = default; global() member in egl::ClientExtensions [all...] |
H A D | Texture.h | 71 ImageDesc(const ImageDesc &other) = default; member 72 ImageDesc &operator=(const ImageDesc &other) = default; member 89 SwizzleState(const SwizzleState &other) = default; member 90 SwizzleState &operator=(const SwizzleState &other) = default; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 240 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkString.cpp | 605 void SkString::swap(SkString& other) { in swap() argument
|
H A D | SkBitmap.cpp | 51 SkBitmap::SkBitmap(SkBitmap&& other) in SkBitmap() argument 72 SkBitmap& SkBitmap::operator=(SkBitmap&& other) { in operator =() argument 83 swap(SkBitmap& other) swap() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.cpp | 84 void GrAATriangulator::makeEvent(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, in makeEvent() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs7.h | 142 ASN1_TYPE *other; member
|
/third_party/openssl/ssl/ |
H A D | ssl_cert.c | 1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) in ssl_security() argument 1111 int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other) in ssl_ctx_security() argument 1028 ssl_security_default_callback(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) ssl_security_default_callback() argument
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 264 x942kdf_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *other, size_t other_len, unsigned char *ctr, unsigned char *derived_key, size_t derived_key_len) x942kdf_hash_kdm() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | chnsecal.cpp | 144 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
|
H A D | listformatter.cpp | 272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() argument 280 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() argument [all...] |
H A D | measfmt.cpp | 376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument 391 operator =(const MeasureFormat &other) operator =() argument [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.h | 105 Type(const Type& other) = delete; member in SkSL::Type 324 bool canCoerceTo(const Type& other, bool allowNarrowing) const { in canCoerceTo() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 292 ObjectFile(const ObjectFile &other) = delete; member in llvm::object::ObjectFile
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 122 Operand(const Operand &other) in Operand() argument 126 Operand &operator=(const Operand &other) { in operator =() argument 266 Address(const Address &other) in Address() argument 269 Address &operator=(const Address &other) { in operator =() argument 363 FieldAddress(const FieldAddress &other) FieldAddress() argument 365 operator =(const FieldAddress &other) operator =() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filteredbrk.cpp | 254 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(const SimpleFilteredSentenceBreakIterator& other) in SimpleFilteredSentenceBreakIterator() argument
|
H A D | locid.cpp | 424 Locale::Locale(const Locale &other) in Locale() argument 435 Locale& Locale::operator=(const Locale& other) { in operator =() argument [all...] |
H A D | rbbi.cpp | 197 RuleBasedBreakIterator::RuleBasedBreakIterator(const RuleBasedBreakIterator& other) in RuleBasedBreakIterator() argument
|
H A D | utrie.cpp | 116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) { in utrie_clone() argument [all...] |
H A D | utrie2_builder.cpp | 249 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder() argument 299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_clone() argument 405 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) utrie2_cloneAsThawed() argument [all...] |
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 246 InvalSet(const InvalSet& other) = delete; member in vixl::InvalSet 247 InvalSet operator=(const InvalSet& other) = delete; member in vixl::InvalSet 869 InvalSetIterator<S>::InvalSetIterator(const InvalSetIterator<S>& other) in InvalSetIterator() argument 890 operator =(InvalSetIterator<S> other) operator =() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 73 MultiPlaneImageData::MultiPlaneImageData (const MultiPlaneImageData& other) in MultiPlaneImageData() argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 542 void Version::InternalSwap(Version* other) { in InternalSwap() argument 899 void CodeGeneratorRequest::InternalSwap(CodeGeneratorRequest* other) { in InternalSwap() argument 1222 InternalSwap(CodeGeneratorResponse_File* other) InternalSwap() argument 1516 InternalSwap(CodeGeneratorResponse* other) InternalSwap() argument [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | message.c | 554 MessageHeader* other; in Message_eq() local
|
/third_party/python/Objects/ |
H A D | rangeobject.c | 477 range_richcompare(PyObject *self, PyObject *other, int op) in range_richcompare() argument
|