Searched defs:ignore_unrecognized (Results 1 – 3 of 3) sorted by relevance
44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, in Create()63 std::unique_ptr<RuntimeParser> ParsedOptions::MakeParser(bool ignore_unrecognized) { in MakeParser()374 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized, in Parse()
410 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()782 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
804 bool ignore_unrecognized = args->ignoreUnrecognized; in JNI_CreateJavaVM() local