Home
last modified time | relevance | path

Searched refs:MatchOptions (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/glob/src/
Dlib.rs91 options: MatchOptions,
154 glob_with(pattern, MatchOptions::new()) in glob()
170 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with()
684 self.matches_with(str, MatchOptions::new()) in matches()
696 pub fn matches_with(&self, str: &str, options: MatchOptions) -> bool { in matches_with()
702 pub fn matches_path_with(&self, path: &Path, options: MatchOptions) -> bool { in matches_path_with()
718 options: MatchOptions, in matches_from() argument
807 options: MatchOptions, in fill_todo() argument
913 fn in_char_specifiers(specifiers: &[CharSpecifier], c: char, options: MatchOptions) -> bool { in in_char_specifiers()
965 pub struct MatchOptions { struct
[all …]
/external/rust/crates/clang-sys/out/
Dcommon.rs23 use glob::MatchOptions;
151 let mut options = MatchOptions::new(); in search_directory()
255 let mut options = MatchOptions::new(); in search_libclang_directories()
/external/rust/crates/clang-sys/build/
Dcommon.rs23 use glob::MatchOptions;
151 let mut options = MatchOptions::new(); in search_directory()
255 let mut options = MatchOptions::new(); in search_libclang_directories()
/external/icing/icing/result/
Dsnippet-retriever.cc333 struct MatchOptions { struct
354 MatchOptions* match_options, in GetEntriesFromProperty()
433 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()
497 MatchOptions match_options = {snippet_spec}; in RetrieveSnippet()