Home
last modified time | relevance | path

Searched defs:kArray (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/utils/
DSkJSON.h63 kArray, enumerator
132 kArray = 0b00000110, // ptr to external storage enumerator
DSkJSONWriter.h256 kArray enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h255 kArray, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h255 kArray, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h255 kArray, enumerator
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.h26 kArray = 1, enumerator
/third_party/skia/tests/
DSkSLTest.cpp67 static constexpr float kArray[5] = {1, 2, 3, 4, 5}; in test_one_permutation() local
/third_party/skia/bench/
DPathOpsBench.cpp144 kArray, enumerator
/third_party/skia/src/sksl/ir/
DSkSLType.h78 kArray, enumerator
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h123 kArray, enumerator
/third_party/node/deps/v8/include/
Dv8-profiler.h583 kArray = 1, // An array of elements. enumerator
/third_party/spirv-tools/source/opt/
Dtypes.h86 kArray, enumerator
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h83 kArray, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h83 kArray, enumerator
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h67 kArray, // shorthand: g enumerator
Dwasm-module.h351 enum Kind { kFunction, kStruct, kArray }; enumerator
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h109 kArray = v8::HeapGraphNode::kArray, enumerator
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc846 static constexpr int kArray = 1; in StoreInArrayLiteral() local
/third_party/node/deps/v8/src/execution/
Disolate.h1447 enum class KnownPrototype { kNone, kObject, kArray, kString }; enumerator