OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grow_pod
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
SmallVector.cpp
17
///
grow_pod
- This is an implementation of the grow() method which only works
19
void SmallVectorBase::
grow_pod
(size_t MinSizeInBytes, size_t TSize) {
function in class:SmallVectorBase
/external/llvm/include/llvm/ADT/
SmallVector.h
57
///
grow_pod
- This is an implementation of the grow() method which only works
59
void
grow_pod
(size_t MinSizeInBytes, size_t TSize);
249
this->
grow_pod
(MinSize*sizeof(T), sizeof(T));
Completed in 293 milliseconds