Home
last modified time | relevance | path

Searched refs:IsValidValue (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp292 FX_BOOL CBC_QRCoderMatrixUtil::IsValidValue(int32_t value) { in IsValidValue() function in CBC_QRCoderMatrixUtil
304 if (!IsValidValue(matrix->Get(i, 6))) { in EmbedTimingPatterns()
311 if (!IsValidValue(matrix->Get(6, i))) { in EmbedTimingPatterns()
DBC_QRCoderMatrixUtil.h58 static FX_BOOL IsValidValue(int32_t value);
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc954 TEST(GeneratedEnumTest, IsValidValue) { in TEST() argument