Searched defs:Unwrapped (Results 1 – 5 of 5) sorted by relevance
63 static T Unwrapped(absl::StatusOr<T> x) { in Unwrapped() function67 static T Unwrapped(ValueOrFailure<T> x) { in Unwrapped() function70 static Empty Unwrapped(absl::Status) { return Empty{}; } in Unwrapped() function71 static Empty Unwrapped(StatusFlag) { return Empty{}; } in Unwrapped() function
45 static Empty Unwrapped(StatusFlag) { return Empty{}; } in Unwrapped() function46 static Empty Unwrapped(absl::Status) { return Empty{}; } in Unwrapped() function
40 static T Unwrapped(T x) { in Unwrapped() function
75 if (auto *Unwrapped = dyn_cast<ValueAsMetadata>(V->getMetadata())) { in remapInstruction() local
6258 FunctionTypeUnwrapper Unwrapped(*this, T); in adjustMemberFunctionCC() local