Searched refs:SetIfMissing (Results 1 – 2 of 2) sorted by relevance
439 args.SetIfMissing(M::BootClassPath, std::string(getenv("BOOTCLASSPATH"))); in Parse()444 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in Parse()448 args.SetIfMissing(M::ParallelGCThreads, gc::Heap::kDefaultEnableParallelGC ? in Parse()
284 bool SetIfMissing(const TKey<TValue>& key, const TValue& value) { in SetIfMissing() function