/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | tree_iterator.h | 97 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 111 // State of the tree walk: each pair contains the parent node (which has been 114 // child and push back the pair if the children iterator is not end(). 115 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_; 130 // states (pair of node pointer and child iterator) as we walk it. 204 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 236 // State of the tree walk: each pair contains the parent node and the iterator 240 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | tree_iterator.h | 97 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 111 // State of the tree walk: each pair contains the parent node (which has been 114 // child and push back the pair if the children iterator is not end(). 115 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_; 130 // states (pair of node pointer and child iterator) as we walk it. 204 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 236 // State of the tree walk: each pair contains the parent node and the iterator 240 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_;
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | tjbench-gtest-wrapper.cpp | 32 const static std::vector<std::pair<const std::string, 57 ::testing::TestWithParam<std::pair<const std::string, const std::string>> { 112 const static std::vector<std::pair<const std::string, 127 ::testing::TestWithParam<std::pair<const std::string, const std::string>> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 176 std::pair<size_t, size_t> getLineExtent(unsigned FuncId); 198 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, 214 std::pair<StringRef, unsigned> addToStringTable(StringRef S); 250 std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 53 using PredValueInfo = SmallVectorImpl<std::pair<Constant *, BasicBlock *>>; 54 using PredValueInfoTy = SmallVector<std::pair<Constant *, BasicBlock *>, 8>; 130 DenseSet<std::pair<Value *, BasicBlock *>> &RecursionSet, 137 DenseSet<std::pair<Value *, BasicBlock *>> RecursionSet; in ComputeValueKnownInPredecessors()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | function.cc | 45 std::vector<std::pair<const Variable*, const ast::LocationDecoration*>> 47 std::vector<std::pair<const Variable*, const ast::LocationDecoration*>> ret; in TransitivelyReferencedLocationVariables() 92 std::vector<std::pair<const Variable*, const ast::BuiltinDecoration*>> 94 std::vector<std::pair<const Variable*, const ast::BuiltinDecoration*>> ret; in TransitivelyReferencedBuiltinVariables()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.h | 35 // Like remove_const but propagates the removal through std::pair. 41 struct remove_pair_const<std::pair<T, U> > { 42 using type = std::pair<typename remove_pair_const<T>::type, 47 // behavior is to treat the value as a pair and return the first element. 115 struct Generator<std::pair<T, U> > { 120 std::pair<T, U> operator()(int i) const { in operator ()()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.h | 123 struct Generator<std::pair<K, V>> { 124 std::pair<K, V> operator()() const { in operator ()() 125 return std::pair<K, V>(Generator<typename std::decay<K>::type>()(), in operator ()() 147 : Generator<std::pair<
|
H A D | btree_container.h | 141 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) { in equal_range() 145 std::pair<const_iterator, const_iterator> equal_range( in equal_range() 285 std::pair<iterator, bool> insert(const value_type &v) { in insert() 288 std::pair<iterator, bool> insert(value_type &&v) { in insert() 292 std::pair<iterator, bool> emplace(Args &&... args) { in emplace() 322 std::pair<iterator, bool> res = in insert() 334 std::pair<iterator, bool> res = this->tree_.insert_hint_unique( in insert() 344 const std::pair<iterator, bool> lower_and_equal = in extract() 415 std::pair<iterator, bool> insert_or_assign(const key_arg<K> &k, in insert_or_assign() 420 std::pair<iterato [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | tree_iterator.h | 97 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 111 // State of the tree walk: each pair contains the parent node (which has been 114 // child and push back the pair if the children iterator is not end(). 115 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_; 130 // states (pair of node pointer and child iterator) as we walk it. 204 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() 236 // State of the tree walk: each pair contains the parent node and the iterator 240 std::stack<std::pair<NodePtr, NodeIterator>> parent_iterators_;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 516 params.insert(std::pair<std::string, std::string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase() 517 params.insert(std::pair<std::string, std::string>("PRECISION", "mediump")); in createGenericLoopCase() 518 params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase() 1452 params.insert(std::pair<std::string, std::string>("PRECISION", "mediump")); in createSpecialLoopCase() 1453 params.insert(std::pair<std::string, std::string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase() 1454 params.insert(std::pair<std::string, std::string>("NUM_ITERS", numItersStr)); in createSpecialLoopCase() 1455 params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", counterPrecisionStr)); in createSpecialLoopCase() 1456 params.insert(std::pair<std::string, std::string>("FOR_LOOP", forLoopStr)); in createSpecialLoopCase() 1457 params.insert(std::pair<std::string, std::string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase() 1458 params.insert(std::pair<st in createSpecialLoopCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 518 params.insert(std::pair<std::string, std::string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase() 519 params.insert(std::pair<std::string, std::string>("PRECISION", "mediump")); in createGenericLoopCase() 520 params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase() 1455 params.insert(std::pair<std::string, std::string>("PRECISION", "mediump")); in createSpecialLoopCase() 1456 params.insert(std::pair<std::string, std::string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase() 1457 params.insert(std::pair<std::string, std::string>("NUM_ITERS", numItersStr)); in createSpecialLoopCase() 1458 params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", counterPrecisionStr)); in createSpecialLoopCase() 1459 params.insert(std::pair<std::string, std::string>("FOR_LOOP", forLoopStr)); in createSpecialLoopCase() 1460 params.insert(std::pair<std::string, std::string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase() 1461 params.insert(std::pair<st in createSpecialLoopCase() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/ |
H A D | canvas_declaration.cpp | 25 bool CanvasDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color_factory.h | 31 std::pair<Color, Color> GetColorTuple(const std::string& colorName); 35 std::map<std::string, std::pair<Color, Color>> colorMap_;
|
/third_party/gn/src/gn/ |
H A D | config.cc | 46 for (const auto& pair : configs_) in OnResolved() 47 composite_values_.AppendValues(pair.ptr->resolved_values()); in OnResolved()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | import-assertions.h | 20 std::pair<const AstRawString*, Scanner::Location>, 25 std::pair<const AstRawString*, Scanner::Location>, in ImportAssertions()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | probability_context.cc | 24 const std::pair<uint32_t, uint32_t> kChanceOfReplacingIdentifiers = {30, 70}; 36 std::pair<uint32_t, uint32_t> range) { in RandomFromRange()
|
/third_party/gn/src/base/containers/ |
H A D | flat_tree.h | 74 // contained (in the case of map it's a <Kay, Mapped> pair). The Key is how 218 std::pair<iterator, bool> insert(const value_type& val); 219 std::pair<iterator, bool> insert(value_type&& val); 233 std::pair<iterator, bool> emplace(Args&&... args); 276 std::pair<iterator, iterator> equal_range(const K& key); 279 std::pair<const_iterator, const_iterator> equal_range(const K& key) const; 343 std::pair<iterator, bool> emplace_key_args(const K& key, Args&&... args); 348 std::pair<iterator, bool> emplace_hint_key_args(const_iterator hint, 392 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign() 408 std::pair<iterato [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 324 void SetAttr(const std::vector<std::pair<std::string, std::string>>& attrs) in SetAttr() 330 void SetStyle(const std::vector<std::pair<std::string, std::string>>& styles) in SetStyle() 402 const std::vector<std::pair<std::string, std::string>> GetAttr() in GetAttr() 408 const std::vector<std::pair<std::string, std::string>> GetStyle() in GetStyle() 416 std::vector<std::pair<std::string, std::string>> attrs_; 417 std::vector<std::pair<std::string, std::string>> styles_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.h | 29 using NavPathList = std::vector<std::pair<std::string, RefPtr<UINode>>>; 76 std::vector<std::pair<std::string, WeakPtr<UINode>>>& GetAllNavDestinationNodesPrev() in GetAllNavDestinationNodesPrev() 96 std::optional<std::pair<std::string, RefPtr<UINode>>> GetTopNavPath() const in GetTopNavPath() 104 std::optional<std::pair<std::string, RefPtr<UINode>>> GetPreTopNavPath() const in GetPreTopNavPath() 121 std::optional<std::pair<std::string, RefPtr<UINode>>> GetFromCacheNode(int32_t handle); 259 std::vector<std::pair<std::string, WeakPtr<UINode>>> navPathListBeforePoped_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_layout_algorithm.h | 29 using TwoAlignedValues = std::pair<std::optional<float>, std::optional<float>>; 31 using GuidelineParams = std::pair<LineDirection, float>; 32 using BarrierParams = std::pair<BarrierDirection, std::vector<std::string>>; 113 std::pair<float, float> CalcOffsetInChainGetStart(const float& anchorDistance, const float& contentSize, 139 void CalcBiasTowDirection(std::pair<TwoAlignedValues, TwoAlignedValues>& alignedValuesOnTwoDirections, 142 std::pair<TwoAlignedValues, TwoAlignedValues> GetFirstTwoAlignValues(const RefPtr<LayoutWrapper>& childWrapper,
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.h | 237 std::pair<Rect, Offset> GetCurrentRectAndOrigin() const override; 238 std::pair<Rect, Offset> GetLastRectAndOrigin() override 241 lastRectOriginPtr_ = std::make_unique<std::pair<Rect, Offset>>(); 245 void UpdateLastRectAndOrigin(const std::pair<Rect, Offset>& curRectOrigin) override 248 lastRectOriginPtr_ = std::make_unique<std::pair<Rect, Offset>>(); 296 std::unique_ptr<std::pair<Rect, Offset>> lastRectOriginPtr_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_color_extract.h | 54 std::vector<std::pair<uint32_t, uint32_t>> featureColors_;
88 static bool cmp(std::pair<uint32_t, uint32_t>& a, std::pair<uint32_t, uint32_t>& b);
257 std::pair<uint32_t, uint32_t> GetAverageColor()
in GetAverageColor() 297 std::vector<std::pair<uint32_t, uint32_t>> QuantizePixels(int colorNum);
299 std::vector<std::pair<uint32_t, uint32_t>> GenerateAverageColors(std::priority_queue<VBox,
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_node_showing_cmd_test.cpp | 194 std::pair<std::pair<NodeId, PropertyId>, std::pair<std::shared_ptr<RSRenderPropertyBase>, std::vector<AnimationId>>> in HWTEST_F() 211 std::pair<std::pair<NodeId, PropertyId>, std::pair<std::shared_ptr<RSRenderPropertyBase>, std::vector<AnimationId>>> in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 208 std::pair<std::pair<NodeId, PropertyId>, std::pair<std::shared_ptr<RSRenderPropertyBase>, std::vector<AnimationId>>> in HWTEST_F() 225 std::pair<std::pair<NodeId, PropertyId>, std::pair<std::shared_ptr<RSRenderPropertyBase>, std::vector<AnimationId>>> in HWTEST_F()
|