Home | History | Annotate | Download | only in gtest

Lines Matching refs:number

699 // iff k < the number of fields in tuple type T.
1944 // Formats a source file path and a line number as they would appear
2498 // Returns the number of threads running in the process, or 0 to indicate that
2731 // The maximum number a BiggestInt can represent. This definition
3054 // Constructs a String by copying a given number of chars from a
3286 // Given directory = "dir", base_name = "test", number = 0,
3287 // extension = "xml", returns "dir/test.xml". If number is greater
3292 int number,
3303 // directory/base_name_<number>.extension if directory/base_name.extension
3304 // already exists. The number will be incremented until a pathname is found
6745 // the current line number. For more details, see
6967 // This template class represents an IEEE floating-point number
6971 // The purpose of this class is to do more sophisticated number
6984 // number.
7000 // floating point number.
7005 // # of bits in a number.
7008 // # of fraction bits in a number.
7012 // # of exponent bits in a number.
7039 // Constructs a FloatingPoint from a raw floating-point number.
7041 // On an Intel CPU, passing a non-normalized NAN (Not a Number)
7049 // Reinterprets a bit pattern as a floating-point number.
7058 // Returns the floating-point number that represent positive infinity.
7065 // Returns the bits that represents this number.
7068 // Returns the exponent bits of this number.
7071 // Returns the fraction bits of this number.
7074 // Returns the sign bit of this number.
7077 // Returns true iff this is NAN (not a number).
7084 // Returns true iff this number is at most kMaxUlps ULP's away from
7087 // - returns false if either number is (or both are) NAN.
7100 // The data type used to store the actual floating-point number.
7102 RawType value_; // The raw floating-point number.
7103 Bits bits_; // The bits that represent the number.
7109 // unsigned number x + N.
7113 // -N + 1 (the most negative number representable using
7116 // N - 1 (the biggest number representable using
7120 // for more details on signed number representations.
7123 // sam represents a negative number.
7126 // sam represents a positive number.
7132 // returns the distance between them as an unsigned number.
7396 // The maximum number of stack frames to be included is specified by
7398 // specifies the number of top frames to be skipped, which doesn't
7399 // count against the number of frames to be included.
7438 // Generates a random number from [0, range). Crashes if 'range' is
8286 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8803 // case with any set of parameters you want. Google Test defines a number
9297 // Prints the given number of bytes in the given object to the given
9457 const size_t kMaxCount = 32; // The maximum number of elements to print.
9629 // Prints the given number of elements in an array, without printing
9890 // induction on the number of tuple fields. The idea is that
10595 // Please note that the number of arguments to Combine is limited
16416 // Combine can have up to 10 arguments. This number is currently limited
16417 // by the maximum number of elements in the tuple implementation used by Google
16767 // if the line number is unknown.
16790 // Returns the number of TestPartResult objects in the array.
16924 // different types any number of times, in any number of translation
17142 // This flag specifies the random number seed.
17156 // This flag specifies the maximum number of stack frames to be
17272 // // Verifies that Foo() returns an even number.
17541 // Gets the number of all test parts. This is the sum of the number
17542 // of successful test parts and the number of failed test parts.
17545 // Returns the number of the test properties.
17724 // Increments the number of death tests encountered in this test so
17800 // Gets the number of successful tests in this test case.
17803 // Gets the number of failed tests in this test case.
17806 // Gets the number of disabled tests in this test case.
17809 // Get the number of tests in this test case that should run.
17812 // Gets the number of all tests in this test case.
18152 // Gets the number of successful test cases.
18155 // Gets the number of failed test cases.
18158 // Gets the number of all test cases.
18161 // Gets the number of all test cases that contain at least one test
18165 // Gets the number of successful tests.
18168 // Gets the number of failed tests.
18171 // Gets the number of disabled tests.
18174 // Gets the number of all tests.
18177 // Gets the number of tests that should run.
19411 // number, and the given message) to be included in every test failure
19417 // In the implementation, we include the current line number as part