Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dcpp_features.pb.h57 class CppFeatures; variable
107 inline CppFeatures() : CppFeatures(nullptr) {} in CppFeatures() function
121 inline CppFeatures(const CppFeatures& from) : CppFeatures(nullptr, from) {} in CppFeatures() function
122 inline CppFeatures(CppFeatures&& from) noexcept in CppFeatures() function
234 CppFeatures(::google::protobuf::Arena* arena, CppFeatures&& from) noexcept in CppFeatures() function
Dcpp_features.pb.cc37 PROTOBUF_CONSTEXPR CppFeatures::CppFeatures(::_pbi::ConstantInitialized) in CppFeatures() function in pb::CppFeatures
159 CppFeatures::CppFeatures(::google::protobuf::Arena* arena) function in pb::CppFeatures
168 CppFeatures::CppFeatures( function in pb::CppFeatures
Dcpp_features.proto18 message CppFeatures { message
Dextension_set.h76 class CppFeatures; variable