Home
last modified time | relevance | path

Searched refs:it_handler (Results 1 – 1 of 1) sorted by relevance

/external/libweave/src/commands/
Dcommand_queue.cc85 auto it_handler = command_callbacks_.find(key); in Add() local
87 if (it_handler != command_callbacks_.end()) in Add()
88 it_handler->second.Run(pair.first->second); in Add()