Home
last modified time | relevance | path

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

/aosp_15_r20/external/libkmsxx/utils/
H A Dkmstest.cpp23 struct PropInfo { struct
24 PropInfo(string n, uint64_t v) in PropInfo() argument
47 vector<PropInfo> props; argument
/aosp_15_r20/system/librustutils/
H A Dsystem_properties.rs50 fn get_prop_info(&mut self) -> Option<&'static PropInfo> { in get_prop_info()
61 fn read_raw<F: FnMut(Option<&CStr>, Option<&CStr>)>(prop_info: &PropInfo, mut f: F) { in read_raw()
300 prop_info: *const PropInfo, in foreach()
/aosp_15_r20/external/clang/tools/libclang/
H A DIndexing.cpp762 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c3167 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local