Home | History | Annotate | Download | only in src

Lines Matching refs:number

230 // Parameter num_chars may additionally limit the number
261 // Given the total number of shards, the shard index, and the test id,
270 // Returns the number of elements in the given container that satisfy
409 number of stack frames to be included
411 // skip_count - the number of top frames to be skipped; doesn't count
516 // Gets the number of successful test cases.
519 // Gets the number of failed test cases.
522 // Gets the number of all test cases.
525 // Gets the number of all test cases that contain at least one test
529 // Gets the number of successful tests.
532 // Gets the number of failed tests.
535 // Gets the number of disabled tests.
538 // Gets the number of all tests.
541 // Gets the number of tests that should run.
594 // The maximum number of stack frames to be included is specified by
596 // specifies the number of top frames to be skipped, which doesn't
597 // count against the number of frames to be included.
702 // Returns the number of tests that should run.
766 // Gets the random number generator.
870 // The random number seed used at the beginning of the test run.
873 // Our random number generator.
960 // number parameter. Returns true if that is possible.
964 bool ParseNaturalNumber(const ::std::string& str, Integer* number) {
975 // string-to-number conversion routines can return.
998 *number = result;