Searched refs:getCatalogEntry (Results 1 – 3 of 3) sorted by relevance
138 template<> const collateral::catalogentry<uint32_t> * collateral::getCatalogEntry<>(uint32_t id) co… in getCatalogEntry() function in collateral144 template<> const collateral::catalogentry<uint64_t> * collateral::getCatalogEntry<>(uint64_t id) co… in getCatalogEntry() function in collateral
460 if ((entry = coll->getCatalogEntry(bytes2ValLE<uint32_t>(data))) == nullptr) { in decodeCatalogPayload()480 if ((entry = coll->getCatalogEntry(bytes2ValLE<uint64_t>(data))) == nullptr) { in decodeCatalogPayload()
165 template<typename T> const catalogentry<T> * getCatalogEntry(T id) const;