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:get_visibility
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-reporter-priv.cc
643
if (o->
get_visibility
() != n->
get_visibility
())
in represent()
654
out << "visibility changed from " << o->
get_visibility
()
in represent()
655
<< " to " << n->
get_visibility
();
in represent()
H
A
D
abg-default-reporter.cc
81
if (f->
get_visibility
() != s->
get_visibility
())
in report()
85
<< f->
get_visibility
() << "' to '" << s->
get_visibility
()
in report()
H
A
D
abg-ir.cc
2029
elf_symbol::
get_visibility
() const
in get_visibility()
function in abigail::ir::elf_symbol
2065
&& (
get_visibility
() == DEFAULT_VISIBILITY
in is_public()
2066
||
get_visibility
() == PROTECTED_VISIBILITY));
in is_public()
4768
decl_base::
get_visibility
() const
in get_visibility()
function in abigail::ir::decl_base
7291
t->
get_visibility
()));
in clone_typedef()
15685
dynamic_pointer_cast<decl_base>(type)->
get_visibility
()),
in qualified_type_def()
16168
set_visibility(pto->
get_visibility
());
in pointer_type_def()
16216
set_visibility(pto->
get_visibility
());
in set_pointed_to_type()
16520
set_visibility(pto->
get_visibility
());
in reference_type_def()
16595
set_visibility(pto->
get_visibility
());
in set_pointed_to_type()
[all...]
H
A
D
abg-writer.cc
1294
decl_base::visibility v = decl->
get_visibility
();
in write_visibility()
3120
write_elf_symbol_visibility(sym->
get_visibility
(), o);
in write_elf_symbol()
/third_party/libabigail/include/
H
A
D
abg-ir.h
1007
get_visibility
() const;
1661
get_visibility
() const;
Completed in 39 milliseconds