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:LogStream
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/src/quic/
H
A
D
logstream.cc
22
Local<FunctionTemplate>
LogStream
::GetConstructorTemplate(Environment* env) {
in GetConstructorTemplate()
37
BaseObjectPtr<
LogStream
>
LogStream
::Create(Environment* env) {
in Create()
43
return BaseObjectPtr<
LogStream
>();
in Create()
45
return MakeDetachedBaseObject<
LogStream
>(env, obj);
in Create()
48
LogStream
::
LogStream
(Environment* env, Local<Object> obj)
in LogStream()
function in node::quic::LogStream
54
void
LogStream
::Emit(const uint8_t* data, size_t len, EmitOption option) {
in Emit()
86
void
LogStream
::Emit(const std::string_view line, EmitOption option) {
in Emit()
90
void
LogStream
[all...]
H
A
D
logstream.h
15
// The
LogStream
is a utility that the QUIC impl uses to publish both QLog
17
class
LogStream
: public AsyncWrap, public StreamBase {
class
22
static BaseObjectPtr<
LogStream
> Create(Environment* env);
24
LogStream
(Environment* env, v8::Local<v8::Object> obj);
55
SET_MEMORY_INFO_NAME(
LogStream
)
56
SET_SELF_SIZE(
LogStream
)
75
// The
LogStream
buffer enforces a maximum size of kMaxLogStreamBuffer.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceBrowserCompileServer.cpp
296
LogStream
= getOutputStream(LogFD);
in startCompileThread()
297
LogStream
->SetUnbuffered();
in startCompileThread()
299
*
LogStream
in startCompileThread()
307
Ctx.reset(new GlobalContext(
LogStream
.get(), EmitStream.get(),
in startCompileThread()
H
A
D
IceBrowserCompileServer.h
101
std::unique_ptr<Ostream>
LogStream
;
member in Ice::BrowserCompileServer
Completed in 3 milliseconds