Home
last modified time | relevance | path

Searched defs:has_number (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumValueDescriptorProto.php29 private $has_number = false; variable in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
DFieldDescriptorProto.php29 private $has_number = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h7851 inline bool FieldDescriptorProto::has_number() const { in has_number() function
8842 inline bool EnumValueDescriptorProto::has_number() const { in has_number() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs2214 pub fn has_number(&self) -> bool { in has_number() method
3780 pub fn has_number(&self) -> bool { in has_number() method