Home
last modified time | relevance | path

Searched defs:FlagReadContext (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dflag_table_query.rs28 pub struct FlagReadContext { struct
38 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in find_flag_read_context()
H A Dlib.rs112 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in get_flag_read_context()
273 pub(crate) fn new(offset_result: Result<Option<FlagReadContext>, AconfigStorageError>) -> Self { in new()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
H A Daconfig_storage_read_api.hpp55 struct FlagReadContext { struct
56 bool flag_exists;
57 StoredFlagType flag_type;
58 uint16_t flag_index;
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
H A DFlagReadContext.java18 public class FlagReadContext { class
22 public FlagReadContext(int flagType, in FlagReadContext() method in FlagReadContext
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/srcs/
H A Dlib.rs77 ) -> Result<Option<FlagReadContext>> { in get_flag_read_context_java()