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:wrapped_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
descriptor-array-inl.h
203
MaybeObject
wrapped_type
= GetValue(cage_base, descriptor_number);
in GetFieldType()
local
204
return Map::UnwrapFieldType(
wrapped_type
);
in GetFieldType()
H
A
D
map-updater.cc
850
MaybeObjectHandle
wrapped_type
(
in BuildDescriptorArray()
856
wrapped_type
);
in BuildDescriptorArray()
897
MaybeObjectHandle
wrapped_type
(
in BuildDescriptorArray()
903
wrapped_type
);
in BuildDescriptorArray()
1210
MaybeObjectHandle
wrapped_type
(Map::WrapFieldType(isolate, new_field_type));
in GeneralizeField()
1212
new_representation,
wrapped_type
);
in GeneralizeField()
H
A
D
map.cc
421
FieldType Map::UnwrapFieldType(MaybeObject
wrapped_type
) {
in UnwrapFieldType()
argument
422
if (
wrapped_type
->IsCleared()) {
in UnwrapFieldType()
426
if (
wrapped_type
->GetHeapObjectIfWeak(&heap_object)) {
in UnwrapFieldType()
429
return
wrapped_type
->cast<FieldType>();
in UnwrapFieldType()
459
MaybeObjectHandle
wrapped_type
= WrapFieldType(isolate, type);
in CopyWithField()
local
462
representation,
wrapped_type
);
in CopyWithField()
H
A
D
map.h
689
V8_EXPORT_PRIVATE static FieldType UnwrapFieldType(MaybeObject
wrapped_type
);
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
encode_decode.c
141
upb_fieldtype_t
wrapped_type
; // Only for wrappers.
member
159
hd->
wrapped_type
= upb_fielddef_type(value_f);
in newsubmsghandlerdata()
347
switch (submsgdata->
wrapped_type
) {
in startwrapper()
Completed in 15 milliseconds