Home
last modified time | relevance | path

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

/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() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp163 static const uint32_t InvalidIndex = -1; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64332 const static size_t InvalidIndex = size_t(-1); member in JS::CallbackTracer