/external/protobuf/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/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/google-breakpad/src/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/protobuf/java/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 226 enum ContainerType { enum 235 public ContainerType getContainerType(); in getContainerType() 428 public ContainerType getContainerType() { in getContainerType() 429 return ContainerType.MESSAGE; in getContainerType() 589 public ContainerType getContainerType() { in getContainerType() 590 return ContainerType.EXTENSION_SET; in getContainerType() 722 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 505 template <typename ContainerType> 506 void flatshadeVertices (const Program& program, ContainerType& list) in flatshadeVertices() 513 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in flatshadeVertices() 853 template <typename ContainerType> 854 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list) in transformClipCoordsToWindowCoords() 856 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in transformClipCoordsToWindowCoords() 902 template <typename ContainerType> 903 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() 907 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in makeSharedVerticesDistinct() 929 template <typename ContainerType> [all …]
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 282 typedef typename ::std::vector<T> ContainerType; typedef 287 typename ContainerType::const_iterator iterator) in Iterator() 332 typename ContainerType::const_iterator iterator_; 344 const ContainerType container_;
|
/external/mesa3d/src/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/google-breakpad/src/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/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/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/deqp/framework/qphelper/ |
D | qpTestLog.c | 63 } ContainerType; typedef 65 DE_INLINE deBool childContainersOk (ContainerType type) in childContainersOk() 78 ContainerType elements[MAX_CONTAINER_STACK_DEPTH]; 91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type) in ContainerStack_push() 105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack) in ContainerStack_pop() 112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack) in ContainerStack_getTop()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 8779 typedef typename ::std::vector<T> ContainerType; 8784 typename ContainerType::const_iterator iterator) 8829 typename ContainerType::const_iterator iterator_; 8841 const ContainerType container_;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 10282 typedef typename ::std::vector<T> ContainerType; 10287 typename ContainerType::const_iterator iterator) 10332 typename ContainerType::const_iterator iterator_; 10344 const ContainerType container_;
|