OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ItemSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
StringMap.h
62
unsigned
ItemSize
;
64
explicit StringMapImpl(unsigned
itemSize
) :
ItemSize
(
itemSize
) {
71
StringMapImpl(unsigned InitSize, unsigned
ItemSize
);
/external/tinyxml2/
tinyxml2.h
237
virtual int
ItemSize
() const = 0;
258
virtual int
ItemSize
() const { return SIZE; }
[
all
...]
Completed in 89 milliseconds