Home
last modified time | relevance | path

Searched refs:num_items (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i148 num_items = len(self)
150 if key < num_items:
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp293 void TestDumpMultiLine(const T *data, size_t num_items, lldb::Format format, in TestDumpMultiLine() argument
295 TestDumpImpl(data, sizeof(T) * num_items, sizeof(T), num_items, num_per_line, in TestDumpMultiLine()