Searched defs:FlagReadContext (Results 1 – 5 of 5) sorted by relevance
28 pub struct FlagReadContext { struct38 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in find_flag_read_context()
112 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in get_flag_read_context()273 pub(crate) fn new(offset_result: Result<Option<FlagReadContext>, AconfigStorageError>) -> Self { in new()
55 struct FlagReadContext { struct56 bool flag_exists;57 StoredFlagType flag_type;58 uint16_t flag_index;
18 public class FlagReadContext { class22 public FlagReadContext(int flagType, in FlagReadContext() method in FlagReadContext
77 ) -> Result<Option<FlagReadContext>> { in get_flag_read_context_java()