Home
last modified time | relevance | path

Searched defs:internal_desc (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php37 private $internal_desc; variable in Google\\Protobuf\\EnumDescriptor
42 public function __construct($internal_desc)
DOneofDescriptor.php41 private $internal_desc; variable in Google\\Protobuf\\OneofDescriptor
46 public function __construct($internal_desc)
DFieldDescriptor.php42 private $internal_desc; variable in Google\\Protobuf\\FieldDescriptor
47 public function __construct($internal_desc)
DDescriptor.php41 private $internal_desc; variable in Google\\Protobuf\\Descriptor
46 public function __construct($internal_desc)
/external/rust/crates/getrandom/src/
Derror.rs157 fn internal_desc(error: Error) -> Option<&'static str> { in internal_desc() function