/external/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 98 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/ |
D | FieldDescriptor.php | 98 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/ |
D | FieldDescriptor.php | 98 public function getRealContainingOneof() function in Google\\Protobuf\\FieldDescriptor 100 return $this->getPublicDescriptor($this->internal_desc->getRealContainingOneof());
|
/external/cronet/stable/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof()); 206 $this->assertNull($fieldDesc->getRealContainingOneof());
|
/external/protobuf/php/tests/ |
D | DescriptorsTest.php | 193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof()); 206 $this->assertNull($fieldDesc->getRealContainingOneof());
|
/external/cronet/tot/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 193 $this->assertSame($fieldDesc->getContainingOneof(), $fieldDesc->getRealContainingOneof()); 206 $this->assertNull($fieldDesc->getRealContainingOneof());
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
|
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 195 public function getRealContainingOneof() function in Google\\Protobuf\\Internal\\FieldDescriptor
|
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 484 PHP_METHOD(FieldDescriptor, getRealContainingOneof) { in PHP_METHOD() argument 524 PHP_ME(FieldDescriptor, getRealContainingOneof, arginfo_void, ZEND_ACC_PUBLIC)
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 484 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/ |
D | def.c | 484 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/ |
D | BuilderMutatorFactory.java | 414 -> Optional.ofNullable(fieldDescriptor.getRealContainingOneof()),
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1252 public OneofDescriptor getRealContainingOneof() { in getRealContainingOneof() method in Descriptors.FieldDescriptor
|
/external/cronet/tot/third_party/protobuf/ |
D | CHANGES.txt | 65 * Added getContainingOneof and getRealContainingOneof to descriptor.
|
/external/cronet/stable/third_party/protobuf/ |
D | CHANGES.txt | 65 * Added getContainingOneof and getRealContainingOneof to descriptor.
|
/external/protobuf/ |
D | CHANGES.txt | 65 * Added getContainingOneof and getRealContainingOneof to descriptor.
|