Searched defs:ContainerType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/base/containers/
H A Dstack_container.h134 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
140 typedef TContainerType ContainerType; typedef in class:base::StackContainer
141 typedef typename ContainerType::value_type ContainedType;
157 ContainerType& container() { return container_; }
158 const ContainerType& container() const { return container_; }
163 ContainerType* operator->() { return &container_; }
164 const ContainerType* operator->() const { return &container_; }
177 ContainerType container_;
/external/chromium_org/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_org/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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/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_;
/external/deqp/framework/qphelper/
H A DqpTestLog.c63 } ContainerType; typedef in typeref:enum:ContainerType_e
65 DE_INLINE deBool childContainersOk (ContainerType type)
78 ContainerType elements[MAX_CONTAINER_STACK_DEPTH];
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type)
105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack)
112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10282 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
10287 typename ContainerType::const_iterator iterator)
10332 typename ContainerType::const_iterator iterator_;
10344 const ContainerType container_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10282 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
10287 typename ContainerType::const_iterator iterator)
10332 typename ContainerType::const_iterator iterator_;
10344 const ContainerType container_;

Completed in 608 milliseconds