Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/dictionary/
H A Ddictionary.cc50 std::string MapReverseLookup(const HashVectorBimap& bimap, int32_t id) { in MapReverseLookup() function
111 return MapReverseLookup(*bimap_, id - (max_special_id_ + 1)); in IdToToken()