#include <descriptor.h>
Public Attributes | |
int | end_column |
int | end_line |
std::string | leading_comments |
std::vector< std::string > | leading_detached_comments |
int | start_column |
int | start_line |
std::string | trailing_comments |
Definition at line 145 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
int google::protobuf::SourceLocation::end_column |
Definition at line 149 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
int google::protobuf::SourceLocation::end_line |
Definition at line 147 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
std::string google::protobuf::SourceLocation::leading_comments |
Definition at line 153 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
std::vector< std::string > google::protobuf::SourceLocation::leading_detached_comments |
Definition at line 155 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
int google::protobuf::SourceLocation::start_column |
Definition at line 148 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
int google::protobuf::SourceLocation::start_line |
Definition at line 146 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
std::string google::protobuf::SourceLocation::trailing_comments |
Definition at line 154 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.