Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
D_iri.py63 prefix_match = re.match('^[^:]*://', value)
64 if prefix_match:
65 real_prefix = prefix_match.group(0)
/external/marisa-trie/lib/marisa/grimoire/trie/
Dtail.h25 bool prefix_match(Agent &agent, std::size_t offset) const;
Dlouds-trie.cc656 if (!prefix_match(agent, cache_[cache_id].link())) { in predictive_find_child()
677 if (prefix_match(agent, get_link(state.node_id(), link_id))) { in predictive_find_child()
710 bool LoudsTrie::prefix_match(Agent &agent, std::size_t link) const { in prefix_match() function in marisa::grimoire::trie::LoudsTrie
714 return tail_.prefix_match(agent, link); in prefix_match()
813 if (!prefix_match(agent, cache_[cache_id].link())) { in prefix_match_()
830 if (!prefix_match(agent, get_link(node_id))) { in prefix_match_()
Dlouds-trie.h109 inline bool prefix_match(Agent &agent, std::size_t node_id) const;
Dtail.cc108 bool Tail::prefix_match(Agent &agent, std::size_t offset) const { in prefix_match() function in marisa::grimoire::trie::Tail
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto63 string prefix_match = 9; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto293 string prefix_match = 9; field