Lines Matching refs:number
207 // Parameter num_chars may additionally limit the number
217 // Returns the number of active threads, or 0 when there is an error.
240 // Given the total number of shards, the shard index, and the test id,
277 // Gets the number of elements.
326 // Returns the number of elements that satisfy a given predicate.
484 int capacity_; // The number of elements allocated for elements_.
485 int size_; // The number of elements; in the range [0, capacity_].
659 // max_depth - the maximum number of stack frames to be included
661 // skip_count - the number of top frames to be skipped; doesn't count
766 // Gets the number of successful test cases.
769 // Gets the number of failed test cases.
772 // Gets the number of all test cases.
775 // Gets the number of all test cases that contain at least one test
779 // Gets the number of successful tests.
782 // Gets the number of failed tests.
785 // Gets the number of disabled tests.
788 // Gets the number of all tests.
791 // Gets the number of tests that should run.
844 // The maximum number of stack frames to be included is specified by
846 // specifies the number of top frames to be skipped, which doesn't
847 // count against the number of frames to be included.
948 // Returns the number of tests that should run.
1009 // Gets the random number generator.
1107 // The random number seed used at the beginning of the test run.
1110 // Our random number generator.
1189 // number parameter. Returns true if that is possible.
1193 bool ParseNaturalNumber(const ::std::string& str, Integer* number) {
1204 // string-to-number conversion routines can return.
1221 *number = result;