Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/example/
Dfeature_util.h370 template <typename ContainerType, typename RepeatedFieldType>
371 auto ReserveIfSizeAvailable(const ContainerType& container,
373 typename std::enable_if_t<HasSize<ContainerType>::value, void> {
377 template <typename ContainerType, typename RepeatedFieldType>
378 auto ReserveIfSizeAvailable(const ContainerType& container,
380 typename std::enable_if_t<!HasSize<ContainerType>::value, void> {}
384 template <typename ContainerType>
385 void AppendFeatureValues(const ContainerType& container, Feature* feature) {
386 using IteratorType = typename ContainerType::const_iterator;
412 template <typename ContainerType, typename ProtoType>
[all …]
/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/cronet/base/containers/
Dstack_container.h145 using ContainerType = TContainerType;
146 using ContainedType = typename ContainerType::value_type;
147 using Allocator = typename ContainerType::allocator_type;
164 ContainerType& container() { return container_; } in container()
165 const ContainerType& container() const { return container_; } in container()
170 ContainerType* operator->() { return &container_; }
171 const ContainerType* operator->() const { return &container_; }
184 ContainerType container_;
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs202 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()
596 case ContainerType.Object: in PopContainer()
599 case ContainerType.Array: in PopContainer()
602 case ContainerType.Document: in PopContainer()
610 private enum ContainerType enum in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs202 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()
596 case ContainerType.Object: in PopContainer()
599 case ContainerType.Array: in PopContainer()
602 case ContainerType.Document: in PopContainer()
610 private enum ContainerType enum in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcontainer_debug_tests.h38 enum ContainerType { enum
56 constexpr bool isSequential(ContainerType CT) { in isSequential()
60 constexpr bool isAssociative(ContainerType CT) { in isAssociative()
64 constexpr bool isUnordered(ContainerType CT) { in isUnordered()
68 constexpr bool isSet(ContainerType CT) { in isSet()
75 constexpr bool isMap(ContainerType CT) { in isMap()
82 constexpr bool isMulti(ContainerType CT) { in isMulti()
119 template <class Container, ContainerType CT,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DBitstreamRemarkSerializer.h58 BitstreamRemarkContainerType ContainerType; member
74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
173 BitstreamRemarkContainerType ContainerType,
178 TmpHelper.emplace(ContainerType); in MetaSerializer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkSerializer.cpp20 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper() argument
21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper()
207 switch (ContainerType) { in setupBlockInfo()
243 R.push_back(static_cast<uint64_t>(ContainerType)); in emitMetaBlock()
246 switch (ContainerType) { in emitMetaBlock()
353 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in emit()
370 assert(Helper.ContainerType != in metaSerializer()
373 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in metaSerializer()
DBitstreamRemarkParser.cpp57 Parser.ContainerType = Record[1]; in parseRecord()
357 switch (ContainerType) { in parseMeta()
377 if (Optional<uint8_t> Type = Helper.ContainerType) { in processCommonMeta()
384 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()
455 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
/external/cronet/base/task/thread_pool/
Ddelayed_priority_queue.h77 using ContainerType = IntrusiveHeap<TaskSourceAndDelayedSortKey, variable
80 ContainerType container_;
Dpriority_queue.h83 using ContainerType = IntrusiveHeap<TaskSourceAndSortKey>; variable
88 ContainerType container_;
/external/libchrome/base/task_scheduler/
Dpriority_queue.h91 using ContainerType = std::priority_queue<SequenceAndSortKey>; variable
96 ContainerType container_;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h147 using ContainerType = std::vector<EValue>;
148 using iterator = typename ContainerType::iterator;
149 using const_iterator = typename ContainerType::const_iterator;
189 ContainerType values;
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h127 using ContainerType = std::vector<EValue>;
128 using iterator = typename ContainerType::iterator;
129 using const_iterator = typename ContainerType::const_iterator;
169 ContainerType values;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h147 using ContainerType = std::vector<EValue>;
148 using iterator = typename ContainerType::iterator;
149 using const_iterator = typename ContainerType::const_iterator;
189 ContainerType values;
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h150 using ContainerType = std::vector<EValue>;
151 using iterator = typename ContainerType::iterator;
152 using const_iterator = typename ContainerType::const_iterator;
192 ContainerType values;
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc311 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/googletest/googletest/test/
Dgoogletest-param-test-test.cc311 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/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-param-test-test.cc306 typedef ::std::vector<int> ContainerType; in TEST() typedef
307 ContainerType values; in TEST()
319 typedef ::std::vector<int> ContainerType; in TEST() typedef
320 ContainerType values; in TEST()
333 typedef ::std::vector<int> ContainerType; in TEST() typedef
334 ContainerType values; in TEST()
345 typedef ::std::vector<int> ContainerType; in TEST() typedef
346 ContainerType values; in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc311 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/deqp/framework/referencerenderer/
DrrRenderer.cpp509 template <typename ContainerType>
510 void flatshadeVertices (const Program& program, ContainerType& list) in flatshadeVertices()
517 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in flatshadeVertices()
857 template <typename ContainerType>
858 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list) in transformClipCoordsToWindowCoords()
860 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in transformClipCoordsToWindowCoords()
906 template <typename ContainerType>
907 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct()
911 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in makeSharedVerticesDistinct()
933 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/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java213 enum ContainerType { enum
221 public ContainerType getContainerType(); in getContainerType()
467 public ContainerType getContainerType() { in getContainerType()
468 return ContainerType.MESSAGE; in getContainerType()
742 public ContainerType getContainerType() { in getContainerType()
743 return ContainerType.EXTENSION_SET; in getContainerType()
957 public ContainerType getContainerType() { in getContainerType()
958 return ContainerType.EXTENSION_SET; in getContainerType()
1168 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java213 enum ContainerType { enum
221 public ContainerType getContainerType(); in getContainerType()
467 public ContainerType getContainerType() { in getContainerType()
468 return ContainerType.MESSAGE; in getContainerType()
742 public ContainerType getContainerType() { in getContainerType()
743 return ContainerType.EXTENSION_SET; in getContainerType()
957 public ContainerType getContainerType() { in getContainerType()
958 return ContainerType.EXTENSION_SET; in getContainerType()
1168 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
/external/armnn/include/armnn/
DTensor.hpp359 …template < template<typename, typename...> class ContainerType, typename T, typename...ContainerAr…
360 ConstTensor(const TensorInfo& info, const ContainerType<T, ContainerArgs...>& container) in ConstTensor()

123