Home
last modified time | relevance | path

Searched refs:getRealContainingOneof (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php98 public function getRealContainingOneof() function in Google\\Protobuf\\FieldDescriptor
100 return $this->getPublicDescriptor($this->internal_desc->getRealContainingOneof());
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php98 public function getRealContainingOneof() function in Google\\Protobuf\\FieldDescriptor
100 return $this->getPublicDescriptor($this->internal_desc->getRealContainingOneof());
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php98 public function getRealContainingOneof() function in Google\\Protobuf\\FieldDescriptor
100 return $this->getPublicDescriptor($this->internal_desc->getRealContainingOneof());
/external/cronet/stable/third_party/protobuf/php/tests/
DDescriptorsTest.php193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof());
206 $this->assertNull($fieldDesc->getRealContainingOneof());
/external/protobuf/php/tests/
DDescriptorsTest.php193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof());
206 $this->assertNull($fieldDesc->getRealContainingOneof());
/external/cronet/tot/third_party/protobuf/php/tests/
DDescriptorsTest.php193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof());
206 $this->assertNull($fieldDesc->getRealContainingOneof());
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/
Ddef.c484 PHP_METHOD(FieldDescriptor, getRealContainingOneof) { in PHP_METHOD() argument
524 PHP_ME(FieldDescriptor, getRealContainingOneof, arginfo_void, ZEND_ACC_PUBLIC)
/external/protobuf/php/ext/google/protobuf/
Ddef.c484 PHP_METHOD(FieldDescriptor, getRealContainingOneof) { in PHP_METHOD() argument
524 PHP_ME(FieldDescriptor, getRealContainingOneof, arginfo_void, ZEND_ACC_PUBLIC)
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/
Ddef.c484 PHP_METHOD(FieldDescriptor, getRealContainingOneof) { in PHP_METHOD() argument
524 PHP_ME(FieldDescriptor, getRealContainingOneof, arginfo_void, ZEND_ACC_PUBLIC)
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/
DBuilderMutatorFactory.java414 -> Optional.ofNullable(fieldDescriptor.getRealContainingOneof()),
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
/external/cronet/tot/third_party/protobuf/
DCHANGES.txt65 * Added getContainingOneof and getRealContainingOneof to descriptor.
/external/cronet/stable/third_party/protobuf/
DCHANGES.txt65 * Added getContainingOneof and getRealContainingOneof to descriptor.
/external/protobuf/
DCHANGES.txt65 * Added getContainingOneof and getRealContainingOneof to descriptor.