Home
last modified time | relevance | path

Searched defs:ParseError (Results 1 – 2 of 2) sorted by relevance

/build/soong/androidmk/parser/
Dparser.go15 type ParseError struct { struct
16 Err error
17 Pos scanner.Position
20 func (e *ParseError) Error() string {
/build/blueprint/parser/
Dparser.go31 type ParseError struct { struct
32 Err error
33 Pos scanner.Position
36 func (e *ParseError) Error() string {