Home
last modified time | relevance | path

Searched refs:PropInfo (Results 1 – 5 of 5) sorted by relevance

/external/libkmsxx/utils/
Dkmstest.cpp23 struct PropInfo { struct
24 PropInfo(string n, uint64_t v) in PropInfo() function
47 vector<PropInfo> props; argument
59 vector<PropInfo> conn_props;
60 vector<PropInfo> crtc_props;
292 static void parse_prop(const string& prop_str, vector<PropInfo>& props) in parse_prop()
304 props.push_back(PropInfo(name, stoull(val, 0, 0))); in parse_prop()
307 static void get_props(Card& card, vector<PropInfo>& props, const DrmPropObject* propobj) in get_props()
726 for (const PropInfo& prop : o.conn_props) in print_outputs()
731 for (const PropInfo& prop : o.crtc_props) in print_outputs()
[all …]
/external/clang/tools/libclang/
DIndexing.cpp762 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
763 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp790 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
791 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c3167 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()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3708 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local
3775 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()
3776 if (PropInfo->getter) { in index_indexDeclaration()
3777 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()
3780 if (PropInfo->setter) { in index_indexDeclaration()
3781 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()