Home
last modified time | relevance | path

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

/third_party/libexif/contrib/c++/
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/
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()
DASTMetadataHLSL.cpp108 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
276 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
354 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
DCallDAG.h66 const static size_t InvalidIndex; variable
DOutputHLSL.cpp2180 ASSERT(index != CallDAG::InvalidIndex); in visitFunctionDefinition()
2337 if (index == CallDAG::InvalidIndex) in visitFunctionPrototype()
2396 ASSERT(index != CallDAG::InvalidIndex); in visitAggregate()
DCompiler.cpp90 if (callDagIndex == CallDAG::InvalidIndex) in IsTopLevelNodeUnusedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp163 static const uint32_t InvalidIndex = -1; variable
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/
Dmessage-template.h364 T(InvalidIndex, "Invalid value: not (convertible to) a safe integer") \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64288 contextName_(nullptr), contextIndex_(InvalidIndex), contextFunctor_(nullptr) in CallbackTracer()
64332 const static size_t InvalidIndex = size_t(-1); member in JS::CallbackTracer
64413 trc_->contextIndex_ = CallbackTracer::InvalidIndex; in ~AutoTracingIndex()