Searched refs:has_packed (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc10198 if (has_packed()) {
10250 if (has_packed()) {
10306 if (has_packed()) {
10376 if (from.has_packed()) {
10474 bool FieldOptions::has_packed() const { function in class:google::protobuf::FieldOptions
H A Ddescriptor.pb.h2380 bool has_packed() const;
6438 inline bool FieldOptions::has_packed() const { function in class:google::protobuf::FieldOptions
H A Ddescriptor.cc2628 return options_ == NULL || !options_->has_packed() || options_->packed();

Completed in 196 milliseconds