Searched refs:hex_ (Results 1 – 3 of 3) sorted by relevance
407 std::size_t hex_ = 0; in decode_hex() local411 hex_ *= 16; in decode_hex()415 hex_ += ch_ - '0'; in decode_hex()419 hex_ += 10 + (ch_ - 'a'); in decode_hex()423 hex_ += 10 + (ch_ - 'A'); in decode_hex()445 return static_cast<CharT> (hex_); in decode_hex()
68 (cout << arg1 << "this is it, shukz:" << hex_ << arg2 << endl_ << endl_)(msg, i100); in main()
192 iomanip_t hex_ = &PHOENIX_STD::hex; variable