Searched refs:self_flags (Results 1 – 2 of 2) sorted by relevance
100 std::vector<gflags::CommandLineFlagInfo> self_flags; in CurrentFlagsToTypes() local101 gflags::GetAllFlags(&self_flags); in CurrentFlagsToTypes()102 for (auto& flag : self_flags) { in CurrentFlagsToTypes()
812 std::vector<gflags::CommandLineFlagInfo> self_flags; in CurrentFlagsToDefaultValue() local813 gflags::GetAllFlags(&self_flags); in CurrentFlagsToDefaultValue()814 for (auto& flag : self_flags) { in CurrentFlagsToDefaultValue()