Searched defs:ContextMapping (Results 1 – 2 of 2) sorted by relevance
315 struct ContextMapping { struct316 std::vector<const Node*> ctx_stack_;317 std::unordered_map<const Node*, const Node*> node_to_ctx_;319 void processNode(Node* n) { in processNode()329 void processBlock(Block* block) { in processBlock()342 ContextMapping(const std::shared_ptr<Graph>& graph) { in ContextMapping() function347 const Node* get(const Node* n) const { in get()355 bool has(const Node* n) const { in has()
112 TEST_P(CarAudioControlHidlTest, ContextMapping) { in TEST_P() argument