Searched refs:have_hex (Results 1 – 2 of 2) sorted by relevance
111 bool have_hex = false; in operator =() local114 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator =()117 have_hex = true; in operator =()126 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator =()129 have_hex = true; in operator =()
1823 bool have_hex = false; in operator >>() local1827 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator >>()1830 have_hex = true; in operator >>()1843 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator >>()1846 have_hex = true; in operator >>()