Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_gmock.h28 class GmockMatcher {
30 explicit GmockMatcher(Pattern p) : pattern_(std::move(p)) {} in GmockMatcher() function
95 pattern_matcher_gmock_detail::GmockMatcher<Pattern>>
98 pattern_matcher_gmock_detail::GmockMatcher<Pattern>( in GmockMatch()