|
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 * | prev_cursor_ |
| 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 850 of file idl.h.
References cursor_, FLATBUFFERS_ASSERT, and line_start_.
|
inlineprotected |
Definition at line 845 of file idl.h.
References cursor_, line_, and line_start_.
Referenced by ResetState().
|
inlineprotected |
Definition at line 838 of file idl.h.
References cursor_, line_, MarkNewLine(), and prev_cursor_.
|
protected |
|
protected |
Definition at line 856 of file idl.h.
Referenced by CursorPosition(), MarkNewLine(), and ResetState().
|
protected |
|
protected |
Definition at line 858 of file idl.h.
Referenced by MarkNewLine(), and ResetState().
|
protected |
Definition at line 857 of file idl.h.
Referenced by CursorPosition(), and MarkNewLine().
|
protected |
Definition at line 855 of file idl.h.
Referenced by ResetState().