AhoCorasickNode 119 components/url_matcher/substring_set_matcher.cc while (edge_from_current == AhoCorasickNode::kNoSuchEdge && AhoCorasickNode 124 components/url_matcher/substring_set_matcher.cc if (edge_from_current != AhoCorasickNode::kNoSuchEdge) { AhoCorasickNode 146 components/url_matcher/substring_set_matcher.cc AhoCorasickNode root; AhoCorasickNode 172 components/url_matcher/substring_set_matcher.cc if (edge_from_current == AhoCorasickNode::kNoSuchEdge) AhoCorasickNode 180 components/url_matcher/substring_set_matcher.cc tree_.push_back(AhoCorasickNode()); AhoCorasickNode 191 components/url_matcher/substring_set_matcher.cc typedef AhoCorasickNode::Edges Edges; AhoCorasickNode 195 components/url_matcher/substring_set_matcher.cc AhoCorasickNode& root = tree_[0]; AhoCorasickNode 206 components/url_matcher/substring_set_matcher.cc AhoCorasickNode& current_node = tree_[queue.front()]; AhoCorasickNode 216 components/url_matcher/substring_set_matcher.cc while (edge_from_failure == AhoCorasickNode::kNoSuchEdge && AhoCorasickNode 223 components/url_matcher/substring_set_matcher.cc edge_from_failure != AhoCorasickNode::kNoSuchEdge AhoCorasickNode 232 components/url_matcher/substring_set_matcher.cc const uint32 SubstringSetMatcher::AhoCorasickNode::kNoSuchEdge = ~0; AhoCorasickNode 234 components/url_matcher/substring_set_matcher.cc SubstringSetMatcher::AhoCorasickNode::AhoCorasickNode() AhoCorasickNode 237 components/url_matcher/substring_set_matcher.cc SubstringSetMatcher::AhoCorasickNode::~AhoCorasickNode() {} AhoCorasickNode 239 components/url_matcher/substring_set_matcher.cc SubstringSetMatcher::AhoCorasickNode::AhoCorasickNode( AhoCorasickNode 240 components/url_matcher/substring_set_matcher.cc const SubstringSetMatcher::AhoCorasickNode& other) AhoCorasickNode 245 components/url_matcher/substring_set_matcher.cc SubstringSetMatcher::AhoCorasickNode& AhoCorasickNode 246 components/url_matcher/substring_set_matcher.cc SubstringSetMatcher::AhoCorasickNode::operator=( AhoCorasickNode 247 components/url_matcher/substring_set_matcher.cc const SubstringSetMatcher::AhoCorasickNode& other) { AhoCorasickNode 254 components/url_matcher/substring_set_matcher.cc uint32 SubstringSetMatcher::AhoCorasickNode::GetEdge(char c) const { AhoCorasickNode 259 components/url_matcher/substring_set_matcher.cc void SubstringSetMatcher::AhoCorasickNode::SetEdge(char c, uint32 node) { AhoCorasickNode 263 components/url_matcher/substring_set_matcher.cc void SubstringSetMatcher::AhoCorasickNode::AddMatch(StringPattern::ID id) { AhoCorasickNode 267 components/url_matcher/substring_set_matcher.cc void SubstringSetMatcher::AhoCorasickNode::AddMatches( AhoCorasickNode 268 components/url_matcher/substring_set_matcher.cc const SubstringSetMatcher::AhoCorasickNode::Matches& matches) { AhoCorasickNode 82 components/url_matcher/substring_set_matcher.h class AhoCorasickNode { AhoCorasickNode 90 components/url_matcher/substring_set_matcher.h AhoCorasickNode(); AhoCorasickNode 91 components/url_matcher/substring_set_matcher.h ~AhoCorasickNode(); AhoCorasickNode 92 components/url_matcher/substring_set_matcher.h AhoCorasickNode(const AhoCorasickNode& other); AhoCorasickNode 93 components/url_matcher/substring_set_matcher.h AhoCorasickNode& operator=(const AhoCorasickNode& other); AhoCorasickNode 134 components/url_matcher/substring_set_matcher.h std::vector<AhoCorasickNode> tree_;