Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs190 pub struct FlagReadContextQueryCXX { struct
191 pub query_success: bool,
192 pub error_message: String,
193 pub flag_exists: bool,
194 pub flag_type: u16,
195 pub flag_index: u16,
225 ) -> FlagReadContextQueryCXX; in get_flag_read_context_cxx()
271 impl ffi::FlagReadContextQueryCXX { implementation
362 ) -> ffi::FlagReadContextQueryCXX { in get_flag_read_context_cxx()