Home | History | Annotate | Download | only in src

Lines Matching full:getter

917   // Sets the OS stack trace getter.
919 // Does nothing if the input and the current OS stack trace getter
920 // are the same; otherwise, deletes the old getter and makes the
921 // input the current getter.
922 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
924 // Returns the current OS stack trace getter if it is not NULL;
926 // getter, and returns it.
1087 // The OS stack trace getter. Will be deleted when the UnitTest
1089 // but the user can set this field to use a custom getter if that is