Home | History | Annotate | Download | only in src

Lines Matching full:getter

4239 // Sets the OS stack trace getter.
4241 // Does nothing if the input and the current OS stack trace getter are
4242 // the same; otherwise, deletes the old getter and makes the input the
4243 // current getter.
4245 OsStackTraceGetterInterface* getter) {
4246 if (os_stack_trace_getter_ != getter) {
4248 os_stack_trace_getter_ = getter;
4252 // Returns the current OS stack trace getter if it is not NULL;
4254 // getter, and returns it.