Home
last modified time | relevance | path

Searched defs:NotCopyable (Results 1 – 1 of 1) sorted by relevance

/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc3467 class NotCopyable { class
3469 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::NotCopyable