Lines Matching full:getter
4564 // Sets the OS stack trace getter.
4566 // Does nothing if the input and the current OS stack trace getter are
4567 // the same; otherwise, deletes the old getter and makes the input the
4568 // current getter.
4570 OsStackTraceGetterInterface* getter) {
4571 if (os_stack_trace_getter_ != getter) {
4573 os_stack_trace_getter_ = getter;
4577 // Returns the current OS stack trace getter if it is not NULL;
4579 // getter, and returns it.