Home
last modified time | relevance | path

Searched defs:other (Results 251 - 275 of 1805) sorted by relevance

1...<<11121314151617181920>>...73

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringList.java154 void mergeFrom(LazyStringList other); in mergeFrom() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc99 Status::Status(const Status& other) in Status() argument
103 Status& Status::operator=(const Status& other) { in operator =() argument
H A Dstatusor.h216 inline StatusOr<T>::StatusOr(const StatusOr<T>& other) in StatusOr() argument
221 inline StatusOr<T>& StatusOr<T>::operator=(const StatusOr<T>& other) { in operator =() argument
229 StatusOr(const StatusOr<U>& other) StatusOr() argument
235 operator =(const StatusOr<U>& other) operator =() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp86 NativeObjects::NativeObjects (NativeObjects&& other) in NativeObjects() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuResource.hpp100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} in DirArchive() argument
101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } in operator =() argument
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrGenericVector.hpp75 inline GenericVec4 (const GenericVec4& other) in GenericVec4() argument
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_timer.cpp48 ReminderRequestTimer::ReminderRequestTimer(const ReminderRequestTimer &other) : ReminderRequest(other) in ReminderRequestTimer() argument
/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h51 Sender(const Sender &other) in Sender() argument
55 Sender(Sender &&other) in Sender() argument
61 Sender& operator=(const Sender &other) in operator =() argument
67 Sender& operator=(Sender &&other) in operator =() argument
97 Receiver(const Receiver &other) Receiver() argument
101 Receiver(Receiver &&other) Receiver() argument
107 operator =(const Receiver &other) operator =() argument
113 operator =(Receiver &&other) operator =() argument
[all...]
/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h41 ByteBuffer(const ByteBuffer &other): data(nullptr), size(0) in ByteBuffer() argument
/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp25 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =() argument
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dhelpers.c73 char *fdpath, *dfdpath, *other; in fdequal() local
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-acer-a500.c20 struct a500_led *other; member
/kernel/linux/linux-6.6/drivers/base/
H A Ddriver.c225 struct device_driver *other; in driver_register() local
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-acer-a500.c20 struct a500_led *other; member
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.c73 char *fdpath, *dfdpath, *other; in fdequal() local
/kernel/linux/linux-6.6/lib/kunit/
H A Dstring-stream.c118 string_stream_append(struct string_stream *stream, struct string_stream *other) string_stream_append() argument
/third_party/elfio/elfio/
H A Delfio_versym.hpp133 get_entry( Elf_Word no, Elf_Half& version, std::string& file_name, Elf_Word& hash, Elf_Half& flags, Elf_Half& other, std::string& dep_name ) const get_entry() argument
/third_party/eudev/src/shared/
H A Dset.h74 static inline int set_move(Set *s, Set *other) { in set_move() argument
78 static inline int set_move_one(Set *s, Set *other, const void *key) { in set_move_one() argument
/third_party/gn/src/base/containers/
H A Dvector_buffer.h58 VectorBuffer& operator=(VectorBuffer&& other) { in operator =() argument
[all...]
/third_party/gn/src/base/
H A Dscoped_generic.h104 void swap(ScopedGeneric& other) { in swap() argument
/third_party/gn/src/gn/
H A Dbuild_settings.cc15 BuildSettings::BuildSettings(const BuildSettings& other) in BuildSettings() argument
[all...]
H A Dstring_atom.h73 new (this) StringAtom(other); variable
[all...]
H A Dsubstitution_pattern.cc25 SubstitutionPattern::SubstitutionPattern(const SubstitutionPattern& other) = member in SubstitutionPattern
/third_party/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h168 AssertionResult& operator=(AssertionResult other) { in operator =() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DUTF16CollationIterator.java38 public boolean equals(Object other) { in equals() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...73