Home
last modified time | relevance | path

Searched refs:hasOptionalKeyword (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php121 public function hasOptionalKeyword() function in Google\\Protobuf\\FieldDescriptor
123 return $this->internal_desc->hasOptionalKeyword();
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DFieldPresenceTest.java146 assertTrue(fieldDescriptor.hasOptionalKeyword()); in assertProto3OptionalReflection()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1156 public boolean hasOptionalKeyword() { in hasOptionalKeyword() method in Descriptors.FieldDescriptor
DGeneratedMessageV3.java2246 || descriptor.hasOptionalKeyword()