Home
last modified time | relevance | path

Searched defs:MutableField (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CXX/temp/temp.param/
Dp7.cpp119 struct MutableField { struct
120 …mutable int n; // cxx20-note {{'MutableField' is not a structural type because it has a mutable no… argument
/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h135 inline Type* MutableField(MessageLite* msg, uint32* has_bits, in MutableField() function
Dgenerated_message_reflection.cc2134 Type* Reflection::MutableField(Message* message, in MutableField() function in google::protobuf::Reflection