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:Variant
(Results
1 - 25
of
50
) sorted by relevance
1
2
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H
A
D
enum-typedef.h
10
Variant
,
enumerator
/third_party/rust/crates/syn/src/
H
A
D
data.rs
7
pub struct
Variant
{
structure names
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-collections-gen.h
34
enum
Variant
{ kMap, kSet, kWeakMap, kWeakSet };
enum in v8::internal::BaseCollectionsAssembler
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H
A
D
HexagonELFObjectWriter.cpp
46
MCSymbolRefExpr::VariantKind
Variant
= Target.getAccessVariant();
in getRelocType()
local
/third_party/rust/crates/serde/serde_derive_internals/src/
H
A
D
ast.rs
31
pub struct
Variant
<'a> {
structure names
[all...]
H
A
D
attr.rs
792
pub struct
Variant
{
structure names
811
impl
Variant
{
impls
/third_party/rust/crates/serde/serde_derive/src/internals/
H
A
D
ast.rs
31
pub struct
Variant
<'a> {
structure names
[all...]
H
A
D
attr.rs
792
pub struct
Variant
{
structure names
811
impl
Variant
{
impls
/third_party/rust/crates/serde/test_suite/tests/
H
A
D
test_ignored_any.rs
40
type
Variant
= Self;
types
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H
A
D
AArch64ExternalSymbolizer.cpp
172
MCSymbolRefExpr::VariantKind
Variant
= getVariant(SymbolicOp.VariantKind);
in tryAddingSymbolicOperand()
local
/third_party/skia/gm/
H
A
D
encode_color_types.cpp
64
enum class
Variant
{
class
[all...]
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H
A
D
BuildMetadataCppFromXml.java
44
public enum
Variant
{
enum in BuildMetadataCppFromXml
57
private
Variant
(String template) {
in Variant()
method in BuildMetadataCppFromXml.Variant
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H
A
D
mod.rs
217
pub struct
Variant
{
structure names
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H
A
D
mod.rs
217
pub struct
Variant
{
structure names
/third_party/rust/crates/cxx/macro/src/syntax/
H
A
D
mod.rs
217
pub struct
Variant
{
structure names
/third_party/rust/crates/cxx/syntax/
H
A
D
mod.rs
217
pub struct
Variant
{
structure names
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H
A
D
mod.rs
217
pub struct
Variant
{
structure names
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H
A
D
Pipeline.h
63
enum class
Variant
class in sh::Pipeline
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCSection.h
101
SectionVariant
Variant
;
member in llvm::MCSection
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H
A
D
Mf2Serializer.java
348
static class
Variant
{
class in Mf2Serializer
352
private
Variant
(Builder builder) {
in Variant()
method in Mf2Serializer.Variant
[all...]
/third_party/vixl/test/aarch64/
H
A
D
test-api-aarch64.cc
663
enum
Variant
{ kNEON, kSVE, kUnknown };
in TEST()
enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Host.cpp
254
unsigned
Variant
= 0, Part = 0;
in getHostCPUNameForARM()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H
A
D
PDBTypes.h
347
Variant
= 27,
member in llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType
408
struct
Variant
{
struct in llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess
411
explicit
Variant
(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; }
in Variant()
function
412
explicit
Variant
(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; }
in Variant()
function
413
explicit
Variant
(int16_t V) : Type(PDB_VariantType::Int16) {
in Variant()
function
416
explicit
Variant
(int32_t V) : Type(PDB_VariantType::Int32) {
in Variant()
function
419
explicit
Variant
(int64_t V) : Type(PDB_VariantType::Int64) {
in Variant()
function
422
explicit
Variant
(float V) : Type(PDB_VariantType::Single) {
in Variant()
function
425
explicit
Variant
(doubl
in Variant()
function
428
explicit
Variant
(uint8_t V) : Type(PDB_
Variant
Type::UInt8) {
Variant()
function
431
explicit
Variant
(uint16_t V) : Type(PDB_
Variant
Type::UInt16) {
Variant()
function
434
explicit
Variant
(uint32_t V) : Type(PDB_
Variant
Type::UInt32) {
Variant()
function
437
explicit
Variant
(uint64_t V) : Type(PDB_
Variant
Type::UInt64) {
Variant()
function
441
Variant
(const
Variant
&Other) {
Variant()
function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCCodeView.cpp
447
MCSymbolRefExpr::VariantKind
Variant
= MCSymbolRefExpr::VK_None;
in computeLabelDiff()
local
H
A
D
MCObjectStreamer.cpp
462
MCSymbolRefExpr::VariantKind
Variant
= MCSymbolRefExpr::VK_None;
in buildSymbolDiff()
local
Completed in 21 milliseconds
1
2