Home
last modified time | relevance | path

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

/external/nanopb-c/generator/proto/
Dplugin.proto59 repeated string file_to_generate = 1; field
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dplugin.proto59 repeated string file_to_generate = 1; field
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.proto71 repeated string file_to_generate = 1; field
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto72 repeated string file_to_generate = 1; field
Dplugin.pb.h916 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function
964 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
/external/rust/crates/protobuf/src/
Dplugin.rs315 pub file_to_generate: crate::RepeatedField<::std::string::String>, field