Searched defs:FlagReadContext (Results 1 – 5 of 5) sorted by relevance
27 pub struct FlagReadContext { struct37 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in find_flag_read_context()
111 ) -> Result<Option<FlagReadContext>, AconfigStorageError> { in get_flag_read_context()272 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
75 ) -> Result<Option<FlagReadContext>> { in get_flag_read_context_java()