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:is_prototype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/api/
H
A
D
api-natives.cc
44
bool
is_prototype
);
395
bool
is_prototype
) {
in InstantiateObject()
442
if (
is_prototype
) JSObject::OptimizeAsPrototype(object);
in InstantiateObject()
449
if (!
is_prototype
) {
in InstantiateObject()
392
InstantiateObject(Isolate* isolate, Handle<ObjectTemplateInfo> info, Handle<JSReceiver> new_target, bool
is_prototype
)
InstantiateObject()
argument
/third_party/protobuf/src/google/protobuf/
H
A
D
dynamic_message.cc
324
inline bool
is_prototype
() const {
in is_prototype()
function in google::protobuf::DynamicMessage
429
if (
is_prototype
()) {
in SharedCtor()
589
if (!
is_prototype
()) {
in ~DynamicMessage()
601
GOOGLE_CHECK(
is_prototype
());
in CrossLinkPrototypes()
/third_party/node/deps/openssl/openssl/util/
H
A
D
find-doc-nits
356
my $
is_prototype
= 1;
387
$
is_prototype
= 0;
393
$
is_prototype
= 0;
414
if $
is_prototype
&& $line =~ /[a-z0-9],[^\s]/;
/third_party/openssl/util/
H
A
D
find-doc-nits
356
my $
is_prototype
= 1;
387
$
is_prototype
= 0;
393
$
is_prototype
= 0;
414
if $
is_prototype
&& $line =~ /[a-z0-9],[^\s]/;
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
sparse-llvm.c
1251
static int
is_prototype
(struct symbol *sym)
in is_prototype()
function
1266
if (
is_prototype
(sym)) {
in compile()
/third_party/node/deps/v8/src/ic/
H
A
D
accessor-assembler.cc
2585
Label
is_prototype
(this), cont(this);
in InvalidateValidityCellIfPrototype()
2594
&
is_prototype
, &cont);
in InvalidateValidityCellIfPrototype()
local
2596
BIND(&
is_prototype
);
in InvalidateValidityCellIfPrototype()
Completed in 15 milliseconds