Home
last modified time | relevance | path

Searched defs:other (Results 876 - 900 of 1645) sorted by relevance

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

/third_party/python/Modules/_sqlite/
H A Drow.c224 pysqlite_Row *other = (pysqlite_Row *)_other; in pysqlite_row_richcompare() local
/third_party/python/Objects/
H A Dmethodobject.c296 meth_richcompare(PyObject *self, PyObject *other, int op) in meth_richcompare() argument
H A Dunionobject.c159 _Py_union_type_or(PyObject* self, PyObject* other) in _Py_union_type_or() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc328 static PyObject* RichCompare(ExtensionDict* self, PyObject* other, int opid) { in RichCompare() argument
/third_party/protobuf/src/google/protobuf/
H A Dany.pb.h149 inline void Swap(Any* other) { in Swap() argument
157 void UnsafeArenaSwap(Any* other) { in UnsafeArenaSwap() argument
[all...]
H A Dany.pb.cc328 void Any::InternalSwap(Any* other) { in InternalSwap() argument
H A Darenastring.h391 const ::std::string* other = *value.UnsafeRawStringPointer(); in AssignWithDefault() local
[all...]
H A Dmap_field.cc283 void DynamicMapField::MergeFrom(const MapFieldBase& other) { in MergeFrom() argument
349 void DynamicMapField::Swap(MapFieldBase* other) { in Swap() argument
H A Dmap_field_test.cc320 MapFieldType other; in TEST_P() local
335 MapFieldType other; in TEST_P() local
350 MapFieldType other; TEST_P() local
365 MapFieldType other; TEST_P() local
388 MapFieldType other; TEST_P() local
411 MapFieldType other; TEST_P() local
[all...]
H A Dmessage.cc93 void Message::CheckTypeAndMergeFrom(const MessageLite& other) { in CheckTypeAndMergeFrom() argument
H A Dsource_context.pb.cc281 void SourceContext::InternalSwap(SourceContext* other) { in InternalSwap() argument
H A Dtimestamp.pb.cc298 void Timestamp::InternalSwap(Timestamp* other) { in InternalSwap() argument
H A Dunknown_field_set.cc66 void UnknownFieldSet::InternalMergeFrom(const UnknownFieldSet& other) { in InternalMergeFrom() argument
77 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) { in MergeFrom() argument
90 void UnknownFieldSet::MergeFromAndDestroy(UnknownFieldSet* other) { in MergeFromAndDestroy() argument
101 MergeToInternalMetadata( const UnknownFieldSet& other, internal::InternalMetadata* metadata) MergeToInternalMetadata() argument
213 UnknownFieldSet other; MergeFromCodedStream() local
252 DeepCopy(const UnknownField& other) DeepCopy() argument
[all...]
H A Dwrappers.pb.h148 inline void Swap(DoubleValue* other) { in Swap() argument
156 void UnsafeArenaSwap(DoubleValue* other) { in UnsafeArenaSwap() argument
285 Swap(FloatValue* other) Swap() argument
293 UnsafeArenaSwap(FloatValue* other) UnsafeArenaSwap() argument
422 Swap(Int64Value* other) Swap() argument
430 UnsafeArenaSwap(Int64Value* other) UnsafeArenaSwap() argument
559 Swap(UInt64Value* other) Swap() argument
567 UnsafeArenaSwap(UInt64Value* other) UnsafeArenaSwap() argument
696 Swap(Int32Value* other) Swap() argument
704 UnsafeArenaSwap(Int32Value* other) UnsafeArenaSwap() argument
833 Swap(UInt32Value* other) Swap() argument
841 UnsafeArenaSwap(UInt32Value* other) UnsafeArenaSwap() argument
970 Swap(BoolValue* other) Swap() argument
978 UnsafeArenaSwap(BoolValue* other) UnsafeArenaSwap() argument
1107 Swap(StringValue* other) Swap() argument
1115 UnsafeArenaSwap(StringValue* other) UnsafeArenaSwap() argument
1251 Swap(BytesValue* other) Swap() argument
1259 UnsafeArenaSwap(BytesValue* other) UnsafeArenaSwap() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java366 public Builder mergeFrom(Message other) { in mergeFrom() argument
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java397 typeCompatible(RubyMap other) typeCompatible() argument
[all...]
H A DRubyMessage.java204 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc231 void LogFinisher::operator=(LogMessage& other) { in operator =() argument
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc400 void DataPiece::InternalCopy(const DataPiece& other) { in InternalCopy() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h260 MovableOnlyInstance(MovableOnlyInstance&& other) = default; member in absl::test_internal::MovableOnlyInstance
261 MovableOnlyInstance& operator=(MovableOnlyInstance&& other) = default; member in absl::test_internal::MovableOnlyInstance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.h195 void MultiplyBy(const BigUnsigned<M>& other) { in MultiplyBy() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h164 InlinedVector(const InlinedVector& other) in InlinedVector() argument
168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) in InlinedVector() argument
463 operator =(const InlinedVector& other) operator =() argument
477 operator =(InlinedVector&& other) operator =() argument
745 swap(InlinedVector& other) swap() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h215 ParsedFormatBase(const ParsedFormatBase& other) { *this = other; } in ParsedFormatBase() argument
217 ParsedFormatBase(ParsedFormatBase&& other) { *this = std::move(other); } in ParsedFormatBase() argument
219 ParsedFormatBase& operator=(const ParsedFormatBase& other) { in operator =() argument
229 ParsedFormatBase& operator=(ParsedFormatBase&& other) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h674 MakeCopyAssignVisitor(VType* left, const VType& other) MakeCopyAssignVisitor() argument
709 QualifiedNew&& other; global() member
[all...]
/third_party/skia/third_party/externals/angle2/include/platform/
H A DFeature.h143 inline Feature::Feature(const Feature &other) = default; member in angle::Feature
172 FeatureSetBase(const FeatureSetBase &other) = delete; member
173 FeatureSetBase &operator=(const FeatureSetBase &other) = delete; member

Completed in 19 milliseconds

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