Searched refs:is_extension_ (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h501 bool is_extension_; member in class:google::protobuf::FieldDescriptor
1308 if (!is_extension_) {
H A Ddescriptor.pb.h2297 bool is_extension_; member in class:google::protobuf::UninterpretedOption_NamePart
4150 is_extension_ = false;
4154 return is_extension_;
4158 is_extension_ = value;
H A Ddescriptor.pb.cc396 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption_NamePart, is_extension_),
6349 is_extension_ = false;
6392 is_extension_ = false;
6427 input, &is_extension_)));
6572 std::swap(is_extension_, other->is_extension_);
H A Ddescriptor.cc2944 result->is_extension_ = is_extension;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h546 bool is_extension_; member in class:google::protobuf::FieldDescriptor
1444 if (!is_extension_) {
H A Ddescriptor.pb.cc418 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption_NamePart, is_extension_),
6832 is_extension_ = false;
6876 is_extension_ = false;
6911 input, &is_extension_)));
7056 std::swap(is_extension_, other->is_extension_);
H A Ddescriptor.pb.h2380 bool is_extension_; member in class:google::protobuf::UninterpretedOption_NamePart
5452 is_extension_ = false;
5456 return is_extension_;
5460 is_extension_ = value;
H A Ddescriptor.cc3334 result->is_extension_ = is_extension;

Completed in 156 milliseconds