Home | History | Annotate | Download | only in compiler

Lines Matching refs:Descriptor

44 #include <google/protobuf/descriptor.pb.h>
87 const Message* descriptor,
91 source_locations_.Find(descriptor, location, &line, &column);
1359 // Build descriptor message in test pool
1361 DescriptorProto::descriptor()->file()->CopyTo(&descriptor_proto);
1366 // import google/protobuf/descriptor.proto
1412 // descriptor types) is parseable, and results in the same Descriptor
1452 protobuf_unittest::TestAllTypes::descriptor()->file();
1457 // all other descriptor types
1474 protobuf_unittest_import::PublicImportMessage::descriptor()->file();
1479 protobuf_unittest_import::ImportMessage::descriptor()->file();
1491 // So, sort the messages in the descriptor protos (including nested messages,
1504 protobuf_unittest::AggregateMessage::descriptor()->file();
1522 // unittest_custom_options.proto depends on descriptor.proto.
1523 const FileDescriptor* import = FileDescriptorProto::descriptor()->file();
1533 // So, sort the messages in the descriptor protos (including nested messages,
1549 // *output_message to the containing message, *output_field to the descriptor
1553 // *output_field to the descriptor of the field, and *output_index to -1.
1569 const Descriptor* descriptor = root.GetDescriptor();
1572 const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin);
1575 ADD_FAILURE() << descriptor->name() << " has no field number: "
1595 ADD_FAILURE() << descriptor->name() << "." << field->name()
1613 ADD_FAILURE() << descriptor->name() << "." << field->name()
1629 ADD_FAILURE() << descriptor->name() << "." << field->name()