Home
last modified time | relevance | path

Searched defs:ReserveSize (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/
Dmemory_stream.cc106 bool MemoryStream::ReserveSize(size_t size) { in ReserveSize() function in rtc::MemoryStream
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp241 std::string ReserveSize; in check() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp103 std::size_t ReserveSize = E.size() + 3; in doAppendSourceAllocTest() local
Dpath.concat.pass.cpp93 std::size_t ReserveSize = StrLen(E) + 1; in doConcatSourceAllocTest() local
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp104 std::size_t ReserveSize = E.size() + 3; in doAppendSourceAllocTest() local
Dpath.concat.pass.cpp95 std::size_t ReserveSize = StrLen(E) + 1; in doConcatSourceAllocTest() local