/external/webkit/Source/WebKit/win/ |
D | COMEnumVariant.h | 35 template<typename ContainerType> 39 static COMEnumVariant* adopt(ContainerType&); 40 static COMEnumVariant* createInstance(const ContainerType&); 59 COMEnumVariant(const ContainerType& container) in COMEnumVariant() 70 ContainerType m_container; 71 typename ContainerType::const_iterator m_currentPos; 75 template<typename ContainerType> 76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& contain… in adopt() 85 template<typename ContainerType> 86 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::createInstance(const Contain… in createInstance() [all …]
|
/external/chromium/base/ |
D | stack_container.h | 133 typedef TContainerType ContainerType; typedef 134 typedef typename ContainerType::value_type ContainedType; 150 ContainerType& container() { return container_; } in container() 151 const ContainerType& container() const { return container_; } in container() 156 ContainerType* operator->() { return &container_; } 157 const ContainerType* operator->() const { return &container_; } 170 ContainerType container_;
|
D | stack_container_unittest.cc | 77 typedef Vector::ContainerType Container; in TEST()
|
/external/chromium/testing/gtest/test/ |
D | gtest-param-test_test.cc | 363 typedef ::std::vector<int> ContainerType; in TEST() typedef 364 ContainerType values; in TEST() 376 typedef ::std::vector<int> ContainerType; in TEST() typedef 377 ContainerType values; in TEST() 390 typedef ::std::vector<int> ContainerType; in TEST() typedef 391 ContainerType values; in TEST() 402 typedef ::std::vector<int> ContainerType; in TEST() typedef 403 ContainerType values; in TEST()
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
D | gtest-param-test_test.cc | 363 typedef ::std::vector<int> ContainerType; in TEST() typedef 364 ContainerType values; in TEST() 376 typedef ::std::vector<int> ContainerType; in TEST() typedef 377 ContainerType values; in TEST() 390 typedef ::std::vector<int> ContainerType; in TEST() typedef 391 ContainerType values; in TEST() 402 typedef ::std::vector<int> ContainerType; in TEST() typedef 403 ContainerType values; in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest-param-test_test.cc | 304 typedef ::std::vector<int> ContainerType; in TEST() typedef 305 ContainerType values; in TEST() 317 typedef ::std::vector<int> ContainerType; in TEST() typedef 318 ContainerType values; in TEST() 331 typedef ::std::vector<int> ContainerType; in TEST() typedef 332 ContainerType values; in TEST() 343 typedef ::std::vector<int> ContainerType; in TEST() typedef 344 ContainerType values; in TEST()
|
/external/gtest/test/ |
D | gtest-param-test_test.cc | 363 typedef ::std::vector<int> ContainerType; in TEST() typedef 364 ContainerType values; in TEST() 376 typedef ::std::vector<int> ContainerType; in TEST() typedef 377 ContainerType values; in TEST() 390 typedef ::std::vector<int> ContainerType; in TEST() typedef 391 ContainerType values; in TEST() 402 typedef ::std::vector<int> ContainerType; in TEST() typedef 403 ContainerType values; in TEST()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 283 typedef typename ::std::vector<T> ContainerType; typedef 288 typename ContainerType::const_iterator iterator) in Iterator() 333 typename ContainerType::const_iterator iterator_; 345 const ContainerType container_;
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 303 typedef typename ::std::vector<T> ContainerType; typedef 308 typename ContainerType::const_iterator iterator) in Iterator() 353 typename ContainerType::const_iterator iterator_; 365 const ContainerType container_;
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 283 typedef typename ::std::vector<T> ContainerType; typedef 288 typename ContainerType::const_iterator iterator) in Iterator() 333 typename ContainerType::const_iterator iterator_; 345 const ContainerType container_;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 301 typedef typename ::std::vector<T> ContainerType; typedef 306 typename ContainerType::const_iterator iterator) in Iterator() 351 typename ContainerType::const_iterator iterator_; 363 const ContainerType container_;
|
/external/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 283 typedef typename ::std::vector<T> ContainerType; typedef 288 typename ContainerType::const_iterator iterator) in Iterator() 333 typename ContainerType::const_iterator iterator_; 345 const ContainerType container_;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 283 typedef typename ::std::vector<T> ContainerType; typedef 288 typename ContainerType::const_iterator iterator) in Iterator() 333 typename ContainerType::const_iterator iterator_; 345 const ContainerType container_;
|
/external/oprofile/libregex/ |
D | stl.pat.in | 55 # strictly speaking 3rd parameters is less<ContainerType::value_type>
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 129 # strictly speaking 3rd parameters is less<ContainerType::value_type>
|
/external/ceres-solver/internal/ceres/gtest/ |
D | gtest.h | 10217 typedef typename ::std::vector<T> ContainerType; 10222 typename ContainerType::const_iterator iterator) 10267 typename ContainerType::const_iterator iterator_; 10279 const ContainerType container_;
|