Searched refs:getKey (Results 1 – 12 of 12) sorted by relevance
62 virtual const TKey& getKey() const = 0;76 const TKey& getKey() const final { return key; } in getKey() function84 const TKey& getKey() const final { return key; } in getKey() function89 return hash_type(entry->getKey()); in operator()95 return lhs->getKey() == rhs->getKey(); in operator()152 return (*mIterator)->getKey(); in key()
271 inline const KEY& getKey() const {
88 entries.stream().filter(x -> x.getKey().equals(entryKey)).findFirst(); in assertEntryValue()
90 String fromId = entry.getKey(); in getAllAlternativeIds()
183 virtual std::optional<std::vector<uint8_t>> getKey(const std::string& alias, int uid) = 0;
88 std::optional<std::vector<uint8_t>> getKey(const std::string& alias, int uid) override;
114 String className = entry.getKey().split("\\.")[0]; in parseXsdAndCompile()
45 method public String getKey();
35 method public String getKey();
330 switch (element.getKey()) { in setDefaultValues()
458 std::optional<std::vector<uint8_t>> KeystoreClientImpl::getKey(const std::string& alias, int uid) { in getKey() function in keystore::KeystoreClientImpl
863 .map(x -> "Link\t" + x.getValue() + "\t\t" + x.getKey()) in createBackwardFile()