Searched defs:has_number (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | EnumValueDescriptorProto.php | 29 private $has_number = false; variable in Google\\Protobuf\\Internal\\EnumValueDescriptorProto |
D | FieldDescriptorProto.php | 29 private $has_number = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.pb.h | 7851 inline bool FieldDescriptorProto::has_number() const { in has_number() function |
/external/rust/crates/protobuf/src/ | ||
D | descriptor.rs | 2214 pub fn has_number(&self) -> bool { in has_number() method |