Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_features.pb.h57 class JavaFeatures; variable
106 inline JavaFeatures() : JavaFeatures(nullptr) {} in JavaFeatures() function
120 inline JavaFeatures(const JavaFeatures& from) : JavaFeatures(nullptr, from) {} in JavaFeatures() function
121 inline JavaFeatures(JavaFeatures&& from) noexcept in JavaFeatures() function
233 JavaFeatures(::google::protobuf::Arena* arena, JavaFeatures&& from) noexcept in JavaFeatures() function
Djava_features.pb.cc36 PROTOBUF_CONSTEXPR JavaFeatures::JavaFeatures(::_pbi::ConstantInitialized) in JavaFeatures() function in pb::JavaFeatures
159 JavaFeatures::JavaFeatures(::google::protobuf::Arena* arena) function in pb::JavaFeatures
168 JavaFeatures::JavaFeatures( function in pb::JavaFeatures
/third_party/protobuf/java/core/src/main/resources/google/protobuf/
Djava_features.proto21 message JavaFeatures { message