Home
last modified time | relevance | path

Searched defs:EmptySlice (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Dslice.rs73 pub fn new(slice: &'a [T]) -> Result<Self, EmptySlice> { in new() argument
105 pub struct EmptySlice; struct
107 impl core::fmt::Display for EmptySlice { implementation
117 impl std::error::Error for EmptySlice {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dslice.rs73 pub fn new(slice: &'a [T]) -> Result<Self, EmptySlice> { in new() argument
105 pub struct EmptySlice; struct
107 impl core::fmt::Display for EmptySlice { implementation
117 impl std::error::Error for EmptySlice {} implementation
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/
H A Dslice.h45 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Dslice.h46 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/
Dslice.h46 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dmod.rs77 EmptySlice, enumerator
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/
H A Dslice.h75 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.h75 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode_test.go1419 EmptySlice []Small member