Home
last modified time | relevance | path

Searched defs:other (Results 151 - 175 of 1576) sorted by relevance

12345678910>>...64

/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp73 int32_t StringPiece::compare(StringPiece other) { in compare() argument
/third_party/typescript/tests/baselines/reference/
H A DgenericCallWithFunctionTypedArguments.js60 function other(t, u) { function
H A DgenericCallWithGenericSignatureArguments.js61 function other(x) { function
H A DgenericClassWithFunctionTypedMemberArguments.js130 function other(t, u) { function
/third_party/protobuf/src/google/protobuf/
H A Dtest_util2.h73 ProtoType other; in EqualsToSerialized() local
/third_party/python/Lib/test/test_tools/
H A Dtest_sundry.py28 other = ['analyze_dxp', '2to3'] variable in TestSundryScripts
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/internal/
H A Dcleanup.h58 Storage(Storage&& other) { in Storage() argument
67 Storage(const Storage& other) = delete; member in absl::cleanup_internal::Storage
69 Storage& operator=(Storage&& other) = delete; member in absl::cleanup_internal::Storage
71 Storage& operator=(const Storage& other) = delete; member in absl::cleanup_internal::Storage
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor.cc30 BadStatusOrAccess::BadStatusOrAccess(const BadStatusOrAccess& other) in BadStatusOrAccess() argument
43 BadStatusOrAccess& BadStatusOrAccess::operator=(BadStatusOrAccess&& other) { in operator =() argument
33 operator =( const BadStatusOrAccess& other) operator =() argument
52 BadStatusOrAccess(BadStatusOrAccess&& other) BadStatusOrAccess() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
H A Dcleanup.h91 Cleanup(Cleanup&& other) = default; member in absl::final
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dexplicit_seed_seq.h51 ExplicitSeedSeq(const ExplicitSeedSeq& other) = default; member in absl::random_internal::ExplicitSeedSeq
52 ExplicitSeedSeq& operator=(const ExplicitSeedSeq& other) = default; member in absl::random_internal::ExplicitSeedSeq
53 ExplicitSeedSeq(ExplicitSeedSeq&& other) = default; member in absl::random_internal::ExplicitSeedSeq
54 ExplicitSeedSeq& operator=(ExplicitSeedSeq&& other) = default; member in absl::random_internal::ExplicitSeedSeq
/third_party/skia/include/sksl/
H A DDSLWrapper.h34 DSLWrapper(DSLWrapper&& other) { in DSLWrapper() argument
64 DSLWrapper& operator=(DSLWrapper&& other) { in operator =() argument
/third_party/spirv-tools/source/opt/
H A Ddominator_analysis.cpp59 const Instruction* other = b; in Dominates() local
/third_party/spirv-tools/source/util/
H A Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.cpp50 TestClassWithConstructor (const TestClassWithConstructor& other) in TestClassWithConstructor() argument
56 TestClassWithConstructor& operator= (const TestClassWithConstructor& other) in operator =() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.cpp203 RefCount (const RefCount& other) in RefCount() argument
216 RefCount& operator= (const RefCount& other) in operator =() argument
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRectTest.cpp60 OH_Drawing_Rect *other = OH_Drawing_RectCreate(300, 400, 700, 800); in HWTEST_F() local
95 OH_Drawing_Rect *other = OH_Drawing_RectCreate(300, 400, 700, 800); HWTEST_F() local
121 OH_Drawing_Rect *other = OH_Drawing_RectCreate(100, 100, 300, 300); HWTEST_F() local
155 OH_Drawing_Rect *other = OH_Drawing_RectCreate(100, 100, 300, 300); HWTEST_F() local
[all...]
/third_party/gn/src/base/memory/
H A Dweak_ptr.cc28 WeakReference::WeakReference(WeakReference&& other) = default; member in base::internal::WeakReference
30 WeakReference::WeakReference(const WeakReference& other) = default; member in base::internal::WeakReference
/third_party/gn/src/base/win/
H A Dscoped_process_information.cc71 DuplicateFrom( const ScopedProcessInformation& other) DuplicateFrom() argument
/third_party/gn/src/gn/
H A Dbundle_file_rule.cc42 BundleFileRule::BundleFileRule(const BundleFileRule& other) = default; member in BundleFileRule
H A Dtarget_public_pair.h121 void AppendInherited(const C& other, bool is_public) { in AppendInherited() argument
H A Dvalue.cc54 Value::Value(const Value& other) : type_(other.type_), origin_(other.origin_) { in Value() argument
101 operator =(const Value& other) operator =() argument
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-death-test.h199 void operator=(const ExitedWithCode& other) = delete; member in testing::ExitedWithCode
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharSequences.java101 public static final boolean equals(int codepoint, CharSequence other) { in equals() argument
117 public static final boolean equals(CharSequence other, int codepoint) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DAffixPatternMatcher.java113 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DInitialTimeZoneRule.java45 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() argument

Completed in 9 milliseconds

12345678910>>...64