Home
last modified time | relevance | path

Searched defs:other (Results 801 - 825 of 1645) sorted by relevance

1...<<31323334353637383940>>...66

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c380 struct fd_batch *other = cache->batches[i]; variable
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonenumber.java195 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 DRangeSpecification.java652 public int compareTo(RangeSpecification other) { in compareTo() argument
H A DDigitSequence.java287 public int compareTo(DigitSequence other) { in compareTo() argument
/third_party/rust/crates/cxx/src/
H A Dcxx.cc199 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 DAddressbook.cs80 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 DByteString.cs404 public bool Equals(ByteString other) in Equals() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs264 public int CompareTo(FieldDescriptor other) in CompareTo() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs108 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 DUnittestImport.cs91 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 DUnittestSelfreferentialOptions.cs97 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 DAbstractMessage.java143 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 DAbstractMessageLite.java347 public BuilderType mergeFrom(final MessageLite other) { in mergeFrom() argument
/third_party/pulseaudio/src/pulse/
H A Dproplist.c322 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 DvkPrograms.hpp78 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 DvkRef.hpp340 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 DLayout.cpp47 void Layout::operator+=(const Layout &other) in operator +=() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndex.cpp87 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 DRefCountObject.h70 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 Dmru_cache.h150 void Swap(MRUCacheBase &other) in Swap() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp59 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 DFastVector.h144 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 DSynchronizedValue.h206 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 DFramebufferD3D.cpp99 ClearParameters::ClearParameters(const ClearParameters &other) = default; member in rx::ClearParameters
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DInputLayoutCache.cpp70 PackedAttributeLayout::PackedAttributeLayout(const PackedAttributeLayout &other) = default; member in rx::PackedAttributeLayout

Completed in 25 milliseconds

1...<<31323334353637383940>>...66