Home
last modified time | relevance | path

Searched defs:Unwrap (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/module/
Dmodule.go167 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/
Derrors.go63 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 DUnwrap.java35 final class Unwrap { class
36 private Unwrap() {} in Unwrap() method in Unwrap
/aosp_15_r20/external/golang-protobuf/internal/errors/
H A Derrors.go40 func (e *prefixError) Unwrap() error { func
62 func (e *wrapError) Unwrap() error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/errors/
Dwrap_test.go294 func (e wrapped) Unwrap() error { return e.err } func
299 func (m multiErr) Unwrap() []error { return []error(m) } func
Djoin.go60 func (e *joinError) Unwrap() []error { func
Dwrap.go17 func Unwrap(err error) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go489 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/
Dimport.go98 func (e *ImportMissingError) Unwrap() error { func
235 func (e *invalidImportError) Unwrap() error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/
Dexec.go122 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/
Dzip.go158 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/
Dgtest-matchers.h539 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/
Dgtest-matchers.h539 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/
Dgtest-matchers.h539 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/
Dgtest-matchers.h539 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/
Dgtest-matchers.h539 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/
Dgtest-matchers.h539 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 Dmisc.py57 def Unwrap(data, mod): function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dlayout.h55 static constexpr Layout Unwrap(const Result<Layout>& result) { in Unwrap() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testpty/
Dpty.go29 func (e *PtyError) Unwrap() error { return e.Errno } func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dresponsecontroller.go43 Unwrap() ResponseWriter methodSpec
/aosp_15_r20/external/tink/go/kwp/subtle/
H A Dkwp.go184 func (kwp *KWP) Unwrap(data []byte) ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/
Derrors.go105 func (e *BuildListError) Unwrap() error { return e.Err } func
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Drun.go90 func (e *commandError) Unwrap() error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Derrors.go43 func (e *CommandError) Unwrap() error { return e.Err } func

1234