Searched defs:FunctionSchemaMap (Results 1 – 1 of 1) sorted by relevance
1764 struct FunctionSchemaMap { struct1770 FunctionSchemaMap() = default; argument1771 void insert(const FunctionSchema& schema, T val) { in insert()1778 void erase(const FunctionSchema& schema) { in erase()1794 bool contains(const FunctionSchema& schema) const { in contains()1807 std::optional<T> find(const FunctionSchema& schema) const { in find()1821 std::vector<FuncSchemaMapType> getAllKeysAndValues() const { in getAllKeysAndValues()1835 MapType map;