Searched refs:prefix_match (Results 1 – 7 of 7) sorted by relevance
/external/python/asn1crypto/asn1crypto/ |
D | _iri.py | 63 prefix_match = re.match('^[^:]*://', value) 64 if prefix_match: 65 real_prefix = prefix_match.group(0)
|
/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | tail.h | 25 bool prefix_match(Agent &agent, std::size_t offset) const;
|
D | louds-trie.cc | 656 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_()
|
D | louds-trie.h | 109 inline bool prefix_match(Agent &agent, std::size_t node_id) const;
|
D | tail.cc | 108 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/ |
D | lds_rds_for_test.proto | 63 string prefix_match = 9; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 293 string prefix_match = 9; field
|