Home
last modified time | relevance | path

Searched defs:bytestring (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dconstant-evaluate.rs24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dconstant-evaluate.rs24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstant-evaluate.h20 const char* bytestring = "Foo"; variable
/third_party/python/Lib/test/test_email/
D__init__.py51 def _bytes_msg(self, bytestring, message=None, policy=None): argument