Searched refs:phoneNodeCreators (Results 1 – 1 of 1) sorted by relevance
245 …nst LinearMapNode<RefPtr<DOMNode> (*)(NodeId, const std::string&, int32_t)> phoneNodeCreators[] = { in CreateNodeWithId() local259 …creatorIndex = BinarySearchFindIndex(phoneNodeCreators, ArraySize(phoneNodeCreators), tag.c_str()); in CreateNodeWithId()261 domNode = phoneNodeCreators[creatorIndex].value(nodeId, tag, itemIndex); in CreateNodeWithId()