Home
last modified time | relevance | path

Searched refs:InvalidIndex (Results 1 - 9 of 9) sorted by relevance

/third_party/libexif/contrib/c++/
H A Dexif.hxx36 struct InvalidIndex : std::runtime_error struct
38 InvalidIndex(const std::string& s) in InvalidIndex() function
146 throw InvalidIndex( in getByte()
170 throw InvalidIndex( in getShort()
185 throw InvalidIndex( in getLong()
200 throw InvalidIndex( in getSLong()
215 throw InvalidIndex( in getRational()
230 throw InvalidIndex( in getSRational()
245 throw InvalidIndex( in setByte()
271 throw InvalidIndex( in setShort()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp265 const size_t CallDAG::InvalidIndex = std::numeric_limits<size_t>::max(); member in sh::CallDAG
273 return InvalidIndex; in findIndex()
283 ASSERT(index != InvalidIndex && index < mRecords.size()); in getRecordFromIndex()
H A DASTMetadataHLSL.cpp108 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
276 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
354 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
H A DCallDAG.h59 // Returns InvalidIndex if the function wasn't found
66 const static size_t InvalidIndex; member in sh::CallDAG
H A DOutputHLSL.cpp2180 ASSERT(index != CallDAG::InvalidIndex); in visitFunctionDefinition()
2337 if (index == CallDAG::InvalidIndex) in visitFunctionPrototype()
2396 ASSERT(index != CallDAG::InvalidIndex); in visitAggregate()
H A DCompiler.cpp90 if (callDagIndex == CallDAG::InvalidIndex) in IsTopLevelNodeUnusedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp163 static const uint32_t InvalidIndex = -1; member
175 OutputIndex(InvalidIndex) {} in WasmCustomSection()
1443 WS.setIndex(InvalidIndex); in writeObject()
1567 if (TargetSym.getIndex() == InvalidIndex) in writeObject()
/third_party/node/deps/v8/src/common/
H A Dmessage-template.h364 T(InvalidIndex, "Invalid value: not (convertible to) a safe integer") \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 41 milliseconds