Home
last modified time | relevance | path

Searched defs:other (Results 476 - 500 of 1908) sorted by relevance

1...<<11121314151617181920>>...77

/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...]
H A DNumRecordList.java30 public NumRecordList(NumRecordList other) { in NumRecordList() argument
/third_party/skia/third_party/externals/spirv-tools/source/
H A Denum_set.h54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet() argument
56 EnumSet(EnumSet&& other) { in EnumSet() argument
63 EnumSet& operator=(const EnumSet& other) { in operator =() argument
[all...]
H A Dlibspirv.cpp29 Context::Context(Context&& other) : context_(other.context_) { in Context() argument
33 Context& Context::operator=(Context&& other) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Denum_set.h54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet() argument
56 EnumSet(EnumSet&& other) { in EnumSet() argument
63 EnumSet& operator=(const EnumSet& other) { in operator =() argument
[all...]
H A Dlibspirv.cpp29 Context::Context(Context&& other) : context_(other.context_) { in Context() argument
33 Context& Context::operator=(Context&& other) { in operator =() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcecal.cpp57 CECalendar::CECalendar (const CECalendar& other) in CECalendar() argument
H A Dcoptccal.cpp34 CopticCalendar::CopticCalendar (const CopticCalendar& other) in CopticCalendar() argument
H A Ddangical.cpp59 DangiCalendar::DangiCalendar (const DangiCalendar& other) in DangiCalendar() argument
H A Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() argument
82 void Multiply(const DiyFp& other) { in Multiply() argument
[all...]
H A Dfuncrepl.cpp43 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) : in FunctionReplacer() argument
H A Dnumber_multiplier.cpp40 Scale::Scale(const Scale& other) in Scale() argument
48 Scale& Scale::operator=(const Scale& other) { in operator =() argument
[all...]
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() argument
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =() argument
[all...]
H A Dnumsys.cpp75 NumberingSystem::NumberingSystem(const NumberingSystem& other) in NumberingSystem() argument
H A Drbt.cpp165 RuleBasedTransliterator( const RuleBasedTransliterator& other) RuleBasedTransliterator() argument

Completed in 9 milliseconds

1...<<11121314151617181920>>...77