HomeSort by relevance Sort by last modified time
    Searched refs:ConstReference (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 372 // - ConstReference(raw_container) returns a const reference to an STL-style
385 static const_reference ConstReference(const RawContainer& container) {
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(
  /external/gmock/include/gmock/internal/
gmock-internal-utils.h 385 // - ConstReference(raw_container) returns a const reference to an STL-style
398 static const_reference ConstReference(const RawContainer& container) {
417 // ConstReference() has to return a reference to a local variable.
420 static const_reference ConstReference(const Element (&array)[N]) {
434 // ConstReference(const char * (&)[4])')
461 static const_reference ConstReference(
  /external/gmock/test/
gmock-internal-utils_test.cc 584 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
604 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
631 ConstReference(make_tuple(p1, 3));
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 590 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
610 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
637 ConstReference(make_tuple(p1, 3));
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 301 milliseconds