Home
last modified time | relevance | path

Searched refs:_EncodeStringInternal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rappor/client/cpp/
H A Dencoder.cc313 bool Encoder::_EncodeStringInternal(const std::string& value, Bits* bloom_out, in _EncodeStringInternal() function in rappor::Encoder
330 return _EncodeStringInternal(value, &unused_bloom, &unused_prr, irr_out); in EncodeString()
H A Dencoder.h104 bool _EncodeStringInternal(const std::string& value, Bits* bloom_out,
H A Drappor_sim.cc195 bool ok = e._EncodeStringInternal(value, &bloom, &prr, &irr); in main()