Lines Matching refs:binarystream
37 #include "processor/binarystream.h"
42 binarystream &binarystream::operator>>(string &str) {
58 binarystream &binarystream::operator>>(uint8_t &u8) {
63 binarystream &binarystream::operator>>(uint16_t &u16) {
71 binarystream &binarystream::operator>>(uint32_t &u32) {
79 binarystream &binarystream::operator>>(uint64_t &u64) {
87 binarystream &binarystream::operator<<(const string &str) {
99 binarystream &binarystream::operator<<(uint8_t u8) {
104 binarystream &binarystream::operator<<(uint16_t u16) {
110 binarystream &binarystream::operator<<(uint32_t u32) {
116 binarystream &binarystream::operator<<(uint64_t u64) {