Home
last modified time | relevance | path

Searched refs:ParseArgsWithAutoFill (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.h55 std::vector<double> ParseArgsWithAutoFill(const std::string& args, double size, double gap);
H A Dtemplates_parser.cpp188 std::vector<double> TemplatesParser::ParseArgsWithAutoFill(const std::string& args, double size, do… in ParseArgsWithAutoFill() function in OHOS::Ace::TemplatesParser
252 return ParseArgsWithAutoFill(args, size, gap); in ParseArgs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp210 std::pair<std::vector<double>, double> ParseArgsWithAutoFill( in ParseArgsWithAutoFill() function
497 return ParseArgsWithAutoFill(args, size, gap, childrenCount); in ParseTemplateArgs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h620 std::vector<double> ParseArgsWithAutoFill(const std::string& args, double size, double gap);
H A Drender_grid_layout.cpp3350 std::vector<double> RenderGridLayout::ParseArgsWithAutoFill(const std::string& args, double size, d… in ParseArgsWithAutoFill() function in OHOS::Ace::RenderGridLayout
3404 return ParseArgsWithAutoFill(args, size, gap); in ParseArgs()