Searched refs:_EncodeStringInternal (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rappor/client/cpp/ |
H A D | encoder.cc | 313 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 D | encoder.h | 104 bool _EncodeStringInternal(const std::string& value, Bits* bloom_out,
|
H A D | rappor_sim.cc | 195 bool ok = e._EncodeStringInternal(value, &bloom, &prr, &irr); in main()
|