Home
last modified time | relevance | path

Searched defs:makeError (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/verifiers/
Dgmverifier.cpp90 VerifierResult GMVerifier::makeError(const SkString& msg) const { in makeError() function in skiagm::verifiers::GMVerifier
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DJSON.kt620 private inline fun makeError(data: ReadBuffer, msg: String, tok: Byte? = null): Nothing { in makeError() method in com.google.flatbuffers.kotlin.JSONParser
629 private inline fun makeError(data: ReadBuffer, msg: String, tok: Token): Nothing { in makeError() method in com.google.flatbuffers.kotlin.JSONParser