Searched refs:PropInfo (Results 1 – 3 of 3) sorted by relevance
/external/libkmsxx/utils/ |
D | kmstest.cpp | 21 struct PropInfo { struct 22 PropInfo(string n, uint64_t v) : prop(NULL), name(n), val(v) {} in PropInfo() argument 45 vector<PropInfo> props; argument 58 vector<PropInfo> conn_props; 59 vector<PropInfo> crtc_props; 290 static void parse_prop(const string& prop_str, vector<PropInfo> &props) in parse_prop() 302 props.push_back(PropInfo(name, stoull(val, 0, 0))); in parse_prop() 305 static void get_props(Card& card, vector<PropInfo> &props, const DrmPropObject* propobj) in get_props() 711 for (const PropInfo &prop: o.conn_props) in print_outputs() 717 for (const PropInfo &prop: o.crtc_props) in print_outputs() [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 762 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local 763 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3167 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local 3234 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration() 3235 if (PropInfo->getter) { in index_indexDeclaration() 3236 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration() 3239 if (PropInfo->setter) { in index_indexDeclaration() 3240 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()
|