Searched refs:ContainerType (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DCOMEnumVariant.h35 template<typename ContainerType>
39 static COMEnumVariant* adopt(ContainerType&);
40 static COMEnumVariant* createInstance(const ContainerType&);
59 COMEnumVariant(const ContainerType& container)
70 ContainerType m_container;
71 typename ContainerType::const_iterator m_currentPos;
75 template<typename ContainerType>
76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType
[all...]
/external/chromium/base/
H A Dstack_container.h127 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
133 typedef TContainerType ContainerType; typedef in class:StackContainer
134 typedef typename ContainerType::value_type ContainedType;
150 ContainerType& container() { return container_; }
151 const ContainerType& container() const { return container_; }
156 ContainerType* operator->() { return &container_; }
157 const ContainerType* operator->() const { return &container_; }
170 ContainerType container_;
H A Dstack_container_unittest.cc77 typedef Vector::ContainerType Container;
/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc363 typedef ::std::vector<int> ContainerType; typedef
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType; typedef
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType; typedef
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType; typedef
403 ContainerType values;
/external/gtest/test/
H A Dgtest-param-test_test.cc363 typedef ::std::vector<int> ContainerType; typedef
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType; typedef
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType; typedef
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType; typedef
403 ContainerType values;
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc304 typedef ::std::vector<int> ContainerType; typedef
305 ContainerType values;
317 typedef ::std::vector<int> ContainerType; typedef
318 ContainerType values;
331 typedef ::std::vector<int> ContainerType; typedef
332 ContainerType values;
343 typedef ::std::vector<int> ContainerType; typedef
344 ContainerType values;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h301 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
306 typename ContainerType::const_iterator iterator)
351 typename ContainerType::const_iterator iterator_;
363 const ContainerType container_;

Completed in 392 milliseconds