OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPragmaCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
50
size_t
mPragmaCount
;
148
return
mPragmaCount
;
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
69
mPragmaCount
(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
83
mPragmaCount
(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
122
for (size_t i = 0; i <
mPragmaCount
; i++) {
203
mPragmaCount
= PragmaMetadata->getNumOperands();
204
if (!
mPragmaCount
) {
208
const char **TmpKeyList = new const char*[
mPragmaCount
];
209
const char **TmpValueList = new const char*[
mPragmaCount
];
211
for (size_t i = 0; i <
mPragmaCount
; i++) {
231
for (size_t i = 0; i <
mPragmaCount
; i++) {
Completed in 37 milliseconds