Home
last modified time | relevance | path

Searched defs:kName (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-controller.h27 static const char* kName; member
31 static const char* kName; member
Dheap-controller.cc171 const char* V8HeapTrait::kName = "HeapController"; member in v8::internal::V8HeapTrait
172 const char* GlobalMemoryTrait::kName = "GlobalMemoryController"; member in v8::internal::GlobalMemoryTrait
/third_party/skia/src/pdf/
DSkPDFUnion.h93 kName, enumerator
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h47 const std::string_view kName; variable
/third_party/node/lib/internal/perf/
Dperformance_entry.js20 const kName = Symbol('kName'); constant
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHeader.h81 kName, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCollectVariables.cpp453 const char kName[] = "gl_DepthRange"; in visitSymbol() local
500 const char kName[] = "gl_NumSamples"; in visitSymbol() local
/third_party/lzma/CPP/7zip/
DICoder.h407 kName, enumerator
/third_party/node/lib/internal/worker/
Dio.js72 const kName = Symbol('kName'); constant
/third_party/lzma/CPP/7zip/Archive/
DIArchive.h103 kName = 0, // VT_BSTR enumerator
/third_party/skia/tools/viewer/
DViewer.cpp310 static const char kName[] = "name"; variable
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc829 static constexpr int kName = 1; local
/third_party/node/deps/v8/src/ic/
Dic.cc1439 enum KeyType { kIntPtr, kName, kBailout }; enumerator