| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 380 struct fd_batch *other = cache->batches[i]; variable
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| H A D | Phonenumber.java | 195 public PhoneNumber mergeFrom(PhoneNumber other) { in mergeFrom() argument 223 exactlySameAs(PhoneNumber other) exactlySameAs() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeSpecification.java | 652 public int compareTo(RangeSpecification other) { in compareTo() argument
|
| H A D | DigitSequence.java | 287 public int compareTo(DigitSequence other) { in compareTo() argument
|
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx.cc | 199 cxxbridge1$string$new(&other); global() variable 463 Error(const Error &other) Error() argument 476 operator =(const Error &other) operator =() argument [all...] |
| /third_party/protobuf/csharp/src/AddressBook/ |
| H A D | Addressbook.cs | 80 public Person(Person other) : this() { in Person() argument 152 public override bool Equals(object other) { in Equals() argument 157 Equals(Person other) Equals() argument 268 MergeFrom(Person other) MergeFrom() argument 405 PhoneNumber(PhoneNumber other) PhoneNumber() argument 439 Equals(object other) Equals() argument 444 Equals(PhoneNumber other) Equals() argument 524 MergeFrom(PhoneNumber other) MergeFrom() argument 621 AddressBook(AddressBook other) AddressBook() argument 642 Equals(object other) Equals() argument 647 Equals(AddressBook other) Equals() argument 706 MergeFrom(AddressBook other) MergeFrom() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ByteString.cs | 404 public bool Equals(ByteString other)
in Equals() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | FieldDescriptor.cs | 264 public int CompareTo(FieldDescriptor other) in CompareTo() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Struct.cs | 108 public Struct(Struct other) : this() { in Struct() argument 132 public override bool Equals(object other) { in Equals() argument 137 public bool Equals(Struct other) { in Equals() argument 196 MergeFrom(Struct other) MergeFrom() argument 280 Value(Value other) Value() argument 418 Equals(object other) Equals() argument 423 Equals(Value other) Equals() argument 557 MergeFrom(Value other) MergeFrom() argument 726 ListValue(ListValue other) ListValue() argument 750 Equals(object other) Equals() argument 755 Equals(ListValue other) Equals() argument 814 MergeFrom(ListValue other) MergeFrom() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| H A D | UnittestImport.cs | 91 public ImportMessage(ImportMessage other) : this() { in ImportMessage() argument 127 public override bool Equals(object other) { in Equals() argument 132 public bool Equals(ImportMessage other) { in Equals() argument 199 MergeFrom(ImportMessage other) MergeFrom() argument [all...] |
| H A D | UnittestSelfreferentialOptions.cs | 97 public FooOptions(FooOptions other) : this() { in FooOptions() argument 165 public override bool Equals(object other) { in Equals() argument 170 public bool Equals(FooOptions other) { in Equals() argument 265 MergeFrom(FooOptions other) MergeFrom() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AbstractMessage.java | 143 public boolean equals(final Object other) { in equals() argument 365 protected BuilderType internalMergeFrom(AbstractMessageLite other) { in internalMergeFrom() argument 370 public BuilderType mergeFrom(final Message other) { in mergeFrom() argument 374 mergeFrom(final Message other, Map<FieldDescriptor, Object> allFields) mergeFrom() argument [all...] |
| H A D | AbstractMessageLite.java | 347 public BuilderType mergeFrom(final MessageLite other) { in mergeFrom() argument
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | proplist.c | 322 void pa_proplist_update(pa_proplist *p, pa_update_mode_t mode, const pa_proplist *other) { in pa_proplist_update() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPrograms.hpp | 78 ProgramCollection (const ProgramCollection<Program, BuildOptions>& other) = delete; member in vk::ProgramCollection 79 ProgramCollection<Program, BuildOptions>& operator=(const ProgramCollection<Program, BuildOptions>& other) = delete; member in vk::ProgramCollection
|
| H A D | vkRef.hpp | 340 Move (Move<T>& other) in Move() argument 355 inline Move<T>& Move<T>::operator= (Move<T>& other) in operator =() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Layout.cpp | 47 void Layout::operator+=(const Layout &other) in operator +=() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ImageIndex.cpp | 87 ImageIndex::ImageIndex(const ImageIndex &other) = default; member in gl::ImageIndex 89 ImageIndex &ImageIndex::operator=(const ImageIndex &other) = default; member in gl::ImageIndex 248 ImageIndexIterator::ImageIndexIterator(const ImageIndexIterator &other) = default; member in gl::ImageIndexIterator
|
| H A D | RefCountObject.h | 70 RefCountObjectReleaser(RefCountObjectReleaser &&other) in RefCountObjectReleaser() argument 77 RefCountObjectReleaser &operator=(RefCountObjectReleaser &&other) in operator =() argument 119 BindingPointer(const BindingPointer &other) BindingPointer() argument 127 operator =(BindingPointer &&other) operator =() argument 285 SubjectBindingPointer(const SubjectBindingPointer &other) = default; global() member in gl::SubjectBindingPointer 286 SubjectBindingPointer &operator=(const SubjectBindingPointer &other) = default; global() member in gl::SubjectBindingPointer [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
| H A D | mru_cache.h | 150 void Swap(MRUCacheBase &other) in Swap() argument
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| H A D | SystemInfo.cpp | 59 GPUDeviceInfo::GPUDeviceInfo(const GPUDeviceInfo &other) = default; member in angle::GPUDeviceInfo 65 SystemInfo::SystemInfo(const SystemInfo &other) = default; member in angle::SystemInfo
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | FastVector.h | 144 FastVector<T, N, Storage>::FastVector(const FastVector<T, N, Storage> &other) in FastVector() argument 149 FastVector<T, N, Storage>::FastVector(FastVector<T, N, Storage> &&other) : FastVector() in FastVector() argument 171 operator =( const FastVector<T, N, Storage> &other) operator =() argument 181 operator =(FastVector<T, N, Storage> &&other) operator =() argument 354 swap(FastVector<T, N, Storage> &other) swap() argument [all...] |
| H A D | SynchronizedValue.h | 206 SynchronizedValue(const SynchronizedValue &other) SynchronizedValue() argument 212 SynchronizedValue(SynchronizedValue &&other) SynchronizedValue() argument 218 operator =(const SynchronizedValue &other) operator =() argument 230 operator =(SynchronizedValue &&other) operator =() argument 268 swap(SynchronizedValue &other) swap() argument 280 swap(T &other) swap() argument 337 DerefValue(DerefValue &&other) DerefValue() argument 344 operator =(const T &other) operator =() argument 362 ConstDerefValue(ConstDerefValue &&other) ConstDerefValue() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | FramebufferD3D.cpp | 99 ClearParameters::ClearParameters(const ClearParameters &other) = default; member in rx::ClearParameters
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | InputLayoutCache.cpp | 70 PackedAttributeLayout::PackedAttributeLayout(const PackedAttributeLayout &other) = default; member in rx::PackedAttributeLayout
|