Searched defs:EmptySlice (Results 1 – 9 of 9) sorted by relevance
73 pub fn new(slice: &'a [T]) -> Result<Self, EmptySlice> { in new() argument105 pub struct EmptySlice; struct107 impl core::fmt::Display for EmptySlice { implementation117 impl std::error::Error for EmptySlice {} implementation
45 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
46 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
77 EmptySlice, enumerator
75 static constexpr grpc_slice EmptySlice() { return {nullptr, {}}; } in EmptySlice() function
1419 EmptySlice []Small member