Searched refs:eight_bytes (Results 1 – 1 of 1) sorted by relevance
55 EndianBuilder(uint8_t byte, uint16_t two_bytes, uint32_t four_bytes, uint64_t eight_bytes) in EndianBuilder() argument56 : byte_(byte), two_bytes_(two_bytes), four_bytes_(four_bytes), eight_bytes_(eight_bytes) {} in EndianBuilder()