diff --git a/development/classes/parser.LcovParser.html b/development/classes/parser.LcovParser.html index 0945466e..0d9dfb34 100644 --- a/development/classes/parser.LcovParser.html +++ b/development/classes/parser.LcovParser.html @@ -1,7 +1,7 @@
Private
Internal
_bufferPrivate
Readonly
Internal
_chunksPrivate
Readonly
Internal
_fieldPrivate
Internal
_offsetPrivate
Readonly
Internal
_variantsPrivate
_matchInternal
Private
_parseInternal
Private
_resetTry to parse as many results as possible with the currently available chunks.
-Try to parse a result, this may fail if there's no or insufficient data. +
Private
Internal
_bufferPrivate
Readonly
Internal
_chunksPrivate
Readonly
Internal
_fieldPrivate
Internal
_offsetPrivate
Readonly
Internal
_variantsPrivate
_matchInternal
Private
_parseInternal
Private
_resetTry to parse as many results as possible with the currently available chunks.
+Try to parse a result, this may fail if there's no or insufficient data.
Check the done
and incomplete
fields for false
values.
Add the chunk
to the list of chunks that should be parsed.
Static
Private
_defaultInternal
Static
Private
_parseStatic
Private
_parseStatic
Private
_seekStatic
Private
_defaultInternal
Static
Private
_parseStatic
Private
_parseStatic
Private
_seek
Parses the given chunks based on the provided FieldNames. Please note that a LcovParser#write call doesn't imply any parsing, call the LcovParser#read or LcovParser#flush functions to parse the given chunks.
-