Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 25 of 30) sorted by relevance

12

/external/libchrome/base/
Dobserver_list.h88 template <class ContainerType>
92 explicit Iter(ContainerType* list);
98 typename ObserverListBase<ObserverType>::template Iter<ContainerType>;
177 template <class ContainerType>
184 template <class ContainerType>
185 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter() in Iter()
189 template <class ContainerType>
190 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter(ContainerType* list) in Iter()
201 template <class ContainerType>
202 ObserverListBase<ObserverType>::Iter<ContainerType>::~Iter() { in ~Iter()
[all …]
/external/libchrome/base/containers/
Dstack_container.h142 typedef TContainerType ContainerType; typedef
143 typedef typename ContainerType::value_type ContainedType;
159 ContainerType& container() { return container_; } in container()
160 const ContainerType& container() const { return container_; } in container()
165 ContainerType* operator->() { return &container_; }
166 const ContainerType* operator->() const { return &container_; }
179 ContainerType container_;
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs174 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>();
182 containerStack.Push(ContainerType.Document); in JsonTextTokenizer()
238 containerStack.Push(ContainerType.Object); in NextImpl()
247 containerStack.Push(ContainerType.Array); in NextImpl()
559 case ContainerType.Object: in PopContainer()
562 case ContainerType.Array: in PopContainer()
565 case ContainerType.Document: in PopContainer()
573 private enum ContainerType enum in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/external/tensorflow/tensorflow/core/example/
Dfeature_util.h254 template <typename ContainerType>
255 void AppendFeatureValues(const ContainerType& container, Feature* feature) {
256 using IteratorType = typename ContainerType::const_iterator;
270 template <typename ContainerType, typename ProtoType>
271 void AppendFeatureValues(const ContainerType& container, const string& key,
273 using IteratorType = typename ContainerType::const_iterator;
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc363 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/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-param-test_test.cc363 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/
Dgtest-param-test_test.cc363 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/v8/testing/gtest/test/
Dgtest-param-test_test.cc363 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/googletest/googletest/test/
Dgtest-param-test_test.cc363 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/core/src/main/java/com/google/protobuf/
DMessageReflection.java229 enum ContainerType { enum
238 public ContainerType getContainerType(); in getContainerType()
435 public ContainerType getContainerType() { in getContainerType()
436 return ContainerType.MESSAGE; in getContainerType()
622 public ContainerType getContainerType() { in getContainerType()
623 return ContainerType.EXTENSION_SET; in getContainerType()
774 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp505 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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h283 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/
Dgtest-param-util.h282 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h283 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h283 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/
Dgtest-param-util.h283 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/
Dgtest-param-util.h283 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/v8/src/
Dcode-stub-assembler.h903 template <class ContainerType>
906 (ContainerType::kEntryDetailsIndex - ContainerType::kEntryKeyIndex) * in LoadDetailsByKeyIndex()
914 template <class ContainerType>
917 (ContainerType::kEntryValueIndex - ContainerType::kEntryKeyIndex) * in LoadValueByKeyIndex()
924 template <class ContainerType>
927 (ContainerType::kEntryDetailsIndex - ContainerType::kEntryKeyIndex) * in StoreDetailsByKeyIndex()
934 template <class ContainerType>
937 (ContainerType::kEntryValueIndex - ContainerType::kEntryKeyIndex) * in StoreValueByKeyIndex()
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util.h307 typedef typename ::std::vector<T> ContainerType; typedef
312 typename ContainerType::const_iterator iterator) in Iterator()
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h307 typedef typename ::std::vector<T> ContainerType; typedef
312 typename ContainerType::const_iterator iterator) in Iterator()
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h307 typedef typename ::std::vector<T> ContainerType; typedef
312 typename ContainerType::const_iterator iterator) in Iterator()
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
/external/deqp/framework/qphelper/
DqpTestLog.c63 } 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/libcxx/test/libcxx/debug/containers/
Ddb_associative_container_tests.pass.cpp31 template <class Container, ContainerType CT>
Ddb_unord_container_tests.pass.cpp30 template <class Container, ContainerType CT>
Ddb_string.pass.cpp32 template <class Container = StringType, ContainerType CT = CT_String>

12