Home
last modified time | relevance | path

Searched defs:kNotFound (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddescriptor-array.h148 static const int kNotFound = -1; variable
Dtransitions.h262 static constexpr int kNotFound = -1; variable
Dshared-function-info.h234 static const int kNotFound = -1; variable
Dordered-hash-table.h145 static const int kNotFound = -1; variable
484 static const byte kNotFound = 0xFF; variable
Dcontexts.h686 static const int kNotFound = -1; variable
/third_party/node/src/inspector/
Dnode_string.cc12 size_t kNotFound = std::string::npos; variable
/third_party/node/deps/v8/src/compiler/
Daccess-info.h61 kNotFound, enumerator
Dcompilation-dependencies.cc342 enum class ValidationResult { kFoundCorrect, kFoundIncorrect, kNotFound }; in GetHolderIfValid() enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.h142 kNotFound = 5, enumerator
/third_party/node/deps/v8/src/snapshot/
Dserializer.h342 static const int kNotFound = -1; variable
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc540 constexpr size_t kNotFound = std::numeric_limits<size_t>::max(); variable
/third_party/node/deps/v8/src/runtime/
Druntime.h775 static const int kNotFound = -1; in FOR_EACH_INTRINSIC_RETURN_OBJECT() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp2235 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp2235 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp2576 const uint32_t kNotFound = std::numeric_limits<uint32_t>::max(); in DotProductDoingExtract() local
/third_party/node/deps/v8/src/common/
Dglobals.h1019 enum ResultSentinel { kNotFound = -1, kUnsupported = -2 }; enumerator