Home
last modified time | relevance | path

Searched defs:InvalidIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.h66 const static size_t InvalidIndex; variable
DCallDAG.cpp265 const size_t CallDAG::InvalidIndex = std::numeric_limits<size_t>::max(); member in sh::CallDAG
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.h66 const static size_t InvalidIndex; variable
DCallDAG.cpp265 const size_t CallDAG::InvalidIndex = std::numeric_limits<size_t>::max(); member in sh::CallDAG
/third_party/libexif/contrib/c++/
Dexif.hxx36 struct InvalidIndex : std::runtime_error struct
38 InvalidIndex(const std::string& s) in InvalidIndex() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp163 static const uint32_t InvalidIndex = -1; variable