Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/repeat-expr/
Dinfer.rs4 struct MaybeCopy<T>(T); struct
6 impl Copy for MaybeCopy<u8> {} implementation
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc373 bool SimpleDescriptorDatabase::MaybeCopy(const FileDescriptorProto* file, in MaybeCopy() function in google::protobuf::SimpleDescriptorDatabase