Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DUninterpretedOption.php41 * Generated from protobuf field <code>optional int64 negative_int_value = 5;</code>
43 protected $negative_int_value = null; variable
68 * @type int|string $negative_int_value
172 * Generated from protobuf field <code>optional int64 negative_int_value = 5;</code>
177 return isset($this->negative_int_value) ? $this->negative_int_value : 0;
182 return isset($this->negative_int_value);
187 unset($this->negative_int_value);
191 * Generated from protobuf field <code>optional int64 negative_int_value = 5;</code>
198 $this->negative_int_value variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6880 if (uninterpreted_option_->negative_int_value() < in SetOptionValue()
6886 uninterpreted_option_->negative_int_value(), in SetOptionValue()
6908 uninterpreted_option_->negative_int_value(), in SetOptionValue()
6954 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
6971 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
H A Ddescriptor.pb.h5771 // optional int64 negative_int_value = 5;
5777 ::PROTOBUF_NAMESPACE_ID::int64 negative_int_value() const;
12064 // optional int64 negative_int_value = 5;
12079 inline ::PROTOBUF_NAMESPACE_ID::int64 UninterpretedOption::negative_int_value() const { in negative_int_value() function in UninterpretedOption
12080 // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.negative_int_value) in negative_int_value()
12089 // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.negative_int_value) in set_negative_int_value()

Completed in 39 milliseconds