Searched defs:FlagValueAndInfoSummary (Results 1 – 2 of 2) sorted by relevance
27 struct FlagValueAndInfoSummary { struct28 std::string package_name;29 std::string flag_name;30 std::string flag_value;31 std::string value_type;32 bool is_readwrite;33 bool has_server_override;34 bool has_local_override;
351 pub struct FlagValueAndInfoSummary { struct367 ) -> Result<Vec<FlagValueAndInfoSummary>, AconfigStorageError> { in list_flags_with_info()