Home
last modified time | relevance | path

Searched defs:FlagValueAndInfoSummary (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/include/aconfig_storage/
Daconfig_storage_file.hpp27 struct FlagValueAndInfoSummary { struct
28 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;
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs351 pub struct FlagValueAndInfoSummary { struct
367 ) -> Result<Vec<FlagValueAndInfoSummary>, AconfigStorageError> { in list_flags_with_info()