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:MakeClass
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/python/google/protobuf/
H
A
D
reflection.py
65
DEPRECATED: ParseMessage is deprecated because it is using
MakeClass
().
75
result_class =
MakeClass
(descriptor)
81
# Deprecated. Please NEVER use reflection.
MakeClass
().
82
def
MakeClass
(descriptor):
function
/third_party/node/src/
H
A
D
node_zlib.cc
1258
struct
MakeClass
{
struct
1295
MakeClass
<ZlibStream>::Make(env, target, "Zlib");
in Initialize()
1296
MakeClass
<BrotliEncoderStream>::Make(env, target, "BrotliEncoder");
in Initialize()
1297
MakeClass
<BrotliDecoderStream>::Make(env, target, "BrotliDecoder");
in Initialize()
1305
MakeClass
<ZlibStream>::Make(registry);
in RegisterExternalReferences()
1306
MakeClass
<BrotliEncoderStream>::Make(registry);
in RegisterExternalReferences()
1307
MakeClass
<BrotliDecoderStream>::Make(registry);
in RegisterExternalReferences()
/third_party/protobuf/python/google/protobuf/internal/
H
A
D
reflection_test.py
3177
@testing_refleaks.SkipReferenceLeakChecker('
MakeClass
is not repeatable')
3207
reflection.
MakeClass
(parent_desc)
3299
msg_class = reflection.
MakeClass
(msg_descriptor)
3315
msg_class = reflection.
MakeClass
(msg_descriptor)
Completed in 7 milliseconds