Searched refs:BinaryBeImpl (Results 1 – 1 of 1) sorted by relevance
33 template <typename ValueType> struct BinaryBeImpl { struct35 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() function39 raw_ostream &operator<<(raw_ostream &OS, const BinaryBeImpl<ValueType> &BBE) { in operator <<()47 template <typename ValueType> BinaryBeImpl<ValueType> binaryBe(ValueType V) { in binaryBe()48 return BinaryBeImpl<ValueType>(V); in binaryBe()