OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserve
(Results
351 - 375
of
473
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
285
//
Reserve
entries in the vector for each of the SUnits we are creating. This
290
SUnits.
reserve
(NumNodes * 2);
/external/llvm/lib/Support/
PathV2.cpp
437
result.
reserve
(p.size());
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
512
NewGlobals.
reserve
(STy->getNumElements());
542
NewGlobals.
reserve
(NumElements);
744
Idxs.
reserve
(GEPI->getNumOperands()-1);
[
all
...]
/external/llvm/lib/VMCore/
Constants.cpp
[
all
...]
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
173
TempValues.
reserve
(VTp->getNumElements());
/external/protobuf/src/google/protobuf/
text_format.cc
[
all
...]
/external/regex-re2/re2/
re2.cc
404
result.
reserve
(unquoted.size() << 1);
[
all
...]
regexp.cc
819
v.
reserve
(ranges_.size() + 1);
/external/regex-re2/util/
pcre.cc
414
result.
reserve
(unquoted.size() << 1);
[
all
...]
/external/stlport/stlport/stl/
_bvector.h
651
void
reserve
(size_type __n) {
function in class:__BVECTOR_QUALIFIED
_string.c
158
void basic_string<_CharT,_Traits,_Alloc>::
reserve
(size_type __res_arg) {
function in class:_Alloc
_vector.h
308
void
reserve
(size_type __n);
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.cpp
332
option_strings->
reserve
(list_items.size());
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h
651
void
reserve
(size_type __n) {
function in class:__BVECTOR_QUALIFIED
_string.c
158
void basic_string<_CharT,_Traits,_Alloc>::
reserve
(size_type __res_arg) {
function in class:_Alloc
_vector.h
308
void
reserve
(size_type __n);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h
710
reserve
(size_type __n);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h
610
// functions and
reserve
iff the rehash policy is _Prime_rehash_policy.
632
reserve
(std::size_t __n)
function in struct:__detail::_Rehash_base
stl_bvector.h
720
reserve
(size_type __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h
610
// functions and
reserve
iff the rehash policy is _Prime_rehash_policy.
632
reserve
(std::size_t __n)
function in struct:__detail::_Rehash_base
stl_bvector.h
720
reserve
(size_type __n);
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h
710
reserve
(size_type __n);
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h
651
void
reserve
(size_type __n) {
function in class:__BVECTOR_QUALIFIED
_string.c
158
void basic_string<_CharT,_Traits,_Alloc>::
reserve
(size_type __res_arg) {
function in class:_Alloc
_vector.h
308
void
reserve
(size_type __n);
Completed in 1722 milliseconds
<<
11
12
13
14
15
16
17
18
19