Home
last modified time | relevance | path

Searched refs:clear_annotation (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h6501 void clear_annotation();
11888 inline void GeneratedCodeInfo::clear_annotation() { in clear_annotation() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs8967 pub fn clear_annotation(&mut self) { in clear_annotation() method