Lines Matching refs:number
203 // Parameter num_chars may additionally limit the number
213 // Returns the number of active threads, or 0 when there is an error.
236 // Given the total number of shards, the shard index, and the test id,
273 // Gets the number of elements.
322 // Returns the number of elements that satisfy a given predicate.
480 int capacity_; // The number of elements allocated for elements_.
481 int size_; // The number of elements; in the range [0, capacity_].
655 // max_depth - the maximum number of stack frames to be included
657 // skip_count - the number of top frames to be skipped; doesn't count
762 // Gets the number of successful test cases.
765 // Gets the number of failed test cases.
768 // Gets the number of all test cases.
771 // Gets the number of all test cases that contain at least one test
775 // Gets the number of successful tests.
778 // Gets the number of failed tests.
781 // Gets the number of disabled tests.
784 // Gets the number of all tests.
787 // Gets the number of tests that should run.
840 // The maximum number of stack frames to be included is specified by
842 // specifies the number of top frames to be skipped, which doesn't
843 // count against the number of frames to be included.
944 // Returns the number of tests that should run.
1005 // Gets the random number generator.
1103 // The random number seed used at the beginning of the test run.
1106 // Our random number generator.
1185 // number parameter. Returns true if that is possible.
1189 bool ParseNaturalNumber(const ::std::string& str, Integer* number) {
1200 // string-to-number conversion routines can return.
1217 *number = result;