Searched refs:AttrValueMapPtr (Results 1 – 4 of 4) sorted by relevance
60 using AttrValueMapPtr = std::shared_ptr<AttrValueMap>; variable65 EvalResult(AbstractBasePtr abs, AttrValueMapPtr attr) : abstract_(abs), attribute_(attr) {} in EvalResult()69 AttrValueMapPtr attribute() { return attribute_; } in attribute()74 AttrValueMapPtr attribute_;
36 …std::unordered_map<AbstractBasePtrList, AttrValueMapPtr, AbstractBasePtrListHasher, AbstractBasePt…37 using EvaluatorAttrCache = MultiThreadCache<AbstractBasePtrList, AttrValueMapPtr, EvaluatorAttrMap>;
123 const AttrValueMapPtr &attrs);
812 …itivePtr BuildPrimtiveValueWithAttributes(const PrimitivePtr &prim, const AttrValueMapPtr &attrs) { in BuildPrimtiveValueWithAttributes()841 const AttrValueMapPtr &attrs) { in BuildPossibleValueNode()