Home
last modified time | relevance | path

Searched defs:other (Results 1326 - 1350 of 1839) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.cpp34 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 DTexture.h71 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 Drenderer11_utils.h240 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() argument
[all...]
/third_party/skia/src/core/
H A DSkString.cpp605 void SkString::swap(SkString& other) { in swap() argument
H A DSkBitmap.cpp51 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 DGrAATriangulator.cpp84 void GrAATriangulator::makeEvent(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, in makeEvent() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h142 ASN1_TYPE *other; member
/third_party/openssl/ssl/
H A Dssl_cert.c1106 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 Dx942kdf.c264 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 Dchnsecal.cpp144 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
H A Dlistformatter.cpp272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() argument
280 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() argument
[all...]
H A Dmeasfmt.cpp376 MeasureFormat::MeasureFormat(const MeasureFormat &other) : in MeasureFormat() argument
391 operator =(const MeasureFormat &other) operator =() argument
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLType.h105 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 DObjectFile.h292 ObjectFile(const ObjectFile &other) = delete; member in llvm::object::ObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h122 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 Dfilteredbrk.cpp254 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(const SimpleFilteredSentenceBreakIterator& other) in SimpleFilteredSentenceBreakIterator() argument
H A Dlocid.cpp424 Locale::Locale(const Locale &other) in Locale() argument
435 Locale& Locale::operator=(const Locale& other) { in operator =() argument
[all...]
H A Drbbi.cpp197 RuleBasedBreakIterator::RuleBasedBreakIterator(const RuleBasedBreakIterator& other) in RuleBasedBreakIterator() argument
H A Dutrie.cpp116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) { in utrie_clone() argument
[all...]
H A Dutrie2_builder.cpp249 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 Dinvalset-vixl.h246 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 DvktYCbCrUtil.cpp73 MultiPlaneImageData::MultiPlaneImageData (const MultiPlaneImageData& other) in MultiPlaneImageData() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc542 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 Dmessage.c554 MessageHeader* other; in Message_eq() local
/third_party/python/Objects/
H A Drangeobject.c477 range_richcompare(PyObject *self, PyObject *other, int op) in range_richcompare() argument

Completed in 29 milliseconds

1...<<51525354555657585960>>...74