Lines Matching refs:Unit
311 Builder& IntoKey(const TVariantMapKey<Unit>& key) {
312 return CreateTypedBuilder<Unit>().IntoKey(key);
339 template <typename TArg = Unit>
340 typename std::enable_if<std::is_same<TArg, Unit>::value>::type
342 // Every Unit argument implicitly maps to a runtime value of Unit{}
343 std::vector<Unit> values(names_.size(), Unit{}); // NOLINT [whitespace/braces] [5]
365 // Define a single argument. The default type is Unit.
399 // pretend this is a unit, e.g. -Xjitblocking
400 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore();