Searched defs:is_prefix (Results 1 – 10 of 10) sorted by relevance
| /external/icing/icing/query/advanced_query_parser/ |
| D | abstract-syntax-tree.h | 57 bool is_prefix) in TerminalNode() 65 bool is_prefix() const { return is_prefix_; } in is_prefix() function 88 : TerminalNode(std::move(value), raw_value, is_prefix) {} in TerminalNode() argument 98 : TerminalNode(std::move(value), raw_value, is_prefix) {} in TerminalNode() argument
|
| D | parser.cc | 88 bool is_prefix = false; in ConsumeStringElement() local
|
| D | query-visitor.h | 272 TermMatchType::Code GetTermMatchType(bool is_prefix) const { in GetTermMatchType()
|
| /external/rust/crates/memchr/src/memmem/ |
| D | util.rs | 8 pub(crate) fn is_prefix(haystack: &[u8], needle: &[u8]) -> bool { in is_prefix() function
|
| D | rabinkarp.rs | 212 fn is_prefix(haystack: &[u8], needle: &[u8]) -> bool { in is_prefix() function
|
| /external/strace/ |
| D | ioctlsort.c | 49 is_prefix(const char *s1, const char *s2) in is_prefix() function
|
| /external/bpftool/src/ |
| D | main.c | 149 bool is_prefix(const char *pfx, const char *str) in is_prefix() function
|
| /external/rust/crates/aho-corasick/src/packed/ |
| D | pattern.rs | 260 pub fn is_prefix(&self, bytes: &[u8]) -> bool { in is_prefix() method
|
| /external/selinux/libselinux/src/android/ |
| D | android_seapp.c | 112 char is_prefix; member
|
| /external/mksh/src/ |
| D | expr.c | 234 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm()
|