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:resolve_type
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_hw_pass.h
138
enum pvr_resolve_type
resolve_type
;
member
H
A
D
pvr_hw_pass.c
106
eot_surface->
resolve_type
= PVR_RESOLVE_TYPE_INVALID;
in pvr_create_renderpass_hwsetup()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H
A
D
template_params.rs
278
let decl = self.ctx.
resolve_type
(instantiation.template_definition());
in constrain_instantiation()
428
let decl = ctx.
resolve_type
(inst.template_definition());
in new()
H
A
D
derive.rs
225
self.ctx.
resolve_type
(inner).canonical_type(self.ctx);
in constrain_type()
/third_party/node/deps/v8/third_party/inspector_protocol/
H
A
D
code_generator.py
486
self.type_definitions[type_name] = self.
resolve_type
(type)
513
def
resolve_type
(self, prop):
member in Protocol
517
return wrap_array_definition(self.
resolve_type
(prop["items"]))
/third_party/node/tools/inspector_protocol/
H
A
D
code_generator.py
483
self.type_definitions[type_name] = self.
resolve_type
(type)
511
def
resolve_type
(self, prop):
member in Protocol
515
return wrap_array_definition(self.
resolve_type
(prop["items"]))
/third_party/rust/crates/bindgen/bindgen/codegen/
H
A
D
serialize.rs
77
let signature = match ctx.
resolve_type
(self.signature()).kind() {
in serialize()
H
A
D
impl_debug.rs
231
let inner_type = ctx.
resolve_type
(inner).canonical_type(ctx);
in impl_debug()
H
A
D
struct_layout.rs
180
if let Some(layout) = self.ctx.
resolve_type
(inner).layout(self.ctx)
in saw_field()
H
A
D
mod.rs
1013
.any(|p| ctx.
resolve_type
(*p).is_invalid_type_param())
in codegen()
1528
let bitfield_ty = ctx.
resolve_type
(self.ty());
in extend_ctor_impl()
2043
let param = ctx.
resolve_type
(*ty);
in codegen()
3036
let repr = match self.repr().map(|repr| ctx.
resolve_type
(repr)) {
in codegen()
3844
let is_const = ctx.
resolve_type
(inner).is_const();
in try_to_rust_ty()
4362
ctx.
resolve_type
(protocol_id.expect_type_id(ctx))
4407
ctx.
resolve_type
(protocol_id.expect_type_id(ctx))
4989
stream.to_ptr(ctx.
resolve_type
(t).is_const())
in fnsig_arguments()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
ty.rs
216
ctx.
resolve_type
(inner).is_incomplete_array(ctx)
in is_incomplete_array()
228
Layout::new(0, ctx.
resolve_type
(inner).layout(ctx)?.align),
in layout()
237
ctx.
resolve_type
(inner).layout(ctx)
in layout()
332
ctx.
resolve_type
(inner).safe_canonical_type(ctx)
in canonical_type()
335
.
resolve_type
(inst.template_definition())
in canonical_type()
542
ctx.
resolve_type
(id).self_template_params(ctx)
in self_template_params()
H
A
D
comp.rs
205
ctx.
resolve_type
(data.ty).layout(ctx)
in layout()
611
ctx.
resolve_type
(bitfield.ty()).layout(ctx).ok_or(())?;
in bitfields_to_allocation_units()
1163
let field_ty = ctx.
resolve_type
(field.0.ty);
in each_known_field_layout()
1811
.
resolve_type
(bf.ty())
in is_opaque()
H
A
D
enum_ty.rs
72
repr.and_then(|r| ctx.
resolve_type
(r).safe_canonical_type(ctx));
in from_ty()
H
A
D
context.rs
1435
pub fn
resolve_type
(&self, type_id: TypeId) -> &Type {
in resolve_type()
functions
1609
self.
resolve_type
(template).num_self_template_params(self);
in instantiate_template()
Completed in 22 milliseconds