| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | messagepattern.cpp | 98 UBool equals(const MessagePatternList<T, stackCapacity> &other, int32_t length) const { in equals() argument 186 MessagePattern::MessagePattern(const MessagePattern &other) in MessagePattern() argument 110 copyFrom( const MessagePatternList<T, stackCapacity> &other, int32_t length, UErrorCode &errorCode) copyFrom() argument 199 operator =(const MessagePattern &other) operator =() argument 216 copyStorage(const MessagePattern &other, UErrorCode &errorCode) copyStorage() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 702 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() argument 391 copyFrom( const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) copyFrom() argument 707 DenseMap(DenseMap &&other) DenseMap() argument 737 operator =(const DenseMap& other) operator =() argument 743 operator =(DenseMap &&other) operator =() argument 751 copyFrom(const DenseMap& other) copyFrom() argument 881 SmallDenseMap(const SmallDenseMap &other) SmallDenseMap() argument 886 SmallDenseMap(SmallDenseMap &&other) SmallDenseMap() argument 974 operator =(const SmallDenseMap& other) operator =() argument 980 operator =(SmallDenseMap &&other) operator =() argument 988 copyFrom(const SmallDenseMap& other) copyFrom() argument [all...] |
| H A D | STLExtras.h | 609 bool test(const zip_shortest<Iters...> &other, in test() argument 721 bool test(const zip_longest_iterator<Iters...> &other, in test() argument [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | operands-aarch64.h | 113 void Combine(const CPURegList& other) { in Combine() argument 123 void Remove(const CPURegList& other) { in Remove() argument 131 Combine(const CPURegister& other) Combine() argument 137 Remove(const CPURegister& other) Remove() argument 961 IsSameCPURegisterType(const GenericOperand& other) IsSameCPURegisterType() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MessageSchema.java | 795 public boolean equals(T message, T other) { in equals() argument 817 private boolean equals(T message, T other, int pos) { in equals() argument 1178 mergeFrom(T message, T other) mergeFrom() argument 1194 mergeSingleField(T message, T other, int pos) mergeSingleField() argument 1377 mergeMessage(T message, T other, int pos) mergeMessage() argument 1397 mergeOneofMessage(T message, T other, int pos) mergeOneofMessage() argument 5788 arePresentForEquals(T message, T other, int pos) arePresentForEquals() argument 5878 isOneofCaseEqual(T message, T other, int pos) isOneofCaseEqual() argument [all...] |
| H A D | SchemaUtil.java | 885 mergeExtensions( ExtensionSchema<FT> schema, T message, T other) mergeExtensions() argument 894 mergeUnknownFields( UnknownFieldSchema<UT, UB> schema, T message, T other) mergeUnknownFields() argument
|
| H A D | ByteString.java | 568 public final ByteString concat(ByteString other) { in concat() argument 898 abstract boolean equalsRange(ByteString other, int offset, int length); in equalsRange() argument 1419 public final boolean equals(Object other) { in equals() argument 1461 equalsRange(ByteString other, int offset, int length) equalsRange() argument [all...] |
| /third_party/python/Objects/ |
| H A D | odictobject.c | 863 PyObject *other; in odict_or() local 887 odict_inplace_or(PyObject *self, PyObject *other) in odict_inplace_or() argument 2270 PyObject *other in mutablemapping_update() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | api.pb.h | 126 inline void Swap(Api* other) { in Swap() argument 134 void UnsafeArenaSwap(Api* other) { in UnsafeArenaSwap() argument 379 Swap(Method* other) Swap() argument 387 UnsafeArenaSwap(Method* other) UnsafeArenaSwap() argument 612 Swap(Mixin* other) Swap() argument 620 UnsafeArenaSwap(Mixin* other) UnsafeArenaSwap() argument [all...] |
| H A D | map.h | 314 Map(const Map& other) Map() argument 332 swap(other); global() variable 1224 operator =(const Map& other) operator =() argument 1232 swap(Map& other) swap() argument [all...] |
| H A D | struct.pb.h | 188 inline void Swap(Struct* other) { in Swap() argument 196 void UnsafeArenaSwap(Struct* other) { in UnsafeArenaSwap() argument 349 Swap(Value* other) Swap() argument 357 UnsafeArenaSwap(Value* other) UnsafeArenaSwap() argument 594 Swap(ListValue* other) Swap() argument 602 UnsafeArenaSwap(ListValue* other) UnsafeArenaSwap() argument [all...] |
| H A D | type.pb.cc | 728 void Type::InternalSwap(Type* other) { in InternalSwap() argument 1212 void Field::InternalSwap(Field* other) { in InternalSwap() argument 1570 InternalSwap(Enum* other) InternalSwap() argument 1844 InternalSwap(EnumValue* other) InternalSwap() argument 2104 InternalSwap(Option* other) InternalSwap() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | inlined_vector.h | 514 void Storage<T, N, A>::InitFrom(const Storage& other) { in InitFrom() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.h | 607 operator +=(uint128 other) operator +=() argument 612 operator -=(uint128 other) operator -=() argument 617 operator *=(uint128 other) operator *=() argument 622 operator /=(uint128 other) operator /=() argument 627 operator %=(uint128 other) operator %=() argument 886 operator |=(uint128 other) operator |=() argument 891 operator &=(uint128 other) operator &=() argument 896 operator ^=(uint128 other) operator ^=() argument 1085 operator +=(int128 other) operator +=() argument 1090 operator -=(int128 other) operator -=() argument 1095 operator *=(int128 other) operator *=() argument 1100 operator /=(int128 other) operator /=() argument 1105 operator %=(int128 other) operator %=() argument 1110 operator |=(int128 other) operator |=() argument 1115 operator &=(int128 other) operator &=() argument 1120 operator ^=(int128 other) operator ^=() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant_test.cc | 230 CopyNoAssign(const CopyNoAssign& other) CopyNoAssign() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | exception_safety_testing.h | 464 operator +=(const ThrowingValue& other) operator +=() argument 470 operator -=(const ThrowingValue& other) operator -=() argument 476 operator *=(const ThrowingValue& other) operator *=() argument 482 operator /=(const ThrowingValue& other) operator /=() argument 488 operator %=(const ThrowingValue& other) operator %=() argument 494 operator &=(const ThrowingValue& other) operator &=() argument 500 operator |=(const ThrowingValue& other) operator |=() argument 506 operator ^=(const ThrowingValue& other) operator ^=() argument [all...] |
| /third_party/spirv-tools/source/util/ |
| H A D | hex_float.h | 50 Float16(const Float16& other) { val = other.val; } in Float16() argument 641 void castTo(other_T& other, round_direction round_dir) { in castTo() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsStateQueryUtil.cpp | 1869 void verifyStateIntegerEqualToOther (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum other, QueryType type) in verifyStateIntegerEqualToOther() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 937 Texture1DShadowTestInstance (const Texture1DShadowTestInstance& other) = delete; member in vkt::texture::__anon30039::Texture1DShadowTestInstance 938 Texture1DShadowTestInstance& operator= (const Texture1DShadowTestInstance& other) = delete; member in vkt::texture::__anon30039::Texture1DShadowTestInstance 1159 Texture1DArrayShadowTestInstance (const Texture1DArrayShadowTestInstance& other) member in vkt::texture::__anon30039::Texture1DArrayShadowTestInstance 1160 Texture1DArrayShadowTestInstance& operator= (const Texture1DArrayShadowTestInstance& other) = delete; global() member in vkt::texture::__anon30039::Texture1DArrayShadowTestInstance [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
| H A D | vktExternalMemoryUtil.cpp | 76 NativeHandle::NativeHandle (const NativeHandle& other) in NativeHandle() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktCustomInstancesDevices.cpp | 133 CustomInstance::CustomInstance (CustomInstance&& other) in CustomInstance() argument 144 CustomInstance& CustomInstance::operator= (CustomInstance&& other) in operator =() argument 152 void CustomInstance::swap (CustomInstance& other) in swap() argument 234 swap(UncheckedInstance& other) swap() argument 248 UncheckedInstance(UncheckedInstance&& other) UncheckedInstance() argument 254 operator =(UncheckedInstance&& other) operator =() argument [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestLog.cpp | 142 MessageBuilder::MessageBuilder (const MessageBuilder& other) in MessageBuilder() argument 148 MessageBuilder& MessageBuilder::operator= (const MessageBuilder& other) in operator =() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | angleutils.h | 110 WrappedArray(WrappedArray &&other) : WrappedArray() in WrappedArray() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | GLES1Renderer.cpp | 34 GLES1ShaderState::GLES1ShaderState(const GLES1ShaderState &other) in GLES1ShaderState() argument
|
| H A D | VaryingPacking.cpp | 194 VaryingInShaderRef::VaryingInShaderRef(VaryingInShaderRef &&other) in VaryingInShaderRef() argument 201 VaryingInShaderRef &VaryingInShaderRef::operator=(VaryingInShaderRef &&other) in operator =() argument 240 PackedVarying(PackedVarying &&other) PackedVarying() argument 250 operator =(PackedVarying &&other) operator =() argument [all...] |