Searched refs:SetIfMissing (Results 1 – 2 of 2) sorted by relevance
709 args.SetIfMissing(M::BootClassPath, ParseStringList<':'>::Split(env_bcp)); in DoParse()714 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in DoParse()718 args.SetIfMissing(M::ParallelGCThreads, gc::Heap::kDefaultEnableParallelGC ? in DoParse()801 args.SetIfMissing(M::AlwaysLogExplicitGcs, false); in DoParse()802 args.SetIfMissing(M::LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThresholdGcStress); in DoParse()803 args.SetIfMissing(M::LongGCLogThreshold, gc::Heap::kDefaultLongGCLogThresholdGcStress); in DoParse()
306 bool SetIfMissing(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in SetIfMissing() function