Searched refs:SetIfMissing (Results 1 – 2 of 2) sorted by relevance
706 args.SetIfMissing(M::BootClassPath, ParseStringList<':'>::Split(env_bcp)); in DoParse()711 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in DoParse()715 args.SetIfMissing(M::ParallelGCThreads, gc::Heap::kDefaultEnableParallelGC ? in DoParse()798 args.SetIfMissing(M::AlwaysLogExplicitGcs, false); in DoParse()799 args.SetIfMissing(M::LongPauseLogThreshold, gc::Heap::kDefaultLongPauseLogThresholdGcStress); in DoParse()800 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