Home
last modified time | relevance | path

Searched defs:BytesStr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/
Dheader.rs36 pub struct BytesStr(Bytes); struct
266 impl BytesStr { implementation
291 impl std::ops::Deref for BytesStr { implementation
298 impl AsRef<[u8]> for BytesStr { implementation
304 impl fmt::Debug for BytesStr { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/test/
Dfuzz.rs363 fn to_shared(src: String) -> crate::hpack::BytesStr { in to_shared()
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp911 StringRef BytesStr; in DumpLiteralPointerSection() local
1095 StringRef BytesStr; in DumpSectionContents() local
1179 StringRef BytesStr; in DumpInfoPlistSectionContents() local
3344 StringRef BytesStr; in walk_pointer_list_64() local
3395 StringRef BytesStr; in walk_pointer_list_32() local
6593 StringRef BytesStr; in DisassembleMachO() local
H A Dllvm-objdump.cpp1121 StringRef BytesStr; in DisassembleObject() local
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs625 pub fn set_authority(&mut self, authority: BytesStr) { in set_authority()
/aosp_15_r20/external/llvm/tools/sancov/
H A Dsancov.cc396 StringRef BytesStr; in getObjectCoveragePoints() local