Home
last modified time | relevance | path

Searched defs:Parser (Results 1 – 25 of 211) sorted by relevance

123456789

/third_party/gn/src/gn/
Dparser_unittest.cc93 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/
Dparser.h26 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/
Dattrs.rs30 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/
Dissue-16668.rs3 struct Parser<'a, I, O> { struct
7 impl<'a, I: 'a, O: 'a> Parser<'a, I, O> { argument
Dissue-20971.rs7 pub trait Parser { interface
12 impl Parser for () { impl
Dissue-15034.rs11 struct Parser<'a> { struct
15 impl<'a> Parser<'a> { argument
Dissue-2590.rs1 struct Parser { struct
9 impl Parse for Parser { implementation
/third_party/rust/rust/tests/ui/nll/
Dissue-52057.rs7 pub trait Parser { interface
13 impl<'a, I, P: ?Sized> Parser for &'a mut P impl
/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs27 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/
Dissue-28934.rs8 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/
Dparser_register.py40 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/
Dissue-67684.rs24 trait Parser trait
39 impl Parser for () { implementation
Dassociated-types-issue-21212.rs9 pub trait Parser { trait
Dissue-25700-2.rs2 pub trait Parser { trait
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_Method.ts3 class Parser { class
10 class Parser { class
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
Dmain.go383 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/
Dissue-35030.rs3 trait Parser<T> { trait
/third_party/rust/rust/compiler/rustc_parse_format/src/
Dlib.rs220 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/
Deval.c43 typedef struct Parser { struct
58 } Parser; argument
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dparser.rs25 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/
DRemarkParser.cpp143 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/
Dissue-56822.rs22 pub struct Parser<'a> { struct
23 field: <Wrapper<Inner<'a, u8>> as MyTrait>::Output
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dnonterminal.rs13 impl<'a> Parser<'a> { impl
/third_party/rust/rust/tests/ui/function-pointer/
Dissue-102289.rs3 pub(crate) trait Parser: Sized { interface
27 P: Parser, in chainl1()
28 Op: Parser, in chainl1()
/third_party/rust/crates/humantime/src/
Dduration.rs97 struct Parser<'a> { struct
103 impl<'a> Parser<'a> { impl

123456789