ONE - On-device Neural Engine
|
#include <idl.h>
Public Member Functions | |
ParserState () | |
Protected Member Functions | |
void | ResetState (const char *source) |
void | MarkNewLine () |
int64_t | CursorPosition () const |
Protected Attributes | |
const char * | cursor_ |
const char * | line_start_ |
int | line_ |
int | token_ |
bool | attr_is_trivial_ascii_string_ |
std::string | attribute_ |
std::vector< std::string > | doc_comment_ |
|
inline |
|
inlineprotected |
Definition at line 682 of file idl.h.
References cursor_, FLATBUFFERS_ASSERT, and line_start_.
|
inlineprotected |
Definition at line 676 of file idl.h.
References cursor_, line_, and line_start_.
Referenced by ResetState().
|
inlineprotected |
Definition at line 669 of file idl.h.
References cursor_, line_, and MarkNewLine().
|
protected |
|
protected |
Definition at line 688 of file idl.h.
Referenced by CursorPosition(), MarkNewLine(), and ResetState().
|
protected |
|
protected |
Definition at line 690 of file idl.h.
Referenced by MarkNewLine(), and ResetState().
|
protected |
Definition at line 689 of file idl.h.
Referenced by CursorPosition(), and MarkNewLine().