Lines Matching full:getter
655 // Sets the OS stack trace getter.
657 // Does nothing if the input and the current OS stack trace getter
658 // are the same; otherwise, deletes the old getter and makes the
659 // input the current getter.
660 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
662 // Returns the current OS stack trace getter if it is not NULL;
664 // getter, and returns it.
918 // The OS stack trace getter. Will be deleted when the UnitTest
920 // but the user can set this field to use a custom getter if that is