webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::compiler::SourceLocationTable Class Reference

#include <parser.h>

Public Member Functions

 SourceLocationTable ()
 
 ~SourceLocationTable ()
 
bool Find (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int *line, int *column) const
 
void Add (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int line, int column)
 
void Clear ()
 

Constructor & Destructor Documentation

◆ SourceLocationTable()

google::protobuf::compiler::SourceLocationTable::SourceLocationTable ( )

◆ ~SourceLocationTable()

google::protobuf::compiler::SourceLocationTable::~SourceLocationTable ( )

Member Function Documentation

◆ Add()

void google::protobuf::compiler::SourceLocationTable::Add ( const Message descriptor,
DescriptorPool::ErrorCollector::ErrorLocation  location,
int  line,
int  column 
)

◆ Clear()

void google::protobuf::compiler::SourceLocationTable::Clear ( )

◆ Find()

bool google::protobuf::compiler::SourceLocationTable::Find ( const Message descriptor,
DescriptorPool::ErrorCollector::ErrorLocation  location,
int *  line,
int *  column 
) const

The documentation for this class was generated from the following files: