Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dkythe-data.cc58 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()
Dkythe-data.h96 std::unordered_map<Callable*, kythe_entity_t> callables_; variable