Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
duplicated-definition-count.hpp
blob: 2916762617be77ce8a3d84c17b353c8a0259aa04 [
file
] [
log
] [
blame
] [
edit
]
class
BitStream
{
public
:
void
Write
(
const
char
*
inputByteArray
,
unsigned
int
numberOfBytes
);
void
Write
(
BitStream
*
bitStream
,
unsigned
numberOfBits
);
void
Write1
();
};