Home
last modified time | relevance | path

Searched refs:java_generate_equals_and_hash (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php51 * Generated from protobuf field <code>optional bool java_generate_equals_and_hash = 20 [deprecated = true];</code>
53 protected $java_generate_equals_and_hash = null; variable
206 * @type bool $java_generate_equals_and_hash
413 * Generated from protobuf field <code>optional bool java_generate_equals_and_hash = 20 [deprecated = true];</code>
418 return isset($this->java_generate_equals_and_hash) ? $this->java_generate_equals_and_hash : false;
423 return isset($this->java_generate_equals_and_hash);
428 unset($this->java_generate_equals_and_hash);
434 * Generated from protobuf field <code>optional bool java_generate_equals_and_hash = 20 [deprecated = true];</code>
441 $this->java_generate_equals_and_hash variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3788 // optional bool java_generate_equals_and_hash = 20 [deprecated = true];
3794 PROTOBUF_DEPRECATED bool java_generate_equals_and_hash() const;
10177 // optional bool java_generate_equals_and_hash = 20 [deprecated = true];
10192 inline bool FileOptions::java_generate_equals_and_hash() const { in java_generate_equals_and_hash() function in FileOptions
10193 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_generate_equals_and_hash) in java_generate_equals_and_hash()
10202 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_generate_equals_and_hash) in set_java_generate_equals_and_hash()

Completed in 27 milliseconds