Searched refs:callables_ (Results 1 – 2 of 2) sorted by relevance
58 auto it = that->callables_.find(callable); in AddFunctionDefinition()59 if (it != that->callables_.end()) return it->second; in AddFunctionDefinition()66 that->callables_.insert(it, std::make_pair(callable, callable_id)); in AddFunctionDefinition()
96 std::unordered_map<Callable*, kythe_entity_t> callables_; variable