Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.h86 using RefType = absl::remove_cvref_t<decltype(*std::declval<T>().Ref())>; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.h85 using RefType = absl::remove_cvref_t<decltype(*std::declval<T>().Ref())>; variable
/external/libchrome/base/threading/
Dplatform_thread.h54 typedef DWORD RefType; typedef
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp102 using RefType = typename std::conditional< in checkThrows() typedef
/external/eigen/unsupported/test/
Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef
/external/cronet/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp85 using RefType = typename std::conditional< in checkThrows() typedef
/external/federated-compute/fcp/base/
Dresult.h181 using RefType = std::conditional_t<Move, T&&, T const&>; in ThenInternal() local
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
Dweak_self.h134 using RefType = WeakRef; variable
/external/spdx-tools/spdx/v2_1/
Dpackage.go111 RefType string `json:"referenceType"` member
/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.uses/allocator.uses.construction/
Dcommon.h13 enum class RefType { enum
/external/spdx-tools/spdx/v2_2/
Dpackage.go124 RefType string `json:"referenceType"` member
/external/spdx-tools/spdx/v2_3/
Dpackage.go142 RefType string `json:"referenceType"` member
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dweak_self_test.cc135 using RefType = RecyclingWeakRef; typedef in bt::__anon08ecf3c80111::OnlyTwoStaticManager
/external/googleapis/google/devtools/cloudbuild/v2/
Drepositories.proto851 enum RefType { enum
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h108 enum class RefType { enum
/external/clang/lib/AST/
DType.cpp2616 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
DExpr.cpp2701 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
/external/clang/lib/Sema/
DSemaOverload.cpp4197 const ReferenceType *RefType in FindConversionForRefInit() local
4217 const ReferenceType *RefType = in FindConversionForRefInit() local
DSemaExpr.cpp13496 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr() local