Home
last modified time | relevance | path

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

12

/external/libchrome/base/containers/
Dstack_container.h143 typedef TContainerType ContainerType; typedef
144 typedef typename ContainerType::value_type ContainedType;
160 ContainerType& container() { return container_; } in container()
161 const ContainerType& container() const { return container_; } in container()
166 ContainerType* operator->() { return &container_; }
167 const ContainerType* operator->() const { return &container_; }
180 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.h267 template <typename ContainerType>
268 void AppendFeatureValues(const ContainerType& container, Feature* feature) {
269 using IteratorType = typename ContainerType::const_iterator;
283 template <typename ContainerType, typename ProtoType>
284 void AppendFeatureValues(const ContainerType& container, const string& key,
286 using IteratorType = typename ContainerType::const_iterator;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h126 using ContainerType = std::vector<EValue>;
127 using iterator = typename ContainerType::iterator;
128 using const_iterator = typename ContainerType::const_iterator;
162 ContainerType values;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h126 using ContainerType = std::vector<EValue>;
127 using iterator = typename ContainerType::iterator;
128 using const_iterator = typename ContainerType::const_iterator;
162 ContainerType values;
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h126 using ContainerType = std::vector<EValue>;
127 using iterator = typename ContainerType::iterator;
128 using const_iterator = typename ContainerType::const_iterator;
162 ContainerType values;
/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/googletest/googletest/test/
Dgoogletest-param-test-test.cc310 typedef ::std::vector<int> ContainerType; in TEST() typedef
311 ContainerType values; in TEST()
323 typedef ::std::vector<int> ContainerType; in TEST() typedef
324 ContainerType values; in TEST()
337 typedef ::std::vector<int> ContainerType; in TEST() typedef
338 ContainerType values; in TEST()
349 typedef ::std::vector<int> ContainerType; in TEST() typedef
350 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/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/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/mesa3d/src/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h303 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/libaom/libaom/third_party/googletest/src/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/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>
Ddb_sequence_container_iterators.pass.cpp30 template <class Container, ContainerType CT>
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h71 template <typename ContainerType, typename IteratorType, typename ValueType>
339 template <typename ContainerType, typename IteratorType, typename ValueType>
343 ShapeTreeIterator(ContainerType* nodes, IteratorType node, in ShapeTreeIterator()
389 ContainerType* nodes_;
/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/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h305 typedef typename ::std::vector<T> ContainerType; typedef
310 typename ContainerType::const_iterator iterator) in Iterator()
354 typename ContainerType::const_iterator iterator_;
366 const ContainerType container_;
/external/v8/src/
Dcode-stub-assembler.h2170 template <class ContainerType>
2172 static_assert(!std::is_same<ContainerType, DescriptorArray>::value, in LoadDetailsByKeyIndex()
2175 (ContainerType::kEntryDetailsIndex - ContainerType::kEntryKeyIndex) * in LoadDetailsByKeyIndex()
2183 template <class ContainerType>
2185 static_assert(!std::is_same<ContainerType, DescriptorArray>::value, in LoadValueByKeyIndex()
2188 (ContainerType::kEntryValueIndex - ContainerType::kEntryKeyIndex) * in LoadValueByKeyIndex()
2202 template <class ContainerType>
2203 void StoreDetailsByKeyIndex(TNode<ContainerType> container, in StoreDetailsByKeyIndex()
2206 (ContainerType::kEntryDetailsIndex - ContainerType::kEntryKeyIndex) * in StoreDetailsByKeyIndex()
2213 template <class ContainerType>
[all …]

12