Home
last modified time | relevance | path

Searched defs:WithComments (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dmod.rs441 pub struct WithComments { struct
443 pub ast: Ast,
445 pub comments: Vec<Comment>,
Dparse.rs346 ) -> Result<ast::WithComments> { in parse_with_comments()
957 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dmod.rs439 pub struct WithComments { struct
441 pub ast: Ast,
443 pub comments: Vec<Comment>,
H A Dparse.rs371 ) -> Result<ast::WithComments> { in parse_with_comments()
982 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments()
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_text_util.h59 TextOutputOptions WithComments(bool new_value) const { in WithComments() function
/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_text_util_test.cc395 TEST(TextOutputOptions, WithComments) { in TEST() argument