Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 3 of 3) sorted by relevance

/build/soong/androidmk/parser/
Dparser.go15 type ParseError struct { struct
20 func (e *ParseError) Error() string { argument
73 err := &ParseError{
/build/blueprint/parser/
Dparser.go31 type ParseError struct { struct
36 func (e *ParseError) Error() string { argument
112 err = &ParseError{
/build/blueprint/
Dcontext.go486 if parseErr, ok := err.(*parser.ParseError); ok {