Lines Matching full:getter
587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
868 // The OS stack trace getter. Will be deleted when the UnitTest
870 // but the user can set this field to use a custom getter if that is