Home
last modified time | relevance | path

Searched refs:has_end (Results 1 – 3 of 3) sorted by relevance

/external/ply/ply/example/BASIC/
Dbasinterp.py39 has_end = 0
41 if self.prog[lineno][0] == 'END' and not has_end:
42 has_end = lineno
43 if not has_end:
47 if has_end != lineno:
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc2591 if (has_end()) { in SerializeWithCachedSizes()
2611 if (has_end()) { in SerializeWithCachedSizesToArray()
2636 if (has_end()) { in ByteSize()
2676 if (from.has_end()) { in MergeFrom()
2890 if (has_end()) { in SerializeWithCachedSizes()
2910 if (has_end()) { in SerializeWithCachedSizesToArray()
2935 if (has_end()) { in ByteSize()
2975 if (from.has_end()) { in MergeFrom()
3702 bool DescriptorProto_ExtensionRange::has_end() const { in has_end() function in google::protobuf::DescriptorProto_ExtensionRange
3754 bool DescriptorProto_ReservedRange::has_end() const { in has_end() function in google::protobuf::DescriptorProto_ReservedRange
[all …]
Ddescriptor.pb.h590 bool has_end() const;
689 bool has_end() const;
3513 bool has_end() const;
4193 inline bool DescriptorProto_ExtensionRange::has_end() const { in has_end() function
4245 inline bool DescriptorProto_ReservedRange::has_end() const { in has_end() function
7568 inline bool GeneratedCodeInfo_Annotation::has_end() const { in has_end() function