webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
google::protobuf::TextFormat::ParseLocation Struct Reference

#include <text_format.h>

Public Member Functions

 ParseLocation ()
 
 ParseLocation (int line_param, int column_param)
 

Public Attributes

int line
 
int column
 

Constructor & Destructor Documentation

◆ ParseLocation() [1/2]

google::protobuf::TextFormat::ParseLocation::ParseLocation ( )
inline

◆ ParseLocation() [2/2]

google::protobuf::TextFormat::ParseLocation::ParseLocation ( int  line_param,
int  column_param 
)
inline

Member Data Documentation

◆ column

int google::protobuf::TextFormat::ParseLocation::column

◆ line

int google::protobuf::TextFormat::ParseLocation::line

The documentation for this struct was generated from the following file: