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:type_composition
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-hash.cc
886
/// Compute a hash value for a @ref
type_composition
type.
888
/// @param t the
type_composition
to compute the hash value for.
892
type_composition
::hash::operator()(const
type_composition
& t) const
in operator ()()
902
/// Compute a hash value for a @ref
type_composition
type.
904
/// @param t the
type_composition
to compute the hash value for.
908
type_composition
::hash::operator()(const
type_composition
* t) const
in operator ()()
H
A
D
abg-writer.cc
921
(const shared_ptr<
type_composition
>, write_context&, unsigned);
4285
/// Serialize an instance of
type_composition
.
4296
(const shared_ptr<
type_composition
> decl,
in write_type_composition()
4350
(dynamic_pointer_cast<
type_composition
>(decl),
in write_template_parameter()
H
A
D
abg-ir.cc
25187
// <
type_composition
stuff>
25189
/// The type of the private data of the @ref
type_composition
type.
25190
class
type_composition
::priv
25192
friend class
type_composition
;
25204
}; //end class
type_composition
::priv
25206
/// Constructor for the @ref
type_composition
type.
25214
type_composition
::
type_composition
(unsigned index,
in type_composition()
function in abigail::ir::type_composition
25230
type_composition
::get_composed_type() const
in get_composed_type()
25237
type_composition
[all...]
H
A
D
abg-reader.cc
5594
result.reset(new
type_composition
(index, tdecl, composed_type));
in build_type_composition()
/third_party/libabigail/include/
H
A
D
abg-ir.h
3602
class
type_composition
: public template_parameter, public virtual decl_base
class
3607
type_composition
();
3612
type_composition
(unsigned index,
3625
virtual ~
type_composition
();
3628
/// Hasher for the @ref
type_composition
type.
3629
struct
type_composition
::hash
3632
operator()(const
type_composition
& t) const;
3635
operator()(const
type_composition
* t) const;
3637
}; //struct
type_composition
::hash
H
A
D
abg-fwd.h
300
class
type_composition
;
310
/// Convenience typedef for shared pointer to
type_composition
311
typedef shared_ptr<
type_composition
> type_composition_sptr;
Completed in 50 milliseconds