Lines Matching defs:value
26 inline uint64_t htonll(uint64_t value) in htonll()
37 inline uint64_t ntohll(uint64_t value) in ntohll()
87 Stream& operator>>(uint8_t& value) in operator >>()
99 Stream& operator>>(char& value) in operator >>()
111 Stream& operator>>(uint16_t& value) in operator >>()
124 Stream& operator>>(uint32_t& value) in operator >>()
137 Stream& operator>>(uint64_t& value) in operator >>()
152 Stream& operator>>(std::vector<uint8_t>& value) in operator >>()
169 Stream& operator>>(std::vector<char>& value) in operator >>()
184 Stream& operator<<(uint8_t value) in operator <<()
196 Stream& operator<<(char value) in operator <<()
208 Stream& operator<<(uint16_t value) in operator <<()
221 Stream& operator<<(uint32_t value) in operator <<()
234 Stream& operator<<(uint64_t value) in operator <<()
249 Stream& operator<<(const std::vector<uint8_t>& value) in operator <<()
266 Stream& operator<<(const std::vector<char>& value) in operator <<()