Searched refs:toHex (Results 1 – 2 of 2) sorted by relevance
1171 TableBuilder& TableBuilder::add(const std::string& key, const uint64_t& value, bool toHex) { in add() argument1173 if (toHex) in add()1182 bool toHex) { in add() argument1187 if (toHex) in add()
606 TableBuilder& add(const std::string& key, const uint64_t& value, bool toHex);607 TableBuilder& add(const std::string& key, const std::vector<uint64_t>& values, bool toHex);