Searched refs:singletonSet (Results 1 – 2 of 2) sorted by relevance
67 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()95 template <typename T> static std::vector<T> singletonSet(T t) { in singletonSet() function
91 this.set = singletonSet("defaultValue"); in MyOptsWithDefaultValues()108 public static final Set<String> singletonSet(String value){ in singletonSet() method in DefaultValueTest