/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() argument 762 ContextPtr & operator=(ContextPtr && other) { ptr = other.ptr; other.ptr = nullptr; return *this; } in operator =() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rulebasedcollator.cpp | 140 RuleBasedCollator::RuleBasedCollator(const RuleBasedCollator &other) in RuleBasedCollator() argument 228 RuleBasedCollator &RuleBasedCollator::operator=(const RuleBasedCollator &other) { in operator =() argument [all...] |
H A D | timezone.cpp | 931 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) { in TZEnumeration() argument [all...] |
H A D | tzgnames.cpp | 1299 TimeZoneGenericNames* other = new TimeZoneGenericNames(); in clone() local
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 427 recv_tls_adapter (struct MHD_Connection *connection, void *other, size_t i) in recv_tls_adapter() argument 472 send_tls_adapter(struct MHD_Connection *connection, const void *other, size_t i) send_tls_adapter() argument 1031 recv_param_adapter(struct MHD_Connection *connection, void *other, size_t i) recv_param_adapter() argument 1064 send_param_adapter(struct MHD_Connection *connection, const void *other, size_t i) send_param_adapter() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 399 const SkOpSegment* other = checkEnd->segment(); in computeSector() local
|
H A D | SkOpSegment.cpp | 103 SkOpSegment* other = oPtT->segment(); in activeAngleOther() local 545 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart in findNextOp() local 651 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart in findNextWinding() local 747 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart findNextXor() local 864 SkOpSegment* other = this; markAndChaseDone() local 898 SkOpSegment* other = this; markAndChaseWinding() local 923 SkOpSegment* other = this; markAndChaseWinding() local 1080 SkOpSegment* other; nextChase() local [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 1936 void* other; global() member [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 2156 const Type* ParserImpl::GetSignedIntMatchingShape(const Type* other) { in GetSignedIntMatchingShape() argument 2171 GetUnsignedIntMatchingShape(const Type* other) GetUnsignedIntMatchingShape() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 74 MutableCodePointTrie(const MutableCodePointTrie &other) = delete; member in __anon21079::MutableCodePointTrie 77 MutableCodePointTrie &operator=(const MutableCodePointTrie &other) = delete; member in __anon21079::MutableCodePointTrie 148 MutableCodePointTrie::MutableCodePointTrie(const MutableCodePointTrie &other, UErrorCode &errorCode) : in MutableCodePointTrie() argument 985 int32_t other = allSameBlocks.findOrAdd(i, inc, value); compactWholeDataBlocks() local 1753 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode) umutablecptrie_clone() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 460 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() argument [all...] |
H A D | plugin.pb.h | 169 inline void Swap(Version* other) { in Swap() argument 177 void UnsafeArenaSwap(Version* other) { in UnsafeArenaSwap() argument 370 Swap(CodeGeneratorRequest* other) Swap() argument 378 UnsafeArenaSwap(CodeGeneratorRequest* other) UnsafeArenaSwap() argument 592 Swap(CodeGeneratorResponse_File* other) Swap() argument 600 UnsafeArenaSwap(CodeGeneratorResponse_File* other) UnsafeArenaSwap() argument 792 Swap(CodeGeneratorResponse* other) Swap() argument 800 UnsafeArenaSwap(CodeGeneratorResponse* other) UnsafeArenaSwap() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 911 void ExtensionSet::MergeFrom(const ExtensionSet& other) { in MergeFrom() argument 1084 void ExtensionSet::SwapExtension(ExtensionSet* other, int number) { in SwapExtension() argument [all...] |
H A D | repeated_field.h | 1156 InternalSwap(RepeatedPtrField* other) InternalSwap() argument 1193 RepeatedField(const RepeatedField& other) RepeatedField() argument 1217 operator =( const RepeatedField& other) operator =() argument 1243 CopyFrom(other); global() variable 1245 InternalSwap(&other); global() variable 1416 MergeFrom(const RepeatedField& other) MergeFrom() argument 1427 CopyFrom(const RepeatedField& other) CopyFrom() argument 1460 InternalSwap(RepeatedField* other) InternalSwap() argument 1475 Swap(RepeatedField* other) Swap() argument 1488 UnsafeArenaSwap(RepeatedField* other) UnsafeArenaSwap() argument 1677 Swap(RepeatedPtrFieldBase* other) Swap() argument 1686 SwapFallback(RepeatedPtrFieldBase* other) SwapFallback() argument 1800 MergeFrom(const RepeatedPtrFieldBase& other) MergeFrom() argument 1807 MergeFromInternal( const RepeatedPtrFieldBase& other, void (RepeatedPtrFieldBase::*inner_loop)(void**, void**, int, int)) MergeFromInternal() argument 1851 CopyFrom(const RepeatedPtrFieldBase& other) CopyFrom() argument 2102 RepeatedPtrField( const RepeatedPtrField& other) RepeatedPtrField() argument 2127 operator =( const RepeatedPtrField& other) operator =() argument 2154 CopyFrom(other); global() variable 2156 InternalSwap(&other); global() variable 2299 MergeFrom( const RepeatedPtrField& other) MergeFrom() argument 2305 CopyFrom(const RepeatedPtrField& other) CopyFrom() argument 2335 Swap(RepeatedPtrField* other) Swap() argument 2341 UnsafeArenaSwap( RepeatedPtrField* other) UnsafeArenaSwap() argument 2438 RepeatedPtrIterator(const RepeatedPtrIterator<OtherElement>& other) RepeatedPtrIterator() argument 2590 InternalSwap(RepeatedPtrFieldBase* other) InternalSwap() argument [all...] |
/third_party/python/Objects/ |
H A D | codeobject.c | 1667 code_richcompare(PyObject *self, PyObject *other, int op) in code_richcompare() argument
|
H A D | listobject.c | 1008 list_inplace_concat(PyListObject *self, PyObject *other) in list_inplace_concat() argument
|
H A D | bytearrayobject.c | 294 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() argument 1030 bytearray_richcompare(PyObject *self, PyObject *other, int op) in bytearray_richcompare() argument
|
H A D | setobject.c | 560 PySetObject *other; in set_merge() local 881 set_update_internal(PySetObject *so, PyObject *other) set_update_internal() argument 935 PyObject *other = PyTuple_GET_ITEM(args, i); set_update() local 1124 PyObject *other; set_union() local 1149 set_or(PySetObject *so, PyObject *other) set_or() argument 1169 set_ior(PySetObject *so, PyObject *other) set_ior() argument 1181 set_intersection(PySetObject *so, PyObject *other) set_intersection() argument 1274 PyObject *other = PyTuple_GET_ITEM(args, i); set_intersection_multi() local 1292 set_intersection_update(PySetObject *so, PyObject *other) set_intersection_update() argument 1321 set_and(PySetObject *so, PyObject *other) set_and() argument 1329 set_iand(PySetObject *so, PyObject *other) set_iand() argument 1344 set_isdisjoint(PySetObject *so, PyObject *other) set_isdisjoint() argument 1406 set_difference_update_internal(PySetObject *so, PyObject *other) set_difference_update_internal() argument 1469 PyObject *other = PyTuple_GET_ITEM(args, i); set_difference_update() local 1480 set_copy_and_difference(PySetObject *so, PyObject *other) set_copy_and_difference() argument 1494 set_difference(PySetObject *so, PyObject *other) set_difference() argument 1573 PyObject *result, *other; set_difference_multi() local 1598 set_sub(PySetObject *so, PyObject *other) set_sub() argument 1606 set_isub(PySetObject *so, PyObject *other) set_isub() argument 1617 set_symmetric_difference_update(PySetObject *so, PyObject *other) set_symmetric_difference_update() argument 1685 set_symmetric_difference(PySetObject *so, PyObject *other) set_symmetric_difference() argument 1708 set_xor(PySetObject *so, PyObject *other) set_xor() argument 1716 set_ixor(PySetObject *so, PyObject *other) set_ixor() argument 1731 set_issubset(PySetObject *so, PyObject *other) set_issubset() argument 1767 set_issuperset(PySetObject *so, PyObject *other) set_issuperset() argument [all...] |
/third_party/python/Modules/ |
H A D | _struct.c | 2417 formatdef *other, *ptr; in _structmodule_exec() local
|
H A D | _xxsubinterpretersmodule.c | 1613 channelid_richcompare(PyObject *self, PyObject *other, int op) in channelid_richcompare() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageV3.java | 1810 protected final void mergeExtensionFields(final ExtendableMessage other) { in mergeExtensionFields() argument
|
H A D | GeneratedMessage.java | 1589 protected final void mergeExtensionFields(final ExtendableMessage other) { in mergeExtensionFields() argument
|
H A D | GeneratedMessageLite.java | 512 protected final void mergeExtensionFields(final MessageType other) { in mergeExtensionFields() argument 1140 public int compareTo(ExtensionDescriptor other) { in compareTo() argument 118 equals( Object other) equals() argument [all...] |
H A D | Descriptors.java | 1238 public int compareTo(final FieldDescriptor other) { in compareTo() argument [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 333 static int DescriptorSequence_Equal(PyContainer* self, PyObject* other) { in DescriptorSequence_Equal() argument 377 DescriptorMapping_Equal(PyContainer* self, PyObject* other) DescriptorMapping_Equal() argument 423 RichCompare(PyContainer* self, PyObject* other, int opid) RichCompare() argument [all...] |