HomeSort by: relevance | last modified time | path
    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