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.rs191 pub struct FlagReadContextQueryCXX { struct
192 pub query_success: bool,
193 pub error_message: String,
194 pub flag_exists: bool,
195 pub flag_type: u16,
196 pub flag_index: u16,
226 ) -> FlagReadContextQueryCXX; in get_flag_read_context_cxx()
272 impl ffi::FlagReadContextQueryCXX { implementation
363 ) -> ffi::FlagReadContextQueryCXX { in get_flag_read_context_cxx()