Searched defs:ConstReference (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h372 // - ConstReference(raw_container) returns a const reference to an STL-style
385 static const_reference ConstReference(const RawContainer& container) { function in class:testing::internal::StlContainerView
404 // ConstReference() has to return a reference to a local variable.
407 static const_reference ConstReference(const Element (&array)[N]) {
421 // ConstReference(const char * (&)[4])')
448 static const_reference ConstReference( function in class:testing::internal::StlContainerView

Completed in 271 milliseconds