Home
last modified time | relevance | path

Searched defs:ToHost (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dendian.h181 inline uint8_t ToHost(uint8_t x) { return x; } in ToHost() function
182 inline uint16_t ToHost(uint16_t x) { return ToHost16(x); } in ToHost() function
183 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } in ToHost() function
184 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } in ToHost() function
196 inline int8_t ToHost(int8_t x) { return x; } in ToHost() function
197 inline int16_t ToHost(int16_t x) { in ToHost() function
200 inline int32_t ToHost(int32_t x) { in ToHost() function
203 inline int64_t ToHost(int64_t x) { in ToHost() function
271 inline uint8_t ToHost(uint8_t x) { return x; } in ToHost() function
272 inline uint16_t ToHost(uint16_ in ToHost() function
273 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } ToHost() function
274 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } ToHost() function
286 inline int8_t ToHost(int8_t x) { return x; } ToHost() function
287 inline int16_t ToHost(int16_t x) { ToHost() function
290 inline int32_t ToHost(int32_t x) { ToHost() function
293 inline int64_t ToHost(int64_t x) { ToHost() function
[all...]

Completed in 2 milliseconds