Home
last modified time | relevance | path

Searched refs:starts_with (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h142 constexpr bool starts_with(basic_string_view sv) const noexcept;
143 constexpr bool starts_with(CharT ch) const noexcept;
144 constexpr bool starts_with(const CharT* s) const;
766 constexpr bool basic_string_view<CharT>::starts_with(basic_string_view sv) const noexcept
772 constexpr bool basic_string_view<CharT>::starts_with(CharT ch) const noexcept
778 constexpr bool basic_string_view<CharT>::starts_with(const CharT* s) const in starts_with() function in basic_string_view
H A Dstring.h736 bool starts_with(basic_string_view<CharT> sv) const noexcept
738 return operator basic_string_view<CharT>().starts_with(sv);
741 bool starts_with(CharT ch) const noexcept
743 return operator basic_string_view<CharT>().starts_with(ch);
746 bool starts_with(const CharT* s) const in starts_with() function in basic_string
748 return operator basic_string_view<CharT>().starts_with(s); in starts_with()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp53 if (uri.starts_with("//")) { in ParseUri()
/foundation/multimodalinput/input/util/rust_key/src/
H A Dlib.rs54 if !line_str.is_empty() && !line_str.starts_with('#') { in ReadConfigInfo()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp957 !childName.starts_with(MULTI_MESH_CHILD_PREFIX)) { in BuildChildrenIterateOver()
1005 if (fullPath.starts_with("/")) { in BuildChildren()
H A Dscene_holder.cpp123 if (path.starts_with(ROOTNODE_PATH)) { in RemoveRootNodeFromPath()
127 if (path.starts_with("/")) { in RemoveRootNodeFromPath()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp321 if (!afterType.starts_with(t.name)) {
H A Degl_state.cpp625 if (string.starts_with("OpenGL ES ")) { in VerifyVersion()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp558 if (propertyName.starts_with(entry.property->name)) { in FindDynamicProperty()

Completed in 15 milliseconds