Symbol: Generate
src/apps/sudoku/SudokuGenerator.h
22
void Generate(SudokuField* field, uint32 fieldsLeft,
src/apps/sudoku/SudokuWindow.cpp
118
generator.Generate(&fField, 40 - fLevel * 5, fProgress, &fQuit);
src/system/kernel/arch/x86/64/descriptors.cpp
120
static InterruptDescriptor Generate(unsigned index);
src/system/kernel/arch/x86/64/descriptors.cpp
143
typedef GenerateTable<InterruptDescriptor, InterruptDescriptor::Generate,
src/tests/system/kernel/util/VectorMapTest.cpp
31
Value Generate();
src/tests/system/kernel/util/VectorMapTest.cpp
587
entryStrategy.Generate(key, value);
src/tests/system/kernel/util/VectorMapTest.cpp
599
entryStrategy.Generate(key, value);
src/tests/system/kernel/util/VectorMapTest.cpp
628
strategy.Generate(key, value);
src/tests/system/kernel/util/VectorMapTest.cpp
64
inline Key GenerateKey() { return fKeyStrategy.Generate(); }
src/tests/system/kernel/util/VectorMapTest.cpp
66
inline Value GenerateValue() { return fValueStrategy.Generate(); }
src/tests/system/kernel/util/VectorMapTest.cpp
88
inline Key GenerateKey() { return fKeyStrategy.Generate(); }
src/tests/system/kernel/util/VectorMapTest.cpp
89
inline Value GenerateValue() { return fValueStrategy.Generate(); }
src/tests/system/kernel/util/VectorSetTest.cpp
476
v.Insert(strategy.Generate());
src/tests/system/kernel/util/VectorSetTest.cpp
483
v.Insert(strategy.Generate());
src/tests/system/kernel/util/VectorSetTest.cpp
537
Value value = strategy.Generate();
src/tests/system/kernel/util/VectorSetTest.cpp
567
Value value = strategy.Generate();
src/tests/system/kernel/util/VectorTest.cpp
561
v.PushFront(strategy.Generate());
src/tests/system/kernel/util/VectorTest.cpp
565
v.PushFront(strategy.Generate());
src/tests/system/kernel/util/VectorTest.cpp
575
v.PushBack(strategy.Generate());
src/tests/system/kernel/util/VectorTest.cpp
579
v.PushBack(strategy.Generate());
src/tests/system/kernel/util/VectorTest.cpp
590
v.Insert(strategy.Generate(), index);
src/tests/system/kernel/util/VectorTest.cpp
599
v.Insert(strategy.Generate(), v.IteratorForIndex(index));
src/tests/system/kernel/util/VectorTest.cpp
608
v.Insert(strategy.Generate(), index);
src/tests/system/kernel/util/VectorTest.cpp
686
Value value = strategy.Generate();