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:isSynthetic
(Results
1 - 13
of
13
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
OneofDescriptor.php
76
public function
isSynthetic
()
function
78
return $this->internal_desc->
isSynthetic
();
/third_party/node/deps/v8/src/inspector/
H
A
D
value-mirror.h
41
bool
isSynthetic
;
member
H
A
D
value-mirror.cc
913
if (!mirror.isOwn && !mirror.
isSynthetic
) return true;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H
A
D
CheckTags.java
301
&& !(doc instanceof ConstructorDoc && ((ConstructorDoc)doc).
isSynthetic
())) {
in doDoc()
303
// unfortunately, in JDK 1.4.1 MemberDoc.
isSynthetic
is not properly implemented for
in doDoc()
H
A
D
GatherAPIData.java
272
if (doc instanceof MemberDoc && ((MemberDoc)doc).
isSynthetic
()) return true;
in ignore()
337
// MemberDoc.
isSynthetic
in createInfo()
H
A
D
DeprecatedAPIChecker.java
164
if (!isPublicOrProtected(mtd.getModifiers()) || mtd.
isSynthetic
()) {
in checkClass()
H
A
D
GatherAPIDataOld.java
219
if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).
isSynthetic
()) return true;
in ignore()
261
// MemberDoc.
isSynthetic
in createInfo()
H
A
D
CheckAPI.java
283
// MemberDoc.
isSynthetic
in read()
816
if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).
isSynthetic
()) return true;
in ignore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Function.h
273
bool
isSynthetic
() const { return PCT == PCT_Synthetic; }
in isSynthetic()
function in llvm::Function::ProfileCount
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
Descriptors.java
911
if (oneof.
isSynthetic
()) {
in Descriptor()
1149
return containingOneof != null && !containingOneof.
isSynthetic
() ? containingOneof : null;
in getRealContainingOneof()
2686
public boolean
isSynthetic
() {
in isSynthetic()
method in Descriptors.OneofDescriptor
H
A
D
GeneratedMessageV3.java
2067
if (oneofDescriptor.
isSynthetic
()) {
in OneofAccessor()
2243
&& !descriptor.getContainingOneof().
isSynthetic
();
in SingularFieldAccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Function.cpp
1563
MDB.createFunctionEntryCount(Count.getCount(), Count.
isSynthetic
(), S));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
InlineFunction.cpp
1504
if (!CalleeEntryCount.hasValue() || CalleeEntryCount.
isSynthetic
() ||
in updateCallProfile()
Completed in 26 milliseconds