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:NullLogger
(Results
1 - 5
of
5
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
forgottenNew.js
3
export class
NullLogger
{ }
6
var logger = Tools.
NullLogger
();
11
var
NullLogger
= /** @class */ (function () {
12
function
NullLogger
() {
14
return
NullLogger
;
16
Tools.
NullLogger
=
NullLogger
;
18
var logger = Tools.
NullLogger
();
H
A
D
parserRealSource1.js
49
export class
NullLogger
implements ILogger {
189
var
NullLogger
= /** @class */ (function () {
190
function
NullLogger
() {
192
NullLogger
.prototype.information = function () { return false; };
193
NullLogger
.prototype.debug = function () { return false; };
194
NullLogger
.prototype.warning = function () { return false; };
195
NullLogger
.prototype.error = function () { return false; };
196
NullLogger
.prototype.fatal = function () { return false; };
197
NullLogger
.prototype.log = function (s) {
199
return
NullLogger
;
[all...]
H
A
D
parserharness.js
988
var enclosingScopeContext = TypeScript.findEnclosingScopeAt(new TypeScript.
NullLogger
(), <TypeScript.Script>script, new TypeScript.StringSourceText(code), 0, false);
2922
var enclosingScopeContext = TypeScript.findEnclosingScopeAt(new TypeScript.
NullLogger
(), script, new TypeScript.StringSourceText(code), 0, false);
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
logger.h
93
class
NullLogger
: public Logger {
class
95
virtual ~
NullLogger
() {}
in ~NullLogger()
H
A
D
phonenumberutil.cc
857
: logger_(Logger::set_logger_impl(new
NullLogger
())),
in PhoneNumberUtil()
Completed in 11 milliseconds