Home
last modified time | relevance | path

Searched defs:Unwrapped (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dtry_join.h63 static T Unwrapped(absl::StatusOr<T> x) { in Unwrapped() function
67 static T Unwrapped(ValueOrFailure<T> x) { in Unwrapped() function
70 static Empty Unwrapped(absl::Status) { return Empty{}; } in Unwrapped() function
71 static Empty Unwrapped(StatusFlag) { return Empty{}; } in Unwrapped() function
H A Dall_ok.h45 static Empty Unwrapped(StatusFlag) { return Empty{}; } in Unwrapped() function
46 static Empty Unwrapped(absl::Status) { return Empty{}; } in Unwrapped() function
H A Djoin.h40 static T Unwrapped(T x) { in Unwrapped() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp75 if (auto *Unwrapped = dyn_cast<ValueAsMetadata>(V->getMetadata())) { in remapInstruction() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp6258 FunctionTypeUnwrapper Unwrapped(*this, T); in adjustMemberFunctionCC() local