Lines Matching defs:file
52 google_protobuf_FileDescriptorProto* file,
100 /* Look in enums defined in this file. */
104 google_protobuf_FileDescriptorProto_enum_type(file, &n);
212 * what the original .proto file looks like. For example, suppose we have this
222 * file {
697 * FileDescriptor.new => file
699 * Returns a new file descriptor. The syntax must be set before it's passed
732 * Returns the name of the file.
744 * Returns this file descriptors syntax.
1744 // If this file is in a package, we need to qualify the map entry type.
2071 * Create a new file builder context for the given file descriptor and
2215 * Creates a new, file descriptor with the given name and options and invokes
2220 * This is the recommended, idiomatic way to build file descriptors.