Lines Matching full:getter
608 // Sets the OS stack trace getter.
610 // Does nothing if the input and the current OS stack trace getter
611 // are the same; otherwise, deletes the old getter and makes the
612 // input the current getter.
613 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
615 // Returns the current OS stack trace getter if it is not NULL;
617 // getter, and returns it.
895 // The OS stack trace getter. Will be deleted when the UnitTest
897 // but the user can set this field to use a custom getter if that is