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:ends_with
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
string_view.h
147
constexpr bool
ends_with
(basic_string_view sv) const noexcept;
148
constexpr bool
ends_with
(CharT ch) const noexcept;
149
constexpr bool
ends_with
(const CharT* s) const;
795
constexpr bool basic_string_view<CharT>::
ends_with
(basic_string_view sv) const noexcept
801
constexpr bool basic_string_view<CharT>::
ends_with
(CharT ch) const noexcept
807
constexpr bool basic_string_view<CharT>::
ends_with
(const CharT* s) const
in ends_with()
function in basic_string_view
809
return
ends_with
(basic_string_view(s));
in ends_with()
H
A
D
string.h
752
bool
ends_with
(basic_string_view<CharT> sv) const noexcept
754
return operator basic_string_view<CharT>().
ends_with
(sv);
757
bool
ends_with
(CharT ch) const noexcept
759
return operator basic_string_view<CharT>().
ends_with
(ch);
762
bool
ends_with
(const CharT* s) const
in ends_with()
function in basic_string
764
return operator basic_string_view<CharT>().
ends_with
(s);
in ends_with()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
material_impl.cpp
65
if (!rest.
ends_with
(resourcePath)) {
in IsGltfResource()
75
if (!extension.
ends_with
(".glb") && !extension.
ends_with
(".gltf")) {
in IsGltfResource()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H
A
D
plugin_registry.cpp
153
if (pluginFile.
ends_with
(libraryFileExtension)) {
in GatherDynamicPlugins()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
scene_util.cpp
724
if (uri.
ends_with
(extension)) {
in GetSceneLoader()
Completed in 8 milliseconds