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