Home
last modified time | relevance | path

Searched defs:other (Results 626 - 650 of 1610) sorted by relevance

1...<<21222324252627282930>>...65

/third_party/python/Modules/_ssl/
H A Dcert.c194 certificate_richcompare(PySSLCertificate *self, PyObject *other, int op) in certificate_richcompare() argument
/third_party/python/Objects/
H A Dinterpreteridobject.c180 interpid_richcompare(PyObject *self, PyObject *other, int op) in interpid_richcompare() argument
H A Dnamespaceobject.c165 namespace_richcompare(PyObject *self, PyObject *other, int op) in namespace_richcompare() argument
/third_party/python/Modules/
H A Dxxmodule.c267 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() argument
H A Dxxlimited_35.c202 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFloatArrayList.java74 private FloatArrayList(float[] other, int size) { in FloatArrayList() argument
H A DBooleanArrayList.java75 private BooleanArrayList(boolean[] other, int size) { in BooleanArrayList() argument
H A DDoubleArrayList.java74 private DoubleArrayList(double[] other, int size) { in DoubleArrayList() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_padding_optimizer.cc54 void Append(const FieldGroup& other) { in Append() argument
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java289 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq() argument
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_inl.h252 default_enum_value>::MergeFrom(const MapFieldBase& other) { in MergeFrom() argument
264 default_enum_value>::Swap(MapFieldBase* other) { in Swap() argument
H A Dmap_field_lite.h77 void MergeFrom(const MapFieldLite& other) { in MergeFrom() argument
83 void Swap(MapFieldLite* other) { map_.swap(other->map_); } in Swap() argument
H A Dmetadata_lite.h106 PROTOBUF_ALWAYS_INLINE void Swap(InternalMetadata* other) { in Swap() argument
119 PROTOBUF_ALWAYS_INLINE void MergeFrom(const InternalMetadata& other) { in MergeFrom() argument
187 void DoMergeFrom(const T& other) { in DoMergeFrom() argument
192 DoSwap(T* other) DoSwap() argument
205 DoMergeFrom( const std::string& other) DoMergeFrom() argument
211 DoSwap(std::string* other) DoSwap() argument
[all...]
H A Dsource_context.pb.h116 inline void Swap(SourceContext* other) { in Swap() argument
124 void UnsafeArenaSwap(SourceContext* other) { in UnsafeArenaSwap() argument
[all...]
H A Dtimestamp.pb.h116 inline void Swap(Timestamp* other) { in Swap() argument
124 void UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc276 TestMap other; in TEST_F() local
288 MapIn other; in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor.h239 StatusOr(const StatusOr<U>& other) // NOLINT in StatusOr() argument
252 explicit StatusOr(const StatusOr<U>& other) in StatusOr() argument
265 StatusOr(StatusOr<U>&& other) // NOLIN argument
277 StatusOr(StatusOr<U>&& other) StatusOr() argument
311 operator =(const StatusOr<U>& other) operator =() argument
326 operator =(StatusOr<U>&& other) operator =() argument
643 Assign(const StatusOr<U>& other) Assign() argument
653 Assign(StatusOr<U>&& other) Assign() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H A Dstatusor_internal.h161 StatusOrData(const StatusOrData& other) { in StatusOrData() argument
180 explicit StatusOrData(const StatusOrData<U>& other) { in StatusOrData() argument
190 StatusOrData(StatusOrData<U>&& other) StatusOrData() argument
219 operator =(const StatusOrData& other) operator =() argument
228 operator =(StatusOrData&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dspy_hash_state.h64 SpyHashStateImpl(SpyHashStateImpl<U>&& other) { // NOLINT in SpyHashStateImpl() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc1523 operator =( const BadDefaultInitializedCopyAssign& other) operator =() argument
[all...]
/third_party/skia/include/private/
H A DSkTOptional.h48 optional(const optional& other) { in optional() argument
57 optional(optional& other) { in optional() argument
61 optional(optional&& other) { in optional() argument
75 optional& operator=(const optional& other) { in operator =() argument
95 operator =(optional&& other) operator =() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextTabAlign.h29 explicit TextTabAlign(const TextTabs& other) : fTabAlignMode(other.alignment), fTabPosition(other.location) {} in TextTabAlign() argument
/third_party/skia/include/core/
H A DSkStringView.h137 constexpr void swap(string_view& other) { in swap() argument
/third_party/spirv-tools/source/
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/spirv-tools/source/util/
H A Dilist.h317 Splice(iterator where, IntrusiveList<NodeType>* other, iterator first, iterator last) Splice() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...65