Home
last modified time | relevance | path

Searched defs:clear_options (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dapi.pb.cc188 void Api::clear_options() { in clear_options() function in Api
610 void Method::clear_options() { in clear_options() function in Method
Dtype.pb.h1539 inline void Type::clear_options() { in clear_options() function
1903 inline void Field::clear_options() { in clear_options() function
2171 inline void Enum::clear_options() { in clear_options() function
2393 inline void EnumValue::clear_options() { in clear_options() function
Ddescriptor.pb.h7125 inline void FileDescriptorProto::clear_options() { in clear_options() function
7425 inline void DescriptorProto_ExtensionRange::clear_options() { in clear_options() function
7880 inline void DescriptorProto::clear_options() { in clear_options() function
8607 inline void FieldDescriptorProto::clear_options() { in clear_options() function
8796 inline void OneofDescriptorProto::clear_options() { in clear_options() function
9056 inline void EnumDescriptorProto::clear_options() { in clear_options() function
9358 inline void EnumValueDescriptorProto::clear_options() { in clear_options() function
9558 inline void ServiceDescriptorProto::clear_options() { in clear_options() function
9867 inline void MethodDescriptorProto::clear_options() { in clear_options() function
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1126 pub fn clear_options(&mut self, option: SslOptions) -> SslOptions { in clear_options() method