#include <text_format.h>
Public Member Functions | |
ParseLocation () | |
ParseLocation (int line_param, int column_param) | |
Public Attributes | |
int | column |
int | line |
Definition at line 456 of file text_format.h.
|
inline |
Definition at line 460 of file text_format.h.
|
inline |
Definition at line 461 of file text_format.h.
int google::protobuf::TextFormat::ParseLocation::column |
Definition at line 458 of file text_format.h.
int google::protobuf::TextFormat::ParseLocation::line |
Definition at line 457 of file text_format.h.