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

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 364 // modifier) RawContainer that's either an STL-style container or a
365 // native array, class StlContainerView<RawContainer> has the
369 // (i.e. implements the STL container concept for) RawContainer;
371 // RawContainer;
373 // container view to raw_container, which is a RawContainer.
375 // copy of raw_container, which is a RawContainer.
377 // This generic version is used when RawContainer itself is already an
379 template <class RawContainer>
382 typedef RawContainer type;
385 static const_reference ConstReference(const RawContainer& container)
    [all...]
  /external/googletest/googlemock/include/gmock/internal/
gmock-internal-utils.h 390 // modifier) RawContainer that's either an STL-style container or a
391 // native array, class StlContainerView<RawContainer> has the
395 // (i.e. implements the STL container concept for) RawContainer;
397 // RawContainer;
399 // container view to raw_container, which is a RawContainer.
401 // copy of raw_container, which is a RawContainer.
403 // This generic version is used when RawContainer itself is already an
405 template <class RawContainer>
408 typedef RawContainer type;
411 static const_reference ConstReference(const RawContainer& container)
    [all...]
  /external/v8/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 390 // modifier) RawContainer that's either an STL-style container or a
391 // native array, class StlContainerView<RawContainer> has the
395 // (i.e. implements the STL container concept for) RawContainer;
397 // RawContainer;
399 // container view to raw_container, which is a RawContainer.
401 // copy of raw_container, which is a RawContainer.
403 // This generic version is used when RawContainer itself is already an
405 template <class RawContainer>
408 typedef RawContainer type;
411 static const_reference ConstReference(const RawContainer& container)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 317 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
318 typedef typename internal::StlContainerView<RawContainer>::type::value_type
345 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
346 typedef typename internal::StlContainerView<RawContainer>::type::value_type
372 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
373 typedef typename internal::StlContainerView<RawContainer>::type::value_type
401 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
402 typedef typename internal::StlContainerView<RawContainer>::type::value_type
432 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
433 typedef typename internal::StlContainerView<RawContainer>::type::value_typ
    [all...]
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 484 milliseconds