Home
last modified time | relevance | path

Searched refs:UntypedOnCallSpecBase (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h241 class UntypedOnCallSpecBase {
244 UntypedOnCallSpecBase(const char* a_file, int a_line) in UntypedOnCallSpecBase() function
281 class OnCallSpec : public UntypedOnCallSpecBase {
290 : UntypedOnCallSpecBase(a_file, a_line), in OnCallSpec()