Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/dictionary/
H A Ddictionary.cc39 HashVectorBimap; typedef
45 int32_t MapLookup(const HashVectorBimap& bimap, const std::string& tag) { in MapLookup()
50 std::string MapReverseLookup(const HashVectorBimap& bimap, int32_t id) { in MapReverseLookup()
58 int32_t GetSize(const HashVectorBimap& bimap) { in GetSize()
167 auto bimap = std::make_unique<HashVectorBimap>(); in Create()
175 return std::unique_ptr<Dictionary>(new DictionaryImpl<HashVectorBimap>( in Create()