Searched defs:insert_as (Results 1 – 3 of 3) sorted by relevance
219 std::pair<iterator, bool> insert_as(const ValueT &V, in insert_as() function224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() function
286 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as() function
173 detail::DenseMapPair<value_type *, bool> insert_as(value_type &&KV, in insert_as() function