Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h4296 void clear_lazy();
10618 inline void FieldOptions::clear_lazy() { in clear_lazy() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs6213 pub fn clear_lazy(&mut self) { in clear_lazy() method