|
bool | AddNameError (const std::string &msg) |
|
bool | AddNameError (const std::string &msg) |
|
bool | AddOptionError (DescriptorPool::ErrorCollector::ErrorLocation location, const std::string &msg) |
|
bool | AddOptionError (DescriptorPool::ErrorCollector::ErrorLocation location, const std::string &msg) |
|
bool | AddValueError (const std::string &msg) |
|
bool | AddValueError (const std::string &msg) |
|
void | AddWithoutInterpreting (const UninterpretedOption &uninterpreted_option, Message *options) |
|
void | AddWithoutInterpreting (const UninterpretedOption &uninterpreted_option, Message *options) |
|
bool | ExamineIfOptionIsSet (std::vector< const FieldDescriptor * >::const_iterator intermediate_fields_iter, std::vector< const FieldDescriptor * >::const_iterator intermediate_fields_end, const FieldDescriptor *innermost_field, const std::string &debug_msg_name, const UnknownFieldSet &unknown_fields) |
|
bool | ExamineIfOptionIsSet (std::vector< const FieldDescriptor * >::const_iterator intermediate_fields_iter, std::vector< const FieldDescriptor * >::const_iterator intermediate_fields_end, const FieldDescriptor *innermost_field, const std::string &debug_msg_name, const UnknownFieldSet &unknown_fields) |
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (OptionInterpreter) |
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (OptionInterpreter) |
|
bool | InterpretSingleOption (Message *options, const std::vector< int > &src_path, const std::vector< int > &options_path) |
|
bool | InterpretSingleOption (Message *options, const std::vector< int > &src_path, const std::vector< int > &options_path) |
|
bool | SetAggregateOption (const FieldDescriptor *option_field, UnknownFieldSet *unknown_fields) |
|
bool | SetAggregateOption (const FieldDescriptor *option_field, UnknownFieldSet *unknown_fields) |
|
void | SetInt32 (int number, int32 value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetInt32 (int number, int32_t value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetInt64 (int number, int64 value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetInt64 (int number, int64_t value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
bool | SetOptionValue (const FieldDescriptor *option_field, UnknownFieldSet *unknown_fields) |
|
bool | SetOptionValue (const FieldDescriptor *option_field, UnknownFieldSet *unknown_fields) |
|
void | SetUInt32 (int number, uint32 value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetUInt32 (int number, uint32_t value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetUInt64 (int number, uint64 value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|
void | SetUInt64 (int number, uint64_t value, FieldDescriptor::Type type, UnknownFieldSet *unknown_fields) |
|