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
defs:Empty
(Results
1 - 25
of
86
) sorted by relevance
1
2
3
4
/third_party/node/deps/npm/node_modules/function-bind/
H
A
D
implementation.js
77
var
Empty
= function
Empty
() {};
class
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H
A
D
contains-vs-inherits-zero-sized.hpp
4
struct
Empty
{};
struct
H
A
D
array-of-zero-sized-types.hpp
4
struct
Empty
{};
struct
/third_party/rust/crates/cxx/tests/ui/
H
A
D
empty_struct.rs
3
struct
Empty
{}
structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H
A
D
array-of-zero-sized-types.rs
11
pub struct
Empty
{
structure names
H
A
D
contains-vs-inherits-zero-sized.rs
11
pub struct
Empty
{
structure names
/third_party/rust/crates/clap/tests/derive/
H
A
D
groups.rs
84
pub struct
Empty
;
in skip_group_avoids_duplicate_ids()
structure names
118
pub struct
Empty
;
helpful_panic_on_duplicate_groups()
structure names
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H
A
D
block_statement.h
40
bool
Empty
() const { return statements.empty(); }
in Empty()
function in tint::ast::BlockStatement
/third_party/lzma/CPP/Common/
H
A
D
DynLimBuf.h
31
void
Empty
() { _pos = 0; _error = false; }
in Empty()
function in CDynLimBuf
/third_party/skia/third_party/externals/spirv-tools/source/util/
H
A
D
bit_vector.h
93
bool
Empty
() const {
in Empty()
function in spvtools::utils::BitVector
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H
A
D
bit_vector.h
93
bool
Empty
() const {
in Empty()
function in spvtools::utils::BitVector
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
RingBufferAllocator.cpp
53
bool RingBufferAllocator::
Empty
() const {
in Empty()
function in dawn_native::RingBufferAllocator
H
A
D
ErrorScope.cpp
58
bool ErrorScopeStack::
Empty
() const {
in Empty()
function in dawn_native::ErrorScopeStack
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H
A
D
StringToOffsetTable.h
29
bool
Empty
() const { return StringOffset.empty(); }
in Empty()
function in llvm::StringToOffsetTable
/third_party/spirv-tools/source/util/
H
A
D
bit_vector.h
93
bool
Empty
() const {
in Empty()
function in spvtools::utils::BitVector
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
TypeRegistry.cs
45
public static TypeRegistry
Empty
{ get; } = new TypeRegistry(new Dictionary<string, MessageDescriptor>());
property in Google.Protobuf.Reflection.TypeRegistry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H
A
D
BPFMIChecking.cpp
166
DebugLoc
Empty
;
in checkingIllegalXADD()
local
/third_party/protobuf/src/google/protobuf/
H
A
D
empty.pb.cc
88
Empty
::
Empty
(::PROTOBUF_NAMESPACE_ID::Arena* arena)
in Empty()
function in Empty
94
Empty
::
Empty
(const
Empty
& from)
Empty()
function in Empty
[all...]
H
A
D
empty.pb.h
72
inline
Empty
() :
Empty
(nullptr) {}
in Empty()
function in PROTOBUF_FINAL
77
:
Empty
() {
Empty()
function in PROTOBUF_FINAL
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
Empty.cs
53
public sealed partial class
Empty
: pb::IMessage<
Empty
>
class
74
public
Empty
() {
Empty()
method in Google.Protobuf.WellKnownTypes.Empty
81
public
Empty
(
Empty
other) : this() {
Empty()
method in Google.Protobuf.WellKnownTypes.Empty
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
GSIStreamBuilder.cpp
35
static CVSymbol
Empty
;
in getEmptyKey()
local
/third_party/skia/third_party/externals/dawn/src/common/
H
A
D
Result.h
97
Empty
= 2,
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H
A
D
TypeHashing.h
176
static codeview::LocallyHashedType
Empty
;
member
196
static codeview::GloballyHashedType
Empty
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
RDFLiveness.h
45
RegisterAggr
Empty
;
member
106
const RefMap
Empty
;
member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
variant_benchmark.cc
51
struct
Empty
{};
struct
Completed in 9 milliseconds
1
2
3
4