OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h
89
uint32_t
StringSize
= 1;
/src/external/apache2/llvm/dist/libcxx/benchmarks/
algorithms.partition_point.bench.cpp
52
static constexpr size_t
StringSize
= 32;
56
std::generate(Res.begin(), Res.end(), [] { return getRandomString(
StringSize
); });
/src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp
678
uint32_t
StringSize
= String.size() * sizeof(UTF16) + sizeof(uint16_t);
679
CurrentStringOffset +=
StringSize
;
680
TotalStringTableSize +=
StringSize
;
Completed in 82 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026