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:reserve2
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hdc/hdc_rust/src/serializer/
H
A
D
serialize.rs
185
let
reserve2
= CString::new(self.
reserve2
.as_str()).unwrap();
in serialize()
199
reserve2
:
reserve2
.as_ptr(),
in serialize()
220
reserve2
: std::ptr::null(),
in parse()
244
self.
reserve2
= ptr_to_string(pack.
reserve2
);
in parse()
H
A
D
native_struct.rs
80
pub
reserve2
: String,
H
A
D
unittest.rs
76
reserve2
: "
reserve2
".to_string(),
in if_transfer_config_works()
H
A
D
pack_struct.rs
55
pub
reserve2
: *const libc::c_char,
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
serial_struct.cpp
79
.
reserve2
= string(value.
reserve2
)
in SerializeTransferConfig()
200
.
reserve2
= StringToHeapPtr(tc.
reserve2
)
in ParseTransferConfig()
H
A
D
serial_struct.h
69
string
reserve2
;
member
120
const char*
reserve2
;
member
194
Field<field13, &BaseStruct::TransferConfig::
reserve2
>("
reserve2
"));
in type()
/developtools/hdc/src/common/
H
A
D
transfer.h
37
string
reserve2
;
member
H
A
D
serial_struct.h
52
Field<field13, &Hdc::HdcTransferBase::TransferConfig::
reserve2
>("
reserve2
"));
in type()
Completed in 4 milliseconds