/external/tensorflow/tensorflow/core/example/ |
D | feature_util.h | 297 template <typename ContainerType> 298 void AppendFeatureValues(const ContainerType& container, Feature* feature) { 299 using IteratorType = typename ContainerType::const_iterator; 313 template <typename ContainerType, typename ProtoType> 314 void AppendFeatureValues(const ContainerType& container, const string& key, 316 using IteratorType = typename ContainerType::const_iterator; 357 template <typename ContainerType> 358 void SetFeatureValues(const ContainerType& container, Feature* feature) { 359 using IteratorType = typename ContainerType::const_iterator; 374 template <typename ContainerType, typename ProtoType> [all …]
|
/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 | 202 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>(); 210 containerStack.Push(ContainerType.Document); in JsonTextTokenizer() 266 containerStack.Push(ContainerType.Object); in NextImpl() 275 containerStack.Push(ContainerType.Array); in NextImpl() 587 case ContainerType.Object: in PopContainer() 590 case ContainerType.Array: in PopContainer() 593 case ContainerType.Document: in PopContainer() 601 private enum ContainerType enum in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
|
/external/libchrome/base/task_scheduler/ |
D | priority_queue.h | 91 using ContainerType = std::priority_queue<SequenceAndSortKey>; variable 96 ContainerType container_;
|
/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/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 134 using ContainerType = std::vector<EValue>; 135 using iterator = typename ContainerType::iterator; 136 using const_iterator = typename ContainerType::const_iterator; 176 ContainerType values;
|
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/ |
D | jsonToSpirv.h | 139 using ContainerType = std::vector<EValue>; 140 using iterator = typename ContainerType::iterator; 141 using const_iterator = typename ContainerType::const_iterator; 181 ContainerType values;
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 127 using ContainerType = std::vector<EValue>; 128 using iterator = typename ContainerType::iterator; 129 using const_iterator = typename ContainerType::const_iterator; 169 ContainerType values;
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 139 using ContainerType = std::vector<EValue>; 140 using iterator = typename ContainerType::iterator; 141 using const_iterator = typename ContainerType::const_iterator; 181 ContainerType values;
|
/external/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 311 typedef ::std::vector<int> ContainerType; in TEST() typedef 312 ContainerType values; in TEST() 324 typedef ::std::vector<int> ContainerType; in TEST() typedef 325 ContainerType values; in TEST() 338 typedef ::std::vector<int> ContainerType; in TEST() typedef 339 ContainerType values; in TEST() 350 typedef ::std::vector<int> ContainerType; in TEST() typedef 351 ContainerType values; in TEST()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 212 enum ContainerType { enum 220 public ContainerType getContainerType(); in getContainerType() 414 public ContainerType getContainerType() { in getContainerType() 415 return ContainerType.MESSAGE; in getContainerType() 616 public ContainerType getContainerType() { in getContainerType() 617 return ContainerType.EXTENSION_SET; in getContainerType() 767 } 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/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>
|
/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/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/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree.h | 71 template <typename ContainerType, typename IteratorType, typename ValueType> 342 template <typename ContainerType, typename IteratorType, typename ValueType> 346 ShapeTreeIterator(ContainerType* nodes, IteratorType node, in ShapeTreeIterator() 392 ContainerType* nodes_;
|
/external/mesa3d/src/gtest/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/googletest/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() 356 typename ContainerType::const_iterator iterator_; 368 const ContainerType container_;
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 302 typedef typename ::std::vector<T> ContainerType; typedef 307 typename ContainerType::const_iterator iterator) in Iterator() 350 typename ContainerType::const_iterator iterator_; 362 const ContainerType container_;
|
/external/v8/src/codegen/ |
D | code-stub-assembler.h | 2779 template <class ContainerType> 2780 TNode<Uint32T> LoadDetailsByKeyIndex(TNode<ContainerType> container, in LoadDetailsByKeyIndex() 2782 static_assert(!std::is_same<ContainerType, DescriptorArray>::value, in LoadDetailsByKeyIndex() 2785 (ContainerType::kEntryDetailsIndex - ContainerType::kEntryKeyIndex) * in LoadDetailsByKeyIndex() 2793 template <class ContainerType> 2794 TNode<Object> LoadValueByKeyIndex(TNode<ContainerType> container, in LoadValueByKeyIndex() 2796 static_assert(!std::is_same<ContainerType, DescriptorArray>::value, in LoadValueByKeyIndex() 2799 (ContainerType::kEntryValueIndex - ContainerType::kEntryKeyIndex) * in LoadValueByKeyIndex() 2806 template <class ContainerType> 2807 void StoreDetailsByKeyIndex(TNode<ContainerType> container, in StoreDetailsByKeyIndex() [all …]
|