function GetPublicDescriptorTrait::getPublicDescriptor
7 calls to GetPublicDescriptorTrait::getPublicDescriptor()
- Descriptor::getField in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Descriptor.php - Descriptor::getOneofDecl in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Descriptor.php - FieldDescriptor::getContainingOneof in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php - FieldDescriptor::getEnumType in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php - FieldDescriptor::getMessageType in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GetPublicDescriptorTrait.php, line 14
Class
Namespace
Google\Protobuf\InternalCode
private function getPublicDescriptor($desc) {
return is_null($desc) ? null : $desc->getPublicDescriptor();
}