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:ReturnValue
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/services/script/script_interpreter/
H
A
D
script_interpreter.cpp
175
std::shared_ptr<
ReturnValue
> retValue = std::make_shared<
ReturnValue
>();
in ExecuteNativeFunc()
209
ReturnValue
* values = (
ReturnValue
*)(result.get());
in ExecuteNativeFunc()
H
A
D
script_context.cpp
154
ReturnValue
* values = (
ReturnValue
*)(value.get());
in UpdateVariables()
520
UScriptValuePtr
ReturnValue
::Computer(int32_t action, UScriptValuePtr value)
in Computer()
530
void
ReturnValue
::AddValue(const UScriptValuePtr value)
in AddValue()
537
void
ReturnValue
::AddValues(const std::vector<UScriptValuePtr> values)
in AddValues()
544
std::vector<UScriptValuePtr>
ReturnValue
::GetValues() const
in GetValues()
569
std::string
ReturnValue
::ToString()
in ToString()
603
ReturnValue
* value = (
ReturnValue
*)(rightValue.get());
in GetRightCompluteValue()
H
A
D
script_context.h
141
class
ReturnValue
: public UScriptValue {
class
143
ReturnValue
() : UScriptValue(UScriptValue::VALUE_TYPE_LIST) {}
in ReturnValue()
function in Uscript::ReturnValue
144
~
ReturnValue
() override
H
A
D
script_statement.cpp
364
std::shared_ptr<
ReturnValue
> retValue = std::make_shared<
ReturnValue
>();
in Execute()
373
retValue->AddValues(((
ReturnValue
*)var.get())->GetValues());
in Execute()
/base/update/updater/test/unittest/script/
H
A
D
script_interpreter_unittest.cpp
79
std::unique_ptr<
ReturnValue
> rv = std::make_unique<
ReturnValue
>();
in TestScriptInterpreterScriptValue()
Completed in 4 milliseconds