Home
last modified time | relevance | path

Searched defs:other (Results 1226 - 1250 of 1645) sorted by relevance

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

/third_party/node/deps/icu-small/source/i18n/
H A Dchnsecal.cpp147 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) { in ChineseCalendar() argument
H A Dnumber_decimalquantity.cpp88 DecimalQuantity::DecimalQuantity(const DecimalQuantity &other) { in DecimalQuantity() argument
96 DecimalQuantity &DecimalQuantity::operator=(const DecimalQuantity &other) { in operator =() argument
114 void DecimalQuantity::copyFieldsFrom(const DecimalQuantity& other) { in copyFieldsFrom() argument
1361 copyBcdFrom(const DecimalQuantity &other) copyBcdFrom() argument
1371 moveBcdFrom(DecimalQuantity &other) moveBcdFrom() argument
[all...]
H A Dnumfmt.cpp292 NumberFormat* other = (NumberFormat*)&that; in operator ==() local
[all...]
H A Dreldatefmt.cpp832 RelativeDateTimeFormatter( const RelativeDateTimeFormatter& other) RelativeDateTimeFormatter() argument
852 operator =( const RelativeDateTimeFormatter& other) operator =() argument
[all...]
H A Dtzfmt.cpp421 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() argument
442 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() argument
[all...]
H A Dtranslit.cpp151 Transliterator::Transliterator(const Transliterator& other) : in Transliterator() argument
172 Transliterator& Transliterator::operator=(const Transliterator& other) { in operator =() argument
[all...]
H A Dolsontz.cpp268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() argument
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =() argument
[all...]
H A Dplurrule.cpp87 PluralRules::PluralRules(const PluralRules& other) in PluralRules() argument
124 PluralRules::operator=(const PluralRules& other) { in operator =() argument
895 AndConstraint(const AndConstraint& other) AndConstraint() argument
984 OrConstraint(const OrConstraint& other) OrConstraint() argument
1054 RuleChain(const RuleChain& other) RuleChain() argument
[all...]
H A Dtmutfmt.cpp114 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other) in TimeUnitFormat() argument
150 TimeUnitFormat::operator=(const TimeUnitFormat& other) { in operator =() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h135 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() argument
136 ParamIterator& operator=(const ParamIterator& other) { in operator =() argument
192 ParamGenerator(const ParamGenerator& other) ParamGenerator() argument
194 operator =(const ParamGenerator& other) operator =() argument
258 Iterator(const Iterator& other) Iterator() argument
353 Iterator(const Iterator& other) Iterator() argument
999 Iterator(const Iterator& other) = default; global() member in testing::internal::ParamGeneratorConverter::Iterator
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp98 UBool equals(const MessagePatternList<T, stackCapacity> &other, int32_t length) const { in equals() argument
186 MessagePattern::MessagePattern(const MessagePattern &other) in MessagePattern() argument
110 copyFrom( const MessagePatternList<T, stackCapacity> &other, int32_t length, UErrorCode &errorCode) copyFrom() argument
199 operator =(const MessagePattern &other) operator =() argument
216 copyStorage(const MessagePattern &other, UErrorCode &errorCode) copyStorage() argument
[all...]
/third_party/libinput/test/
H A Dtest-touchpad.c6900 enum suspend other; in START_TEST() local
7040 enum suspend other; START_TEST() local
[all...]
H A Dtest-tablet.c4831 enum litest_device_type other; in START_TEST() local
4854 enum litest_device_type other; in START_TEST() local
4932 enum litest_device_type other; in START_TEST() local
4972 enum litest_device_type other; START_TEST() local
5059 enum litest_device_type other; START_TEST() local
5141 enum litest_device_type other; START_TEST() local
5176 enum litest_device_type other; START_TEST() local
5235 enum litest_device_type other; START_TEST() local
5274 enum litest_device_type other; START_TEST() local
5476 enum litest_device_type other; START_TEST() local
5526 enum litest_device_type other; START_TEST() local
5580 enum litest_device_type other; START_TEST() local
5674 enum litest_device_type other; START_TEST() local
5743 enum litest_device_type other; START_TEST() local
5798 enum litest_device_type other; START_TEST() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.cc490 void NumberFormat::InternalSwap(NumberFormat* other) { in InternalSwap() argument
808 void PhoneNumberDesc::InternalSwap(PhoneNumberDesc* other) { in InternalSwap() argument
2240 InternalSwap(PhoneMetadata* other) InternalSwap() argument
2443 InternalSwap(PhoneMetadataCollection* other) InternalSwap() argument
[all...]
H A Dphonenumber.pb.h137 inline void Swap(PhoneNumber* other) { in Swap() argument
145 void UnsafeArenaSwap(PhoneNumber* other) { in UnsafeArenaSwap() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h467 OverloadResolution GetOverloadResolution(const CFunction* other) { in GetOverloadResolution() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h479 OverloadResolution GetOverloadResolution(const CFunction* other) { in GetOverloadResolution() argument
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc51 void Bignum::AssignBignum(const Bignum& other) { in AssignBignum() argument
139 void Bignum::AddBignum(const Bignum& other) { in AddBignum() argument
180 SubtractBignum(const Bignum& other) SubtractBignum() argument
448 DivideModuloIntBignum(const Bignum& other) DivideModuloIntBignum() argument
642 Align(const Bignum& other) Align() argument
680 SubtractTimes(const Bignum& other, int factor) SubtractTimes() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.cc160 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) { in MergeCompactionSpace() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.h324 void Add(base::TimeDelta other) { time_ += other; } in Add() argument
/third_party/node/deps/v8/src/objects/
H A Dmap-inl.h176 bool Map::EquivalentToForNormalization(const Map other, in EquivalentToForNormalization() argument
H A Dproperty-details.h191 generalize(Representation other) generalize() argument
309 operator ==(PropertyDetails const& other) operator ==() argument
313 operator !=(PropertyDetails const& other) operator !=() argument
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h157 STACK_OF(X509_ALGOR) *other; /* other unspecified info */ member
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs288 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() argument
345 public override bool Equals(object other) { in Equals() argument
350 public bool Equals(TestMessageWithCustomOptions other) { in Equals() argument
432 MergeFrom(TestMessageWithCustomOptions other) MergeFrom() argument
541 CustomOptionFooRequest(CustomOptionFooRequest other) CustomOptionFooRequest() argument
551 Equals(object other) Equals() argument
556 Equals(CustomOptionFooRequest other) Equals() argument
610 MergeFrom(CustomOptionFooRequest other) MergeFrom() argument
677 CustomOptionFooResponse(CustomOptionFooResponse other) CustomOptionFooResponse() argument
687 Equals(object other) Equals() argument
692 Equals(CustomOptionFooResponse other) Equals() argument
746 MergeFrom(CustomOptionFooResponse other) MergeFrom() argument
813 CustomOptionFooClientMessage(CustomOptionFooClientMessage other) CustomOptionFooClientMessage() argument
823 Equals(object other) Equals() argument
828 Equals(CustomOptionFooClientMessage other) Equals() argument
882 MergeFrom(CustomOptionFooClientMessage other) MergeFrom() argument
949 CustomOptionFooServerMessage(CustomOptionFooServerMessage other) CustomOptionFooServerMessage() argument
959 Equals(object other) Equals() argument
964 Equals(CustomOptionFooServerMessage other) Equals() argument
1018 MergeFrom(CustomOptionFooServerMessage other) MergeFrom() argument
1085 DummyMessageContainingEnum(DummyMessageContainingEnum other) DummyMessageContainingEnum() argument
1095 Equals(object other) Equals() argument
1100 Equals(DummyMessageContainingEnum other) Equals() argument
1154 MergeFrom(DummyMessageContainingEnum other) MergeFrom() argument
1234 DummyMessageInvalidAsOptionType(DummyMessageInvalidAsOptionType other) DummyMessageInvalidAsOptionType() argument
1244 Equals(object other) Equals() argument
1249 Equals(DummyMessageInvalidAsOptionType other) Equals() argument
1303 MergeFrom(DummyMessageInvalidAsOptionType other) MergeFrom() argument
1370 CustomOptionMinIntegerValues(CustomOptionMinIntegerValues other) CustomOptionMinIntegerValues() argument
1380 Equals(object other) Equals() argument
1385 Equals(CustomOptionMinIntegerValues other) Equals() argument
1439 MergeFrom(CustomOptionMinIntegerValues other) MergeFrom() argument
1506 CustomOptionMaxIntegerValues(CustomOptionMaxIntegerValues other) CustomOptionMaxIntegerValues() argument
1516 Equals(object other) Equals() argument
1521 Equals(CustomOptionMaxIntegerValues other) Equals() argument
1575 MergeFrom(CustomOptionMaxIntegerValues other) MergeFrom() argument
1642 CustomOptionOtherValues(CustomOptionOtherValues other) CustomOptionOtherValues() argument
1652 Equals(object other) Equals() argument
1657 Equals(CustomOptionOtherValues other) Equals() argument
1711 MergeFrom(CustomOptionOtherValues other) MergeFrom() argument
1778 SettingRealsFromPositiveInts(SettingRealsFromPositiveInts other) SettingRealsFromPositiveInts() argument
1788 Equals(object other) Equals() argument
1793 Equals(SettingRealsFromPositiveInts other) Equals() argument
1847 MergeFrom(SettingRealsFromPositiveInts other) MergeFrom() argument
1914 SettingRealsFromNegativeInts(SettingRealsFromNegativeInts other) SettingRealsFromNegativeInts() argument
1924 Equals(object other) Equals() argument
1929 Equals(SettingRealsFromNegativeInts other) Equals() argument
1983 MergeFrom(SettingRealsFromNegativeInts other) MergeFrom() argument
2050 ComplexOptionType1(ComplexOptionType1 other) ComplexOptionType1() argument
2107 Equals(object other) Equals() argument
2112 Equals(ComplexOptionType1 other) Equals() argument
2210 MergeFrom(ComplexOptionType1 other) MergeFrom() argument
2321 ComplexOptionType2(ComplexOptionType2 other) ComplexOptionType2() argument
2378 Equals(object other) Equals() argument
2383 Equals(ComplexOptionType2 other) Equals() argument
2481 MergeFrom(ComplexOptionType2 other) MergeFrom() argument
2610 ComplexOptionType4(ComplexOptionType4 other) ComplexOptionType4() argument
2632 Equals(object other) Equals() argument
2637 Equals(ComplexOptionType4 other) Equals() argument
2704 MergeFrom(ComplexOptionType4 other) MergeFrom() argument
2796 ComplexOptionType3(ComplexOptionType3 other) ComplexOptionType3() argument
2818 Equals(object other) Equals() argument
2823 Equals(ComplexOptionType3 other) Equals() argument
2890 MergeFrom(ComplexOptionType3 other) MergeFrom() argument
2971 VariousComplexOptions(VariousComplexOptions other) VariousComplexOptions() argument
2981 Equals(object other) Equals() argument
2986 Equals(VariousComplexOptions other) Equals() argument
3040 MergeFrom(VariousComplexOptions other) MergeFrom() argument
3110 Aggregate(Aggregate other) Aggregate() argument
3159 Equals(object other) Equals() argument
3164 Equals(Aggregate other) Equals() argument
3257 MergeFrom(Aggregate other) MergeFrom() argument
3366 AggregateMessage(AggregateMessage other) AggregateMessage() argument
3388 Equals(object other) Equals() argument
3393 Equals(AggregateMessage other) Equals() argument
3460 MergeFrom(AggregateMessage other) MergeFrom() argument
3541 NestedOptionType(NestedOptionType other) NestedOptionType() argument
3551 Equals(object other) Equals() argument
3556 Equals(NestedOptionType other) Equals() argument
3610 MergeFrom(NestedOptionType other) MergeFrom() argument
3684 NestedMessage(NestedMessage other) NestedMessage() argument
3706 Equals(object other) Equals() argument
3711 Equals(NestedMessage other) Equals() argument
3778 MergeFrom(NestedMessage other) MergeFrom() argument
[all...]
H A DUnittestIssues.cs129 public Issue307(Issue307 other) : this() { in Issue307() argument
139 public override bool Equals(object other) { in Equals() argument
144 public bool Equals(Issue307 other) { in Equals() argument
198 public void MergeFrom(Issue307 other) { in MergeFrom() argument
267 NestedOnce(NestedOnce other) NestedOnce() argument
277 Equals(object other) Equals() argument
282 Equals(NestedOnce other) Equals() argument
336 MergeFrom(NestedOnce other) MergeFrom() argument
405 NestedTwice(NestedTwice other) NestedTwice() argument
415 Equals(object other) Equals() argument
420 Equals(NestedTwice other) Equals() argument
474 MergeFrom(NestedTwice other) MergeFrom() argument
551 NegativeEnumMessage(NegativeEnumMessage other) NegativeEnumMessage() argument
595 Equals(object other) Equals() argument
600 Equals(NegativeEnumMessage other) Equals() argument
677 MergeFrom(NegativeEnumMessage other) MergeFrom() argument
777 DeprecatedChild(DeprecatedChild other) DeprecatedChild() argument
787 Equals(object other) Equals() argument
792 Equals(DeprecatedChild other) Equals() argument
846 MergeFrom(DeprecatedChild other) MergeFrom() argument
913 DeprecatedFieldsMessage(DeprecatedFieldsMessage other) DeprecatedFieldsMessage() argument
998 Equals(object other) Equals() argument
1003 Equals(DeprecatedFieldsMessage other) Equals() argument
1111 MergeFrom(DeprecatedFieldsMessage other) MergeFrom() argument
1254 ItemField(ItemField other) ItemField() argument
1276 Equals(object other) Equals() argument
1281 Equals(ItemField other) Equals() argument
1348 MergeFrom(ItemField other) MergeFrom() argument
1426 ReservedNames(ReservedNames other) ReservedNames() argument
1460 Equals(object other) Equals() argument
1465 Equals(ReservedNames other) Equals() argument
1545 MergeFrom(ReservedNames other) MergeFrom() argument
1639 SomeNestedType(SomeNestedType other) SomeNestedType() argument
1649 Equals(object other) Equals() argument
1654 Equals(SomeNestedType other) Equals() argument
1708 MergeFrom(SomeNestedType other) MergeFrom() argument
1792 TestJsonFieldOrdering(TestJsonFieldOrdering other) TestJsonFieldOrdering() argument
1926 Equals(object other) Equals() argument
1931 Equals(TestJsonFieldOrdering other) Equals() argument
2067 MergeFrom(TestJsonFieldOrdering other) MergeFrom() argument
2206 TestJsonName(TestJsonName other) TestJsonName() argument
2255 Equals(object other) Equals() argument
2260 Equals(TestJsonName other) Equals() argument
2353 MergeFrom(TestJsonName other) MergeFrom() argument
2458 OneofMerging(OneofMerging other) OneofMerging() argument
2518 Equals(object other) Equals() argument
2523 Equals(OneofMerging other) Equals() argument
2605 MergeFrom(OneofMerging other) MergeFrom() argument
2712 Nested(Nested other) Nested() argument
2746 Equals(object other) Equals() argument
2751 Equals(Nested other) Equals() argument
2831 MergeFrom(Nested other) MergeFrom() argument
2925 NullValueOutsideStruct(NullValueOutsideStruct other) NullValueOutsideStruct() argument
2985 Equals(object other) Equals() argument
2990 Equals(NullValueOutsideStruct other) Equals() argument
3072 MergeFrom(NullValueOutsideStruct other) MergeFrom() argument
3166 NullValueNotInOneof(NullValueNotInOneof other) NullValueNotInOneof() argument
3188 Equals(object other) Equals() argument
3193 Equals(NullValueNotInOneof other) Equals() argument
3260 MergeFrom(NullValueNotInOneof other) MergeFrom() argument
3338 MixedRegularAndOptional(MixedRegularAndOptional other) MixedRegularAndOptional() argument
3382 Equals(object other) Equals() argument
3387 Equals(MixedRegularAndOptional other) Equals() argument
3467 MergeFrom(MixedRegularAndOptional other) MergeFrom() argument
[all...]

Completed in 55 milliseconds

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