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:DataEntry
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/include/ports/
H
A
D
SkFontMgr_indirect.h
63
struct
DataEntry
{
struct in SkFontMgr_Indirect
68
DataEntry
() = default;
70
DataEntry
(
DataEntry
&& that) { *this = std::move(that); }
in DataEntry()
function
71
DataEntry
& operator=(
DataEntry
&& that) {
in operator =()
84
~
DataEntry
() {
in ~DataEntry()
96
mutable SkTArray<
DataEntry
> fDataCache;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
COFFObjectFile.cpp
540
const data_directory *
DataEntry
;
in initImportTablePtr()
local
541
if (getDataDirectory(COFF::IMPORT_TABLE,
DataEntry
))
in initImportTablePtr()
545
if (
DataEntry
->RelativeVirtualAddress == 0)
in initImportTablePtr()
548
uint32_t ImportTableRva =
DataEntry
->RelativeVirtualAddress;
in initImportTablePtr()
555
if (std::error_code EC = checkOffset(Data, IntPtr,
DataEntry
->Size))
in initImportTablePtr()
564
const data_directory *
DataEntry
;
in initDelayImportTablePtr()
local
565
if (getDataDirectory(COFF::DELAY_IMPORT_DESCRIPTOR,
DataEntry
))
in initDelayImportTablePtr()
567
if (
DataEntry
->RelativeVirtualAddress == 0)
in initDelayImportTablePtr()
570
uint32_t RVA =
DataEntry
->RelativeVirtualAddress;
in initDelayImportTablePtr()
571
NumberOfDelayImportDirectory =
DataEntry
in initDelayImportTablePtr()
586
const data_directory *
DataEntry
;
initExportTablePtr()
local
604
const data_directory *
DataEntry
;
initBaseRelocPtr()
local
624
const data_directory *
DataEntry
;
initDebugDirectoryPtr()
local
649
const data_directory *
DataEntry
;
initLoadConfigPtr()
local
1530
const data_directory *
DataEntry
;
isForwarder()
local
[all...]
H
A
D
WindowsResource.cpp
429
UNWRAP_REF_OR_RETURN(
DataEntry
, RSR.getEntryData(Entry));
in addChildren()
436
UNWRAP_OR_RETURN(Contents, RSR.getContents(
DataEntry
));
in addChildren()
/third_party/typescript/tests/baselines/reference/
H
A
D
correlatedUnions.js
66
type
DataEntry
<K extends Keys = Keys> = { [P in K]: {
71
const data:
DataEntry
[] = [
77
function process<K extends Keys>(data:
DataEntry
<K>[]) {
408
type
DataEntry
<K extends Keys = Keys> = {
414
declare const data:
DataEntry
[];
415
declare function process<K extends Keys>(data:
DataEntry
<K>[]): void;
/third_party/skia/src/fonts/
H
A
D
SkFontMgr_indirect.cpp
88
const
DataEntry
& entry = fDataCache[i];
in createTypefaceFromFontId()
128
DataEntry
& newEntry = fDataCache.push_back();
in createTypefaceFromFontId()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H
A
D
objectivec_helpers.h
261
typedef std::pair<int32, string>
DataEntry
;
typedef in google::protobuf::compiler::objectivec::TextFormatDecodeData
262
std::vector<
DataEntry
> entries_;
H
A
D
objectivec_helpers.cc
1251
for (std::vector<
DataEntry
>::const_iterator i = entries_.begin();
in AddString()
1264
entries_.push_back(
DataEntry
(key, data));
in AddString()
1275
for (std::vector<
DataEntry
>::const_iterator i = entries_.begin();
in Data()
Completed in 9 milliseconds