/external/libchrome/base/containers/ |
D | stack_container.h | 143 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/ |
D | JsonTokenizer.cs | 174 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/ |
D | feature_util.h | 267 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/ |
D | jsonToSpirv.h | 126 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/ |
D | jsonToSpirv.h | 126 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/ |
D | jsonToSpirv.h | 126 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/ |
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/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 310 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/ |
D | MessageReflection.java | 229 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/ |
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/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/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/swiftshader/third_party/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/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 307 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/ |
D | gtest-param-util.h | 307 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/ |
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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 307 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/ |
D | db_associative_container_tests.pass.cpp | 31 template <class Container, ContainerType CT>
|
D | db_unord_container_tests.pass.cpp | 30 template <class Container, ContainerType CT>
|
D | db_string.pass.cpp | 32 template <class Container = StringType, ContainerType CT = CT_String>
|
D | db_sequence_container_iterators.pass.cpp | 30 template <class Container, ContainerType CT>
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree.h | 71 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/ |
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/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 305 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/ |
D | code-stub-assembler.h | 2170 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 …]
|