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:has_flatten
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/serde/serde_derive/src/
H
A
D
de.rs
464
assert!(!cattrs.
has_flatten
());
in deserialize_tuple()
582
assert!(!cattrs.
has_flatten
());
in deserialize_tuple_in_place()
967
_ if cattrs.
has_flatten
() => None,
in deserialize_struct()
993
StructForm::ExternallyTagged(..) if cattrs.
has_flatten
() => Some(quote! {
in deserialize_struct()
1008
let fields_stmt = if cattrs.
has_flatten
() {
in deserialize_struct()
1028
StructForm::Struct if cattrs.
has_flatten
() => quote! {
in deserialize_struct()
1037
StructForm::ExternallyTagged(_) if cattrs.
has_flatten
() => quote! {
in deserialize_struct()
1094
if cattrs.
has_flatten
() {
in deserialize_struct_in_place()
2002
!is_variant && cattrs.
has_flatten
(),
in deserialize_generated_identifier()
2006
let lifetime = if !is_variant && cattrs.
has_flatten
() {
in deserialize_generated_identifier()
[all...]
H
A
D
ser.rs
294
if cattrs.
has_flatten
() {
in serialize_struct()
373
let len = if cattrs.
has_flatten
() {
in serialize_struct_as_map()
/third_party/rust/crates/serde/serde_derive_internals/src/
H
A
D
attr.rs
219
has_flatten
: bool,
590
has_flatten
: false,
in from_ast()
658
pub fn
has_flatten
(&self) -> bool {
in has_flatten()
functions
659
self.
has_flatten
in has_flatten()
663
self.
has_flatten
= true;
in mark_has_flatten()
/third_party/rust/crates/serde/serde_derive/src/internals/
H
A
D
attr.rs
219
has_flatten
: bool,
590
has_flatten
: false,
in from_ast()
658
pub fn
has_flatten
(&self) -> bool {
in has_flatten()
functions
659
self.
has_flatten
in has_flatten()
663
self.
has_flatten
= true;
in mark_has_flatten()
Completed in 9 milliseconds