Home
last modified time | relevance | path

Searched defs:set_file_to_generate (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h924 inline void CodeGeneratorRequest::set_file_to_generate(int index, const std::string& value) { in set_file_to_generate() function
928 inline void CodeGeneratorRequest::set_file_to_generate(int index, std::string&& value) { in set_file_to_generate() function
932 inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) { in set_file_to_generate() function
937 inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) { in set_file_to_generate() function
/external/rust/crates/protobuf/src/
Dplugin.rs348 pub fn set_file_to_generate(&mut self, v: crate::RepeatedField<::std::string::String>) { in set_file_to_generate() method