| /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...] |
| H A D | type.pb.h | 229 inline void Swap(Type* other) { in Swap() argument 237 void UnsafeArenaSwap(Type* other) { in UnsafeArenaSwap() argument 470 Swap(Field* other) Swap() argument 478 UnsafeArenaSwap(Field* other) UnsafeArenaSwap() argument 841 Swap(Enum* other) Swap() argument 849 UnsafeArenaSwap(Enum* other) UnsafeArenaSwap() argument 1056 Swap(EnumValue* other) Swap() argument 1064 UnsafeArenaSwap(EnumValue* other) UnsafeArenaSwap() argument 1231 Swap(Option* other) Swap() argument 1239 UnsafeArenaSwap(Option* other) UnsafeArenaSwap() 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
|
| H A D | _collectionsmodule.c | 472 deque_inplace_concat(dequeobject *deque, PyObject *other) in deque_inplace_concat() argument 529 deque_concat(dequeobject *deque, PyObject *other) in deque_concat() argument 2139 PyObject *self, *other; defdict_or() local [all...] |
| /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...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_test.cc | 95 base_checker(const base_checker &other) in base_checker() argument 193 base_checker &operator=(const base_checker &other) { in operator =() argument 256 void swap(base_checker &other) { in swap() argument 329 unique_checker(const unique_checker &other) in unique_checker() argument 377 multi_checker(const multi_checker &other) multi_checker() argument 1904 absl::btree_set<int> other; TEST() local 2002 absl::btree_multiset<int> other; TEST() local 2019 absl::btree_map<int, int> other; TEST() local 2043 absl::btree_multimap<int, int> other; TEST() local 2111 absl::btree_set<int> other = {0, 100}; TEST() local 2129 other = {{3, 1}, {3, 2}, {3, 3}}; TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | btree.h | 1191 btree(const btree &other) btree() argument 1192 btree(const btree &other, const allocator_type &alloc) btree() argument 1202 btree(btree &&other, const allocator_type &alloc) btree() argument 1889 copy_or_move_values_in_order(Btree &other) copy_or_move_values_in_order() argument [all...] |
| /third_party/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 187 TextStyle(const TextStyle& other) = default; member in skia::textlayout::TextStyle 188 TextStyle& operator=(const TextStyle& other) member in skia::textlayout::TextStyle [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Run.h | 547 void add(InternalLineMetrics other) { in InternalLineMetrics() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | expand.c | 1703 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) expand_terule_helper() argument 1906 expand_rule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, avrule_t * source_rule, avtab_t * dest_avtab, cond_av_list_t ** cond, cond_av_list_t ** other, int enabled, ebitmap_t * stypes, ebitmap_t * ttypes) expand_rule_helper() argument 1961 convert_and_expand_rule(sepol_handle_t * handle, policydb_t * dest_pol, uint32_t * typemap, avrule_t * source_rule, avtab_t * dest_avtab, cond_av_list_t ** cond, cond_av_list_t ** other, int enabled, int do_neverallow) convert_and_expand_rule() argument 1999 cond_avrule_list_copy(policydb_t * dest_pol, avrule_t * source_rules, avtab_t * dest_avtab, cond_av_list_t ** list, cond_av_list_t ** other, uint32_t * typemap, int enabled, expand_state_t * state) cond_avrule_list_copy() argument 2417 expand_rule(sepol_handle_t * handle, policydb_t * source_pol, avrule_t * source_rule, avtab_t * dest_avtab, cond_av_list_t ** cond, cond_av_list_t ** other, int enabled) expand_rule() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsUniformBlockCase.cpp | 122 VarType::VarType (const VarType& other) in VarType() argument 157 VarType& VarType::operator= (const VarType& other) in operator =() argument [all...] |