/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/module/ |
D | module.go | 167 func (e *ModuleError) Unwrap() error { return e.Err } func 193 func (e *InvalidVersionError) Unwrap() error { return e.Err } func 208 func (e *InvalidPathError) Unwrap() error { return e.Err } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/ |
D | errors.go | 63 func (e *wrapError) Unwrap() error { func 76 func (e *wrapErrors) Unwrap() []error { func
|
/aosp_15_r20/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/ |
H A D | Unwrap.java | 35 final class Unwrap { class 36 private Unwrap() {} in Unwrap() method in Unwrap
|
/aosp_15_r20/external/golang-protobuf/internal/errors/ |
H A D | errors.go | 40 func (e *prefixError) Unwrap() error { func 62 func (e *wrapError) Unwrap() error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/errors/ |
D | wrap_test.go | 294 func (e wrapped) Unwrap() error { return e.err } func 299 func (m multiErr) Unwrap() []error { return []error(m) } func
|
D | join.go | 60 func (e *joinError) Unwrap() []error { func
|
D | wrap.go | 17 func Unwrap(err error) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | net.go | 489 func (e *OpError) Unwrap() error { return e.Err } func 632 func (e *DNSConfigError) Unwrap() error { return e.Err } func 705 func (e *DNSError) Unwrap() error { return e.UnwrapErr } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | import.go | 98 func (e *ImportMissingError) Unwrap() error { func 235 func (e *invalidImportError) Unwrap() error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/ |
D | exec.go | 122 func (e *Error) Unwrap() error { return e.Err } func 139 func (w wrappedError) Unwrap() error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/zip/ |
D | zip.go | 158 func (e FileError) Unwrap() error { func 970 func (e *zipError) Unwrap() error { func
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-matchers.h | 539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function 541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function
|
/aosp_15_r20/external/webrtc/rtc_tools/py_event_log_analyzer/ |
H A D | misc.py | 57 def Unwrap(data, mod): function
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | layout.h | 55 static constexpr Layout Unwrap(const Result<Layout>& result) { in Unwrap() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testpty/ |
D | pty.go | 29 func (e *PtyError) Unwrap() error { return e.Errno } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | responsecontroller.go | 43 Unwrap() ResponseWriter methodSpec
|
/aosp_15_r20/external/tink/go/kwp/subtle/ |
H A D | kwp.go | 184 func (kwp *KWP) Unwrap(data []byte) ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/ |
D | errors.go | 105 func (e *BuildListError) Unwrap() error { return e.Err } func
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/ |
H A D | run.go | 90 func (e *commandError) Unwrap() error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/ |
D | errors.go | 43 func (e *CommandError) Unwrap() error { return e.Err } func
|