Home
last modified time | relevance | path

Searched defs:checkLength (Results 1 – 3 of 3) sorted by relevance

/external/libese/esed/
Dutils.h126 T checkLength(const ResponseApdu& apdu, const size_t size) { in checkLength() function
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufReader.kt167 private fun checkLength(length: Int) { in checkLength() method in kotlinx.serialization.protobuf.internal.ProtobufReader
/external/angle/src/tests/gl_tests/
DClipDistanceTest.cpp1431 auto checkLength = [this, vs, kFS, &vertexSource](std::string name, bool declare, int size) { in TEST_P() local