Home
last modified time | relevance | path

Searched defs:file_to_generate (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.proto47 repeated string file_to_generate = 1; field
Dplugin.pb.h1358 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const in file_to_generate() function
1384 CodeGeneratorRequest::file_to_generate() const ABSL_ATTRIBUTE_LIFETIME_BOUND { in file_to_generate() function
/third_party/protobuf/upb_generator/
Dplugin.h62 const upb_StringView* file_to_generate = UPB_DESC( in GenerateFilesRaw() local