Home
last modified time | relevance | path

Searched refs:FindIndex (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp64 index = FindIndex(name, navDestinationNode, true); in RemoveInNavPathList()
77 index = FindIndex(name, navDestinationNode, false); in RemoveInPreNavPathList()
121 auto index = FindIndex(name, navDestinationNode, true); in Add()
138 auto index = FindIndex(name, navDestinationNode, true); in AddForDefault()
159 auto index = FindIndex(name, navDestinationNode, true); in AddForReplace()
182 int32_t NavigationStack::FindIndex( in FindIndex() function in OHOS::Ace::NG::NavigationStack
274 auto index = FindIndex(name, navDestinationNode, true); in GetPre()
H A Dnavigation_stack.h170 …int32_t FindIndex(const std::string& name, const RefPtr<UINode>& navDestinationNode, bool isNavPat…
H A Dnavigation_pattern.cpp666 lastPreIndex_ = navigationStack_->FindIndex(preTopNavPath_->first, in SyncWithJsStackIfNeeded()
873 … lastPreIndex = navigationStack_->FindIndex(preTopNavPath->first, preTopNavPath->second, true); in CheckTopNavPathChange()
H A Dnavigation_group_node.cpp898 bool isInStack = stack->FindIndex(navDestinationPattern->GetName(), in DealNavigationExit()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h82 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen);
H A Dconverter.cpp437 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex() function
H A Djs_buffer.cpp537 …int index = FindIndex(sData, reinterpret_cast<uint8_t *>(const_cast<char *>(data)), length_ - offs… in IndexOf()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp90 size_t FindIndex(const vector<unique_ptr<T>>& container, T const* item) in FindIndex() function
1183 const size_t index = FindIndex(data.samplers, texture.sampler); in ResolveSampler()
1297 const size_t index = FindIndex(data.images, texture.image); in ResolveReferencedImages()
1877 const size_t meshIndex = FindIndex(data.meshes, node.mesh); in CreateMesh()
1943 size_t const nodeIndex = FindIndex(data.nodes, &node); in RecursivelyCreateComponents()
2009 size_t const jointNodeIndex = FindIndex(data.nodes, jointNode); in AddSkinJointsComponents()
2026 if (size_t const skinIndex = FindIndex(data.skins, node->skin); in CreateSkinComponents()
2028 size_t const nodeIndex = FindIndex(data.nodes, node.get()); in CreateSkinComponents()
2062 size_t const meshIndex = FindIndex(data.meshes, node->mesh); in CreateMorphComponents()
2065 size_t const nodeIndex = FindIndex(data.nodes, node.get()); in CreateMorphComponents()
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp267 int FindIndex(int c) in FindIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp1089 …EXPECT_NE(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, t…
1157 …EXPECT_EQ(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, t…
1228 …EXPECT_EQ(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, t…
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1431 int rel1 = OHOS::buffer::FindIndex(nullptr, nullptr, 2, 1);
1435 int rel2 = OHOS::buffer::FindIndex(data, data, 2, 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp311 auto index = stack->FindIndex(name_, customNode_, true); in GetBackButtonState()