Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:starts_with
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
string_view.h
142
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
D
string.h
736
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
D
path_tools.cpp
53
if (uri.
starts_with
("//")) {
in ParseUri()
/foundation/multimodalinput/input/util/rust_key/src/
H
A
D
lib.rs
54
if !line_str.is_empty() && !line_str.
starts_with
('#') {
in ReadConfigInfo()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
node_impl.cpp
957
!childName.
starts_with
(MULTI_MESH_CHILD_PREFIX)) {
in BuildChildrenIterateOver()
1005
if (fullPath.
starts_with
("/")) {
in BuildChildren()
H
A
D
scene_holder.cpp
123
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
D
gpu_program_gles.cpp
321
if (!afterType.
starts_with
(t.name)) {
H
A
D
egl_state.cpp
625
if (string.
starts_with
("OpenGL ES ")) {
in VerifyVersion()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
animation_system.cpp
558
if (propertyName.
starts_with
(entry.property->name)) {
in FindDynamicProperty()
Completed in 15 milliseconds