Home
last modified time | relevance | path

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

12345678910>>...70

/third_party/skia/third_party/externals/dawn/src/common/
H A DDynamicLib.cpp34 DynamicLib::DynamicLib(DynamicLib&& other) { in DynamicLib() argument
38 DynamicLib& DynamicLib::operator=(DynamicLib&& other) { in operator =() argument
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol_table.cc30 SymbolTable& SymbolTable::operator=(const SymbolTable& other) = default; member in tint::SymbolTable
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Drwmutex.h127 RLock::RLock(RLock&& other) { in RLock() argument
132 RLock& RLock::operator=(RLock&& other) { in operator =() argument
179 WLock(WLock&& other) WLock() argument
184 operator =(WLock&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dchariter.cpp18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() argument
H A Dcharstrmap.h32 CharStringMap(const CharStringMap &other) = delete; member in final
42 CharStringMap &operator=(const CharStringMap &other) = delete; member in final
H A Drbbisetb.h62 RangeDescriptor(const RangeDescriptor &other) = delete; // forbid default copying of this class member in RangeDescriptor
63 RangeDescriptor &operator=(const RangeDescriptor &other) = delete; // forbid assigning of this class member in RangeDescriptor
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
/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

Completed in 17 milliseconds

12345678910>>...70