Home
last modified time | relevance | path

Searched refs:has_insertion_point (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h586 bool has_insertion_point() const;
1171 inline bool CodeGeneratorResponse_File::has_insertion_point() const { in has_insertion_point() function
1212 if (!has_insertion_point()) { in release_insertion_point()
Dplugin.pb.cc1149 if (from.has_insertion_point()) { in CodeGeneratorResponse_File()
/external/rust/crates/protobuf/src/
Dplugin.rs965 pub fn has_insertion_point(&self) -> bool { in has_insertion_point() method