/third_party/python/Modules/_ssl/ |
H A D | cert.c | 194 certificate_richcompare(PySSLCertificate *self, PyObject *other, int op) in certificate_richcompare() argument
|
/third_party/python/Objects/ |
H A D | interpreteridobject.c | 180 interpid_richcompare(PyObject *self, PyObject *other, int op) in interpid_richcompare() argument
|
H A D | namespaceobject.c | 165 namespace_richcompare(PyObject *self, PyObject *other, int op) in namespace_richcompare() argument
|
/third_party/python/Modules/ |
H A D | xxmodule.c | 267 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() argument
|
H A D | xxlimited_35.c | 202 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 D | FloatArrayList.java | 74 private FloatArrayList(float[] other, int size) { in FloatArrayList() argument
|
H A D | BooleanArrayList.java | 75 private BooleanArrayList(boolean[] other, int size) { in BooleanArrayList() argument
|
H A D | DoubleArrayList.java | 74 private DoubleArrayList(double[] other, int size) { in DoubleArrayList() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_padding_optimizer.cc | 54 void Append(const FieldGroup& other) { in Append() argument [all...] |
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyRepeatedField.java | 289 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_inl.h | 252 default_enum_value>::MergeFrom(const MapFieldBase& other) { in MergeFrom() argument 264 default_enum_value>::Swap(MapFieldBase* other) { in Swap() argument
|
H A D | map_field_lite.h | 77 void MergeFrom(const MapFieldLite& other) { in MergeFrom() argument 83 void Swap(MapFieldLite* other) { map_.swap(other->map_); } in Swap() argument
|
H A D | metadata_lite.h | 106 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 D | source_context.pb.h | 116 inline void Swap(SourceContext* other) { in Swap() argument 124 void UnsafeArenaSwap(SourceContext* other) { in UnsafeArenaSwap() argument [all...] |
H A D | timestamp.pb.h | 116 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 D | json_util_test.cc | 276 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 D | statusor.h | 239 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 D | statusor_internal.h | 161 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 D | spy_hash_state.h | 64 SpyHashStateImpl(SpyHashStateImpl<U>&& other) { // NOLINT in SpyHashStateImpl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 1523 operator =( const BadDefaultInitializedCopyAssign& other) operator =() argument [all...] |
/third_party/skia/include/private/ |
H A D | SkTOptional.h | 48 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 D | TextTabAlign.h | 29 explicit TextTabAlign(const TextTabs& other) : fTabAlignMode(other.alignment), fTabPosition(other.location) {} in TextTabAlign() argument
|
/third_party/skia/include/core/ |
H A D | SkStringView.h | 137 constexpr void swap(string_view& other) { in swap() argument
|
/third_party/spirv-tools/source/ |
H A D | libspirv.cpp | 29 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 D | ilist.h | 317 Splice(iterator where, IntrusiveList<NodeType>* other, iterator first, iterator last) Splice() argument
|