Home
last modified time | relevance | path

Searched defs:has_start (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php28 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php24 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php30 private $has_start = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/external/harfbuzz_ng/src/
Dhb-common.cc824 bool has_start; in parse_feature_indices() local
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h7178 inline bool DescriptorProto_ExtensionRange::has_start() const { in has_start() function
7278 inline bool DescriptorProto_ReservedRange::has_start() const { in has_start() function
8453 inline bool EnumDescriptorProto_EnumReservedRange::has_start() const { in has_start() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs1548 pub fn has_start(&self) -> bool { in has_start() method
1802 pub fn has_start(&self) -> bool { in has_start() method
3545 pub fn has_start(&self) -> bool { in has_start() method
/external/webrtc/pc/
Dpeer_connection.cc4137 const bool has_start = bitrate.start_bitrate_bps.has_value(); in SetBitrate() local