Home
last modified time | relevance | path

Searched refs:has_start (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php28 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
76 $this->has_start = true;
83 return $this->has_start;
DExtensionRange.php24 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
78 $this->has_start = true;
85 return $this->has_start;
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php30 private $has_start = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
78 $this->has_start = true;
85 return $this->has_start;
/external/harfbuzz_ng/src/
Dhb-common.cc824 bool has_start; in parse_feature_indices() local
832 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
837 if (has_start) in parse_feature_indices()
/external/crosvm/src/plugin/
Dprocess.rs613 } else if request.has_start() { in handle_socket()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h1004 bool has_start() const;
1176 bool has_start() const;
2422 bool has_start() const;
7178 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