Searched refs:parseProperty (Results 1 – 2 of 2) sorted by relevance
282 property := p.parseProperty(isModule, compat)296 func (p *parser) parseProperty(isModule, compat bool) (property *Property) { func
145 static std::pair<bool, std::string_view> parseProperty(std::string_view property) { in parseProperty() function191 auto [featureEnabled, moduleName] = parseProperty(incFsPropertyValue()); in IncFsInit()