Home
last modified time | relevance | path

Searched refs:option_field (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc3060 bool SetOptionValue(const FieldDescriptor* option_field,
3065 bool SetAggregateOption(const FieldDescriptor* option_field,
5872 const FieldDescriptor* option_field, in SetOptionValue() argument
5875 switch (option_field->cpp_type()) { in SetOptionValue()
5882 option_field->full_name() + "\"."); in SetOptionValue()
5884 SetInt32(option_field->number(), in SetOptionValue()
5886 option_field->type(), unknown_fields); in SetOptionValue()
5892 option_field->full_name() + "\"."); in SetOptionValue()
5894 SetInt32(option_field->number(), in SetOptionValue()
5896 option_field->type(), unknown_fields); in SetOptionValue()
[all …]