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

  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 361 // modifier) RawContainer that's either an STL-style container or a
362 // native array, class StlContainerView<RawContainer> has the
366 // (i.e. implements the STL container concept for) RawContainer;
368 // RawContainer;
370 // container view to raw_container, which is a RawContainer.
372 // copy of raw_container, which is a RawContainer.
374 // This generic version is used when RawContainer itself is already an
376 template <class RawContainer>
379 typedef RawContainer type;
382 static const_reference ConstReference(const RawContainer& container)
    [all...]
  /external/chromium/testing/gmock/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/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 42 milliseconds