| /third_party/gn/src/gn/ |
| D | parser_unittest.cc | 93 TEST(Parser, Literal) { in TEST() argument 98 TEST(Parser, BinaryOp) { in TEST() argument 117 TEST(Parser, FunctionCall) { in TEST() argument 130 TEST(Parser, ParenExpression) { in TEST() argument 148 TEST(Parser, OrderOfOperationsLeftAssociative) { in TEST() argument 159 TEST(Parser, OrderOfOperationsEqualityBoolean) { in TEST() argument 179 TEST(Parser, UnaryOp) { in TEST() argument 188 TEST(Parser, List) { in TEST() argument 214 TEST(Parser, Assignment) { in TEST() argument 224 TEST(Parser, Accessor) { in TEST() argument [all …]
|
| /third_party/ninja/src/ |
| D | parser.h | 26 struct Parser { struct 27 Parser(State* state, FileReader* file_reader) in Parser() function 38 State* state_; 39 FileReader* file_reader_; 40 Lexer lexer_;
|
| /third_party/rust/crates/cxx/syntax/ |
| D | attrs.rs | 30 pub struct Parser<'a> { struct 47 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse() argument
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-16668.rs | 3 struct Parser<'a, I, O> { struct 7 impl<'a, I: 'a, O: 'a> Parser<'a, I, O> { argument
|
| D | issue-20971.rs | 7 pub trait Parser { interface 12 impl Parser for () { impl
|
| D | issue-15034.rs | 11 struct Parser<'a> { struct 15 impl<'a> Parser<'a> { argument
|
| D | issue-2590.rs | 1 struct Parser { struct 9 impl Parse for Parser { implementation
|
| /third_party/rust/rust/tests/ui/nll/ |
| D | issue-52057.rs | 7 pub trait Parser { interface 13 impl<'a, I, P: ?Sized> Parser for &'a mut P impl
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| D | parser.rs | 27 pub fn build(&self) -> Parser { in build() 175 pub struct Parser { struct 176 ast: ast::parse::Parser, argument 180 impl Parser { impl
|
| /third_party/rust/rust/tests/ui/borrowck/ |
| D | issue-28934.rs | 8 struct Parser<'i: 't, 't>(&'i u8, &'t u8); struct 10 impl<'i, 't> Parser<'i, 't> { impl
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/ |
| D | parser_register.py | 40 def reg_parser(parser: Parser): 75 def __init__(self, parser: Parser): 79 def reg_parser(parser: Parser):
|
| /third_party/rust/rust/tests/ui/associated-types/ |
| D | issue-67684.rs | 24 trait Parser trait 39 impl Parser for () { implementation
|
| D | associated-types-issue-21212.rs | 9 pub trait Parser { trait
|
| D | issue-25700-2.rs | 2 pub trait Parser { trait
|
| /third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
| D | convertToAsyncFunction_Method.ts | 3 class Parser { class 10 class Parser { class
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
| D | main.go | 383 type Parser struct { struct 384 rules []rule // a slice to store the rules extracted from the spec 385 firstSectionContainingRule int // the first section a rules is extracted from 386 lastSectionContainingRule int // the last section a rules is extracted form 397 func (p *Parser) getRules(node *html.Node) error { 440 func (p *Parser) getKeywordRule(node *html.Node, section int, subSection string) error { 507 func (p *Parser) getAlgorithmRule(node *html.Node, section int, subSection string) error { 549 func (p *Parser) getNowrapRule(node *html.Node, section int, subSection string) error { 809 func getUnimplementedTestPlan(p Parser, path string) error {
|
| /third_party/rust/rust/tests/ui/mismatched_types/ |
| D | issue-35030.rs | 3 trait Parser<T> { trait
|
| /third_party/rust/rust/compiler/rustc_parse_format/src/ |
| D | lib.rs | 220 pub struct Parser<'a> { struct 221 mode: ParseMode, 222 input: &'a str, 223 cur: iter::Peekable<str::CharIndices<'a>>, 225 pub errors: Vec<ParseError>, 249 impl<'a> Iterator for Parser<'a> { argument 319 impl<'a> Parser<'a> { impl
|
| /third_party/ffmpeg/libavutil/ |
| D | eval.c | 43 typedef struct Parser { struct 58 } Parser; argument
|
| /third_party/rust/rust/src/tools/rustfmt/src/parse/ |
| D | parser.rs | 25 pub(crate) struct Parser<'a> { struct 26 parser: RawParser<'a>, argument 93 impl<'a> Parser<'a> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | RemarkParser.cpp | 143 LLVMRemarkParserGetNext(LLVMRemarkParserRef Parser) { in LLVMRemarkParserGetNext() 164 extern "C" LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser) { in LLVMRemarkParserHasError() 169 LLVMRemarkParserGetErrorMessage(LLVMRemarkParserRef Parser) { in LLVMRemarkParserGetErrorMessage() 173 extern "C" void LLVMRemarkParserDispose(LLVMRemarkParserRef Parser) { in LLVMRemarkParserDispose()
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | issue-56822.rs | 22 pub struct Parser<'a> { struct 23 field: <Wrapper<Inner<'a, u8>> as MyTrait>::Output
|
| /third_party/rust/rust/compiler/rustc_parse/src/parser/ |
| D | nonterminal.rs | 13 impl<'a> Parser<'a> { impl
|
| /third_party/rust/rust/tests/ui/function-pointer/ |
| D | issue-102289.rs | 3 pub(crate) trait Parser: Sized { interface 27 P: Parser, in chainl1() 28 Op: Parser, in chainl1()
|
| /third_party/rust/crates/humantime/src/ |
| D | duration.rs | 97 struct Parser<'a> { struct 103 impl<'a> Parser<'a> { impl
|