Home
last modified time | relevance | path

Searched refs:as_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dspan.cppm
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py823 def get_version(self, as_bytes=True): argument
826 if as_bytes and not isinstance(ret, bytes):
833 return self.get_version(as_bytes=False)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan48 (sizeof(ElementType) * Extent))> as_bytes(span<ElementType, Extent> s) noexcept;
577 // as_bytes & as_writable_bytes
579 _LIBCPP_HIDE_FROM_ABI auto as_bytes(span<_Tp, _Extent> __s) noexcept {
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc614 SYMBOL(as_bytes, std::, <span>)