Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h710 const char* source_text() const { return source_text_.c_str(); } in source_text()
861 const std::string source_text_; // The EXPECT_CALL(...) source text. variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc82 source_text_(a_source_text), in ExpectationBase()