/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.cpp | 64 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 D | navigation_stack.h | 170 …int32_t FindIndex(const std::string& name, const RefPtr<UINode>& navDestinationNode, bool isNavPat…
|
H A D | navigation_pattern.cpp | 666 lastPreIndex_ = navigationStack_->FindIndex(preTopNavPath_->first, in SyncWithJsStackIfNeeded() 873 … lastPreIndex = navigationStack_->FindIndex(preTopNavPath->first, preTopNavPath->second, true); in CheckTopNavPathChange()
|
H A D | navigation_group_node.cpp | 898 bool isInStack = stack->FindIndex(navDestinationPattern->GetName(), in DealNavigationExit()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.h | 82 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen);
|
H A D | converter.cpp | 437 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex() function
|
H A D | js_buffer.cpp | 537 …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 D | gltf2_importer.cpp | 90 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 D | dhcp_argument.cpp | 267 int FindIndex(int c) in FindIndex() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_group_test_ng.cpp | 1089 …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 D | test_napi.cpp | 1431 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 D | navdestination_pattern.cpp | 311 auto index = stack->FindIndex(name_, customNode_, true); in GetBackButtonState()
|