Searched refs:nRuleMapCount (Results 1 – 1 of 1) sorted by relevance
1427 size_t nRuleMapCount = sizeof( aRuleDescriptions ) / sizeof( aRuleDescriptions[0] ); in OSQLParser() local1428 …OSL_ENSURE( nRuleMapCount == size_t( OSQLParseNode::rule_count ), "OSQLParser::OSQLParser: added a… in OSQLParser()1430 for ( size_t mapEntry = 0; mapEntry < nRuleMapCount; ++mapEntry ) in OSQLParser()
Completed in 13 milliseconds