Home
last modified time | relevance | path

Searched defs:other (Results 1026 - 1050 of 1647) sorted by relevance

1...<<41424344454647484950>>...66

/third_party/python/Objects/
H A Dclassobject.c246 method_richcompare(PyObject *self, PyObject *other, int op) in method_richcompare() argument
454 instancemethod_richcompare(PyObject *self, PyObject *other, int op) in instancemethod_richcompare() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java424 public int compareTo(Entry other) { in compareTo() argument
[all...]
H A DUnknownFieldSet.java94 public boolean equals(Object other) { in equals() argument
396 public Builder mergeFrom(UnknownFieldSet other) { in mergeFrom() argument
731 equals(Object other) equals() argument
976 mergeFrom(Field other) mergeFrom() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc563 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
H A Drepeated_composite_container.cc205 PyObject* MergeFrom(RepeatedCompositeContainer* self, PyObject* other) { in MergeFrom() argument
209 static PyObject* MergeFromMethod(PyObject* self, PyObject* other) { in MergeFromMethod() argument
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.cc581 void Api::InternalSwap(Api* other) { in InternalSwap() argument
983 void Method::InternalSwap(Method* other) { in InternalSwap() argument
1238 InternalSwap(Mixin* other) InternalSwap() argument
[all...]
H A Dreflection.h448 RepeatedFieldRefIterator(const RepeatedFieldRefIterator& other) RepeatedFieldRefIterator() argument
452 operator =(const RepeatedFieldRefIterator& other) operator =() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h192 Event(const Event& other) in Event() argument
197 Event& operator=(const Event& other) { in operator =() argument
/third_party/python/Modules/expat/
H A Dxmltok_impl.c1511 enum { other, inName, inValue } state = inName; in getAtts() enumerator
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h837 Vec(const Vec &other) Vec() argument
861 operator =(const Vec &other) operator =() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc229 typedef Mallocator<U> other; typedef
H A Dstring_view_test.cc62 typedef Mallocator<U> other; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h76 btree_container(const btree_container &other) in btree_container() argument
80 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() argument
85 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() argument
88 btree_container &operator=(const btree_container &other) = default; member in absl::container_internal::btree_container
181 swap(btree_container &other) swap() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc408 ABSL_ATTRIBUTE_NOINLINE NontrivialType(const NontrivialType& other) in NontrivialType() argument
413 operator =( const NontrivialType& other) operator =() argument
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp42 ParagraphCacheKey(const ParagraphCacheKey& other) = default; member in skia::textlayout::ParagraphCacheKey
44 ParagraphCacheKey(ParagraphCacheKey&& other) in ParagraphCacheKey() argument
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp195 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other) in SkSVGRenderContext() argument
204 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, SkCanvas* canvas) in SkSVGRenderContext() argument
213 SkSVGRenderContext(const SkSVGRenderContext& other, const SkSVGNode* node) SkSVGRenderContext() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dconditional.c614 cond_av_list_t *other; member
625 cond_av_list_t *other = data->other, *list, *cur; in cond_insertf() local
696 cond_read_av_list(policydb_t * p, void *fp, cond_av_list_t ** ret_list, cond_av_list_t * other) cond_read_av_list() argument
[all...]
H A Dhierarchy.c56 bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab, avtab_t *global, avtab_t *other, avtab_key_t *avtab_key, avtab_datum_t *datum) bounds_insert_rule() argument
97 bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *avtab, avtab_t *global, avtab_t *other, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data) bounds_expand_rule() argument
126 bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, cond_av_list_t *cur, avtab_t *avtab, avtab_t *global, avtab_t *other, uint32_t parent) bounds_expand_cond_rules() argument
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs313 pub fn other(&mut self, other: &str) -> &mut ExtendedKeyUsage { other() functions
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.h434 LoopDescriptor(LoopDescriptor&& other) : placeholder_top_loop_(nullptr) { in LoopDescriptor() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp50 VariablePathComponent (const VariablePathComponent& other) : m_data(other.m_data), m_type(other.m_type) { } in VariablePathComponent() argument
51 VariablePathComponent& operator= (const VariablePathComponent& other) { m_type = other.m_type; m_data = other.m_data; return *this; } in operator =() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp101 QueueGlobalPriorities::QueueGlobalPriorities (const QueueGlobalPriorities& other) in QueueGlobalPriorities() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp121 Interval& operator|= (const Interval& other) in operator |=() argument
135 operator &=(const Interval& other) operator &=() argument
[all...]
H A DtcuThreadUtil.hpp96 MessageBuilder (const MessageBuilder& other) : m_thread(other.m_thread), m_stream(other.m_stream.str()) {} in MessageBuilder() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h193 constexpr BitSetT<N, BitsT, ParamT>::BitSetT(const BitSetT &other) argument
197 operator =(const BitSetT &other) operator =() argument
255 operator &=(const BitSetT &other) operator &=() argument
262 operator |=(const BitSetT &other) operator |=() argument
269 operator ^=(const BitSetT &other) operator ^=() argument
702 BitSetArray(const BitSetArray<N> &other) BitSetArray() argument
771 operator =(const BitSetArray<N> &other) operator =() argument
781 operator &=(const BitSetArray<N> &other) operator &=() argument
791 operator |=(const BitSetArray<N> &other) operator |=() argument
801 operator ^=(const BitSetArray<N> &other) operator ^=() argument
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...66