Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11776 inline void GeneratedCodeInfo_Annotation::set_source_file(const std::string& value) { in set_source_file() function
11781 inline void GeneratedCodeInfo_Annotation::set_source_file(std::string&& value) { in set_source_file() function
11787 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value) { in set_source_file() function
11794 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value, in set_source_file() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs9176 pub fn set_source_file(&mut self, v: ::std::string::String) { in set_source_file() method