Lines Matching full:getter
826 // Sets the OS stack trace getter.
828 // Does nothing if the input and the current OS stack trace getter
829 // are the same; otherwise, deletes the old getter and makes the
830 // input the current getter.
831 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
833 // Returns the current OS stack trace getter if it is not NULL;
835 // getter, and returns it.
1094 // The OS stack trace getter. Will be deleted when the UnitTest
1096 // but the user can set this field to use a custom getter if that is