Searched refs:gotVersion (Results 1 – 3 of 3) sorted by relevance
192 uint32_t *minor, bool *gotVersion = nullptr);
122 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument142 if (gotVersion) in parseSubsystem()143 *gotVersion = !ver.empty(); in parseSubsystem()
422 bool gotVersion = false; in parseDirectives() local425 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()426 if (gotVersion) { in parseDirectives()