Searched defs:ContextOptions (Results 1 – 3 of 3) sorted by relevance
36 struct ContextOptions { struct49 const ContextOptions& options); argument
724 struct ContextOptions //!OCLINT too many fields struct726 std::ostream* cout; // stdout stream - std::cout by default727 std::ostream* cerr; // stderr stream - std::cerr by default728 String binary_name; // the test binary name730 const detail::TestCase* currentTest = nullptr;733 String out; // output filename734 String order_by; // how tests should be ordered735 unsigned rand_seed; // the seed for rand ordering737 unsigned first; // the first (matching) test to be executed738 unsigned last; // the last (matching) test to be executed[all …]
99077 class ContextOptions { class99079 ContextOptions() in ContextOptions() function in JS::ContextOptions