Home | History | Annotate | Download | only in googletest

Lines Matching full:getter

4210 // Sets the OS stack trace getter.
4212 // Does nothing if the input and the current OS stack trace getter are
4213 // the same; otherwise, deletes the old getter and makes the input the
4214 // current getter.
4216 OsStackTraceGetterInterface* getter) {
4217 if (os_stack_trace_getter_ != getter) {
4219 os_stack_trace_getter_ = getter;
4223 // Returns the current OS stack trace getter if it is not NULL;
4225 // getter, and returns it.