Home | History | Annotate | Download | only in gtest

Lines Matching defs:Current

180 // Macros indicating the current platform (defined to 1 if compiled on
2253 // // of the current scope.
2277 // responsibility to ensure that the current thread holds the
2283 // Does nothing if the current thread holds the mutex. Otherwise, crashes
2287 << "The current thread is not holding the mutex @" << this;
2397 // Destroys the managed object for the current thread, if any.
3022 // which compares according to LC_CTYPE category of the current locale.
3024 // current locale.
3283 // Returns the current working directory, or "" if unsuccessful.
6745 // the current line number. For more details, see
7394 // Returns the current OS stack trace as a String.
7557 # pragma warning(push) // Saves the current warning state.
7876 "failures in the current thread.\n" \
8017 // appropriate action to take for the current death test; for example,
8023 // DeathTest object that controls the execution of the current test.
8356 // simplicity, the current implementation doesn't search the PATH
9421 // 2. ::operator<< (as the current namespace is enclosed in ::),
9769 # pragma warning(push) // Saves the current warning state.
9840 # pragma warning(push) // Saves the current warning state.
10018 // Dereferences the current iterator and provides (read-only) access
10020 // Current() on an iterator equal to BaseGenerator()->End().
10022 virtual const T* Current() const = 0;
10047 const T& operator*() const { return *impl_->Current(); }
10048 const T* operator->() const { return impl_->Current(); }
10149 virtual const T* Current() const { return &value_; }
10242 // responsible for not calling Current() on an out-of-range iterator.
10243 virtual const T* Current() const {
10270 // value_ needs to be mutable to be accessed in Current().
13438 virtual const ParamType* Current() const { return &current_value_; }
13485 // current[i]_ is the actual traversing iterator.
13561 virtual const ParamType* Current() const { return &current_value_; }
13613 // current[i]_ is the actual traversing iterator.
13702 virtual const ParamType* Current() const { return &current_value_; }
13760 // current[i]_ is the actual traversing iterator.
13860 virtual const ParamType* Current() const { return &current_value_; }
13923 // current[i]_ is the actual traversing iterator.
14037 virtual const ParamType* Current() const { return &current_value_; }
14105 // current[i]_ is the actual traversing iterator.
14231 virtual const ParamType* Current() const { return &current_value_; }
14304 // current[i]_ is the actual traversing iterator.
14444 virtual const ParamType* Current() const { return &current_value_; }
14522 // current[i]_ is the actual traversing iterator.
14673 virtual const ParamType* Current() const { return &current_value_; }
14757 // current[i]_ is the actual traversing iterator.
14920 virtual const ParamType* Current() const { return &current_value_; }
15009 // current[i]_ is the actual traversing iterator.
16811 // current test part result reporter. Besides checking if fatal failures were
17409 // Returns true iff the current test has a fatal failure.
17412 // Returns true iff the current test has a non-fatal failure.
17415 // Returns true iff the current test has a (either fatal or
17419 // Logs a property for the current test. Only the last value for a given
17445 // Returns true iff the current test has the same fixture class as
17446 // the first test in the current test case.
18078 // nothing if the previous and the current listener objects are the same.
18085 // nothing if the previous and the current listener objects are the same.
18141 // Returns the random seed used at the start of the current test run.
18210 // Adds a TestPartResult to the current TestResult object. All
18220 // Adds a TestProperty to the current TestResult object. If the result already
18336 # pragma warning(push) // Saves the current warning state.
18698 // The current parameter value. Is also available in the test fixture's
18707 // remains alive and unchanged throughout the current test.
18733 // ADD_FAILURE unconditionally adds a failure to the current test.
18735 // current test successful, as a test is only successful when it has
18745 // that they will also abort the current function on failure. People
19396 // failures in the current thread.
19410 // Causes a trace (including the source file path, the current line
19412 // message generated by code in the current scope. The effect is
19413 // undone when the control leaves the current scope.
19417 // In the implementation, we include the current line number as part