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_language
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-cmap-table.hh
53
unsigned
get_language
() const
299
unsigned
get_language
() const
in get_language()
function
567
unsigned
get_language
() const
in get_language()
function
631
unsigned
get_language
() const
in get_language()
function
1266
unsigned
get_language
() const
in get_language()
function
1269
case 0: return u.format0 .
get_language
();
in get_language()
1270
case 4: return u.format4 .
get_language
();
in get_language()
1271
case 6: return u.format6 .
get_language
();
in get_language()
1272
case 10: return u.format10.
get_language
();
in get_language()
1273
case 12: return u.format12.
get_language
();
in get_language()
[all...]
H
A
D
hb-aat-ltag-table.hh
65
hb_language_t
get_language
(unsigned int i) const
in get_language()
function
H
A
D
hb-ot-name-table.hh
66
return face->table.ltag->
get_language
(l);
in language()
/third_party/libabigail/include/
H
A
D
abg-ir.h
702
get_language
() const;
2545
get_language
() const;
2582
get_language
() const;
/third_party/libabigail/src/
H
A
D
abg-leaf-reporter.cc
1150
|| (is_c_language(get_translation_unit(fn)->
get_language
())
in report()
H
A
D
abg-ir.cc
1210
translation_unit::
get_language
() const
in get_language()
function in abigail::ir::translation_unit
7257
(*i)->
get_language
()));
in clone_array()
9539
artifact.get_translation_unit()->
get_language
();
in odr_is_relevant()
17131
array_type_def::subrange_type::
get_language
() const
in get_language()
function in abigail::ir::array_type_def::subrange_type
17142
if (is_ada_language(
get_language
()))
in as_string()
17449
if (is_ada_language(a.
get_language
()))
in get_type_representation()
17611
array_type_def::
get_language
() const
in get_language()
function in abigail::ir::array_type_def
17618
return subranges.front()->
get_language
();
in get_language()
26159
|| ty1->
get_language
() != ty2->
get_language
()
in types_have_similar_structure()
[all...]
H
A
D
abg-dwarf-reader.cc
3364
{return odr_is_relevant(cur_transl_unit()->
get_language
());}
in odr_is_relevant()
11530
if (is_c_language(rdr.cur_transl_unit()->
get_language
()))
13998
translation_unit::language language = rdr.cur_transl_unit()->
get_language
();
15458
ABG_ASSERT(!is_c_language(rdr.cur_transl_unit()->
get_language
()));
15769
if (is_c_language(rdr.cur_transl_unit()->
get_language
()))
H
A
D
abg-writer.cc
2426
if (tu.
get_language
() != translation_unit::LANG_UNKNOWN)
in write_translation_unit()
2428
<< translation_unit_language_to_string(tu.
get_language
())
in write_translation_unit()
H
A
D
abg-default-reporter.cc
1861
(is_c_language(get_translation_unit(fn)->
get_language
())
in report()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H
A
D
DIARawSymbol.cpp
653
return PrivateGetDIAValue<DWORD, PDB_Lang>(Symbol, &IDiaSymbol::
get_language
);
in getLanguage()
Completed in 65 milliseconds