Home
last modified time | relevance | path

Searched defs:other (Results 1576 - 1600 of 2007) sorted by relevance

1...<<61626364656667686970>>...81

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java795 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 DSchemaUtil.java885 mergeExtensions( ExtensionSchema<FT> schema, T message, T other) mergeExtensions() argument
894 mergeUnknownFields( UnknownFieldSchema<UT, UB> schema, T message, T other) mergeUnknownFields() argument
H A DByteString.java568 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 Dodictobject.c863 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 Dapi.pb.h126 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 Dmap.h314 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 Dstruct.pb.h188 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 Dtype.pb.cc728 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 Dinlined_vector.h514 void Storage<T, N, A>::InitFrom(const Storage& other) { in InitFrom() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h607 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 Dvariant_test.cc230 CopyNoAssign(const CopyNoAssign& other) CopyNoAssign() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h464 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 Dhex_float.h50 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 DglsStateQueryUtil.cpp1869 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 DvktTextureShadowTests.cpp937 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 DvktExternalMemoryUtil.cpp76 NativeHandle::NativeHandle (const NativeHandle& other) in NativeHandle() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp133 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 DtcuTestLog.cpp142 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 Dangleutils.h110 WrappedArray(WrappedArray &&other) : WrappedArray() in WrappedArray() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1Renderer.cpp34 GLES1ShaderState::GLES1ShaderState(const GLES1ShaderState &other) in GLES1ShaderState() argument
H A DVaryingPacking.cpp194 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...]
H A Dangletypes.h170 Extents(const Extents &other) = default; member
171 Extents &operator=(const Extents &other) = default; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp374 D3DInterfaceBlock::D3DInterfaceBlock(const D3DInterfaceBlock &other) = default; member in rx::D3DInterfaceBlock
383 D3DUniformBlock::D3DUniformBlock(const D3DUniformBlock &other) = default; member in rx::D3DUniformBlock
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp228 PacMap::PacMap(const PacMap &other) in PacMap() argument
244 PacMap &PacMap::operator=(const PacMap &other) in operator =() argument
291 void PacMap::DeepCopy(PacMap &other) in DeepCopy() argument
1872 bool PacMap::Equals(IObject &other) in Equals() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp1287 void RSPaintFilterCanvas::CopyHDRConfiguration(const RSPaintFilterCanvas& other) in CopyHDRConfiguration() argument
1294 void RSPaintFilterCanvas::CopyConfigurationToOffscreenCanvas(const RSPaintFilterCanvas& other) in CopyConfigurationToOffscreenCanvas() argument
[all...]

Completed in 45 milliseconds

1...<<61626364656667686970>>...81