Home
last modified time | relevance | path

Searched defs:other (Results 301 - 325 of 1574) sorted by relevance

1...<<11121314151617181920>>...63

/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h75 Normalizer2DataBuilder(const Normalizer2DataBuilder &other) = delete; member in Normalizer2DataBuilder
76 Normalizer2DataBuilder &operator=(const Normalizer2DataBuilder &other) = delete; member in Normalizer2DataBuilder
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() argument
/third_party/node/deps/v8/src/compiler/
H A Dnode-aux-data.h73 const_iterator(const const_iterator& other) in const_iterator() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h119 V8_INLINE IndirectHandleBase(const IndirectHandleBase& other) = default; member in v8::IndirectHandleBase
167 V8_INLINE DirectHandleBase(const DirectHandleBase& other) = default; member in v8::DirectHandleBase
/third_party/node/deps/v8/src/heap/
H A Dslot-set.cc31 void TypedSlots::Merge(TypedSlots* other) { in Merge() argument
H A Dlinear-allocation-area.h62 V8_INLINE bool MergeIfAdjacent(LinearAllocationArea& other) { in MergeIfAdjacent() argument
/third_party/node/deps/v8/src/execution/
H A Dsimulator.h176 GeneratedCode(GeneratedCode<Return, Args...> other) in GeneratedCode() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h51 CopyFrom(const MaglevCompilationUnit& info, const RegisterFrameArray& other, const compiler::BytecodeLivenessState* liveness) CopyFrom() argument
/third_party/node/deps/v8/src/objects/
H A Dslots-atomic-inl.h52 void swap(Reference& other) { in swap() argument
/third_party/mesa3d/src/tool/pps/
H A Dpps_device.cc112 DrmDevice::DrmDevice(DrmDevice &&other) in DrmDevice() argument
121 DrmDevice &DrmDevice::operator=(DrmDevice &&other) in operator =() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_local.h29 ASN1_TYPE *other; member
41 ASN1_TYPE *other; /* Secret or other bag */ member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPath.java102 public AnyPath join(AnyPath other) { in join() argument
128 public Optional<AnyPath> factor(AnyPath other) { in factor() argument
138 public int compareTo(AnyPath other) { in compareTo() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownFieldSet.cs114 public override bool Equals(object other) in Equals() argument
323 private UnknownFieldSet MergeFrom(UnknownFieldSet other) in MergeFrom() argument
341 MergeFrom(UnknownFieldSet unknownFields, UnknownFieldSet other) MergeFrom() argument
381 Clone(UnknownFieldSet other) Clone() argument
[all...]
H A DUnknownField.cs70 public override bool Equals(object other) in Equals() argument
199 internal UnknownField MergeFrom(UnknownField other) in MergeFrom() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DEmpty.cs81 public Empty(Empty other) : this() { in Empty() argument
91 public override bool Equals(object other) { in Equals() argument
96 public bool Equals(Empty other) { in Equals() argument
150 public void MergeFrom(Empty other) { in MergeFrom() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs67 public TestMessage(TestMessage other) : this() { in TestMessage() argument
77 public override bool Equals(object other) { in Equals() argument
82 public bool Equals(TestMessage other) { in Equals() argument
123 public void MergeFrom(TestMessage other) { in MergeFrom() argument
[all...]
H A DUnittestIssue6936B.cs68 public Foo(Foo other) : this() { in Foo() argument
78 public override bool Equals(object other) { in Equals() argument
83 public bool Equals(Foo other) { in Equals() argument
137 public void MergeFrom(Foo other) { in MergeFrom() argument
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_local.h29 ASN1_TYPE *other; member
41 ASN1_TYPE *other; /* Secret or other bag */ member
/third_party/skia/third_party/externals/angle2/src/common/
H A DMemoryBuffer.cpp73 MemoryBuffer::MemoryBuffer(MemoryBuffer &&other) : MemoryBuffer() in MemoryBuffer() argument
78 MemoryBuffer &MemoryBuffer::operator=(MemoryBuffer &&other) in operator =() argument
98 ScratchBuffer::ScratchBuffer(ScratchBuffer &&other) in ScratchBuffer() argument
103 ScratchBuffer &ScratchBuffer::operator=(ScratchBuffer &&other) in operator =() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBitField.h57 set(const BitField &other) set() argument
59 clear(const BitField &other) clear() argument
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DBatchRunConfiguration.java78 public boolean equals(Object other) { in equals() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dserial_utils.h46 constexpr Serial(const Serial &other) = default; member in rx::final
47 Serial &operator=(const Serial &other) = default; member in rx::final
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DObject.hpp75 BindingPointer(const BindingPointer<ObjectType> &other) : object(nullptr) in BindingPointer() argument
95 ObjectType *operator=(const BindingPointer<ObjectType> &other) in operator =() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.cpp119 void TimelineSemaphore::addDependent(TimelineSemaphore &other, uint64_t waitValue) in addDependent() argument
125 void TimelineSemaphore::Shared::addDependent(TimelineSemaphore &other) in addDependent() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java49 void addAll(GlyphGroup other) { in addAll() argument
60 GlyphGroup intersection(GlyphGroup other) { in intersection() argument
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...63