Searched refs:negative_int_value (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4577 if (uninterpreted_option_->negative_int_value() <
4583 uninterpreted_option_->negative_int_value(),
4605 uninterpreted_option_->negative_int_value(),
4647 value = uninterpreted_option_->negative_int_value();
4664 value = uninterpreted_option_->negative_int_value();
H A Ddescriptor.pb.cc665 "\022\032\n\022negative_int_value\030\005 \001(\003\022\024\n\014double_v"
7228 // optional int64 negative_int_value = 5;
7329 // optional int64 negative_int_value = 5;
7331 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output);
7384 // optional int64 negative_int_value = 5;
7386 target = ::google::protobuf::internal::WireFormatLite::WriteInt64ToArray(5, this->negative_int_value(), target);
7436 // optional int64 negative_int_value = 5;
7440 this->negative_int_value());
7505 set_negative_int_value(from.negative_int_value());
H A Ddescriptor.pb.h2481 // optional int64 negative_int_value = 5;
2485 inline ::google::protobuf::int64 negative_int_value() const;
5584 // optional int64 negative_int_value = 5;
5598 inline ::google::protobuf::int64 UninterpretedOption::negative_int_value() const { function in class:google::protobuf::UninterpretedOption
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc4131 if (uninterpreted_option_->negative_int_value() <
4137 uninterpreted_option_->negative_int_value(),
4159 uninterpreted_option_->negative_int_value(),
4201 value = uninterpreted_option_->negative_int_value();
4218 value = uninterpreted_option_->negative_int_value();
H A Ddescriptor.pb.cc6735 // optional int64 negative_int_value = 5;
6819 // optional int64 negative_int_value = 5;
6821 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output);
6865 // optional int64 negative_int_value = 5;
6867 target = ::google::protobuf::internal::WireFormatLite::WriteInt64ToArray(5, this->negative_int_value(), target);
6907 // optional int64 negative_int_value = 5;
6911 this->negative_int_value());
6969 set_negative_int_value(from.negative_int_value());
H A Ddescriptor.pb.h2405 // optional int64 negative_int_value = 5;
2409 inline ::google::protobuf::int64 negative_int_value() const;
4248 // optional int64 negative_int_value = 5;
4256 inline ::google::protobuf::int64 UninterpretedOption::negative_int_value() const { function in class:google::protobuf::UninterpretedOption

Completed in 1725 milliseconds