Searched refs:self_flags (Results 1 – 1 of 1) sorted by relevance
98 std::vector<gflags::CommandLineFlagInfo> self_flags; in CurrentFlagsToTypes() local99 gflags::GetAllFlags(&self_flags); in CurrentFlagsToTypes()100 for (auto& flag : self_flags) { in CurrentFlagsToTypes()