Home
last modified time | relevance | path

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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Drtcapi.h51 int varCount; member
Dcdonts.h542 #define Messages_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
818 #define Recipients_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
986 #define Attachments_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
Dcdosys.h944 #define IMessages_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
1046 #define IBodyParts_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
Dcdoex.h1150 #define IMessages_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
1252 #define IBodyParts_get_Count(This,varCount) (This)->lpVtbl->get_Count(This,varCount) argument
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Drulegen.go1581 func varCount(rr *RuleRewrite) map[string]int { func