Searched defs:ignore_unrecognized (Results 1 – 3 of 3) sorted by relevance
45 bool ignore_unrecognized, in Parse()61 std::unique_ptr<RuntimeParser> ParsedOptions::MakeParser(bool ignore_unrecognized) { in MakeParser()429 bool ignore_unrecognized, in DoParse()
450 bool ignore_unrecognized, in ParseOptions()477 bool Runtime::Create(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Create()
951 bool ignore_unrecognized = args->ignoreUnrecognized; in JNI_CreateJavaVM() local