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:CLibrary
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
DLL.h
28
/* Win32: Don't call
CLibrary
::Free() and FreeLibrary() from another
32
class
CLibrary
class
36
// Z7_CLASS_NO_COPY(
CLibrary
);
39
CLibrary
(): _module(NULL) {}
in CLibrary()
function in NWindows::NDLL::CLibrary
40
~
CLibrary
() { Free(); }
in ~CLibrary()
42
CLibrary
(const
CLibrary
&c): _module(NULL)
in CLibrary()
function in NWindows::NDLL::CLibrary
78
class
CLibrary
82
// Z7_CLASS_NO_COPY(
CLibrary
);
84
CLibrary
()
[all...]
H
A
D
DLL.cpp
18
bool
CLibrary
::Free() throw()
in Free()
28
bool
CLibrary
::LoadEx(CFSTR path, DWORD flags) throw()
in LoadEx()
45
bool
CLibrary
::Load(CFSTR path) throw()
in Load()
131
bool
CLibrary
::Free() throw()
in Free()
142
bool
CLibrary
::Load(CFSTR path) throw()
in Load()
169
void *
CLibrary
::GetProc(LPCSTR procName) const
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
LoadCodecs.h
239
NWindows::NDLL::
CLibrary
Lib;
H
A
D
LoadCodecs.cpp
407
const NDLL::
CLibrary
&lib = Libs.Back().Lib;
in LoadFormats()
571
NDLL::
CLibrary
lib;
in LoadDll()
748
WIN32: FreeLibrary() (
CLibrary
::Free()) function doesn't work as expected,
in CloseLibs()
752
Also we free global links from DLLs to object of this module before
CLibrary
::Free() call.
in CloseLibs()
H
A
D
Update.cpp
1632
NDLL::
CLibrary
mapiLib;
in UpdateArchive()
/third_party/lzma/CPP/7zip/UI/Client7z/
H
A
D
Client7z.cpp
835
NDLL::
CLibrary
lib;
in main()
Completed in 8 milliseconds