Home | History | Annotate | Download | only in src

Lines Matching full:getter

4568 // Sets the OS stack trace getter.
4570 // Does nothing if the input and the current OS stack trace getter are
4571 // the same; otherwise, deletes the old getter and makes the input the
4572 // current getter.
4574 OsStackTraceGetterInterface* getter) {
4575 if (os_stack_trace_getter_ != getter) {
4577 os_stack_trace_getter_ = getter;
4581 // Returns the current OS stack trace getter if it is not NULL;
4583 // getter, and returns it.