Searched refs:TemplatesParser (Results 1 – 3 of 3) sorted by relevance
24 class TemplatesParser final : public NonCopyable {26 TemplatesParser() = default;27 ~TemplatesParser() override = default;28 explicit TemplatesParser(const WeakPtr<RenderNode>& renderNode) : renderNode_(renderNode) {} in TemplatesParser() function62 ACE_DISALLOW_COPY_AND_MOVE(TemplatesParser);
42 std::string TemplatesParser::TrimTemplate(std::string& str) in TrimTemplate()47 void TemplatesParser::RTrim(std::string& str) in RTrim()52 bool TemplatesParser::SplitTemplate(const std::string& str, std::vector<Value>& vec, bool isRepeat) in SplitTemplate()73 std::string TemplatesParser::GetRepeat(const std::string& str) in GetRepeat()92 bool TemplatesParser::CheckRepeatAndSplitString( in CheckRepeatAndSplitString()123 double TemplatesParser::ConvertVirtualSize(const std::string& val, const DimensionUnit& unit, doubl… in ConvertVirtualSize()147 double TemplatesParser::ParseUnit(const Value& val, double size) in ParseUnit()162 bool TemplatesParser::CheckAutoFillParameter( in CheckAutoFillParameter()243 std::vector<double> TemplatesParser::ParseArgs( in ParseArgs()257 std::vector<double> TemplatesParser::ParseArgs(const std::string& args, double size, double gap) in ParseArgs()[all …]
398 TemplatesParser parser; in InitialFlowProp()