Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp76 bool segmentStart = false; in RawInfoPosition() local
80 … (CheckStartSegment(segmentStart) && (line.empty() || line[0] == ' ' || line[0] == '\t'))) { in RawInfoPosition()
120 bool FeatureAnalysis::CheckStartSegment(bool& segmentStart) const in CheckStartSegment()
122 if (segmentStart) { in CheckStartSegment()
123 return segmentStart; in CheckStartSegment()
129 segmentStart = true; in CheckStartSegment()
133 return segmentStart; in CheckStartSegment()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dfeature_analysis.h62 bool CheckStartSegment(bool& segmentStart) const;
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp671 bool segmentStart = true; variable
672 feature.CheckStartSegment(segmentStart);