Home
last modified time | relevance | path

Searched defs:AsSpan (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Daddress.h62 constexpr span<const uint8_t, 6> AsSpan() const { in AsSpan() function
/external/cronet/net/der/
Dinput.cc26 base::span<const uint8_t> Input::AsSpan() const { in AsSpan() function in net::der::Input
/external/pigweed/pw_metric/
Dmetric.cc28 span<const std::byte> AsSpan(const T& t) { in AsSpan() function