Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/hygiene/auxiliary/
Dfields.rs60 pub fn check_fields(s: MyStruct) { in check_fields() function
/third_party/protobuf/src/google/protobuf/
Dreflection_ops.cc171 bool ReflectionOps::IsInitialized(const Message& message, bool check_fields, in IsInitialized()