Home | History | Annotate | Download | only in googletest

Lines Matching full:getter

4419 // Sets the OS stack trace getter.
4421 // Does nothing if the input and the current OS stack trace getter are
4422 // the same; otherwise, deletes the old getter and makes the input the
4423 // current getter.
4425 OsStackTraceGetterInterface* getter) {
4426 if (os_stack_trace_getter_ != getter) {
4428 os_stack_trace_getter_ = getter;
4432 // Returns the current OS stack trace getter if it is not NULL;
4434 // getter, and returns it.