/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 249 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value); 253 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value);
|
parser.cc | 872 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value) { 891 bool Parser::ParseEnumConstantOptions(EnumValueDescriptorProto* value) { [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 42 class EnumValueDescriptorProto; [all...] |
descriptor.pb.cc | 203 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), 204 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), 205 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), 210 EnumValueDescriptorProto::default_instance_, 212 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), 213 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _unknown_fields_), 217 sizeof(EnumValueDescriptorProto)); 434 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance()); 474 delete EnumValueDescriptorProto::default_instance_; [all...] |
descriptor.h | 80 class EnumValueDescriptorProto; 648 void CopyTo(EnumValueDescriptorProto* proto) const; [all...] |
descriptor.cc | [all...] |
descriptor_unittest.cc | 140 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, 142 EnumValueDescriptorProto* result = enum_proto->add_value(); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 347 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value, 352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
|
parser.cc | [all...] |
parser_unittest.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.h | 44 class EnumValueDescriptorProto; [all...] |
descriptor.pb.cc | 218 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), 219 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), 220 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), 225 EnumValueDescriptorProto::default_instance_, 227 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), 228 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _unknown_fields_), 232 sizeof(EnumValueDescriptorProto)); 489 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance()); 533 delete EnumValueDescriptorProto::default_instance_; [all...] |
descriptor.h | 84 class EnumValueDescriptorProto; 706 void CopyTo(EnumValueDescriptorProto* proto) const; [all...] |
descriptor.cc | [all...] |
descriptor_unittest.cc | 142 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, 144 EnumValueDescriptorProto* result = enum_proto->add_value(); [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 35 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto; 608 .addValue(EnumValueDescriptorProto.newBuilder()
|