Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp82 bool IsValidValue(int32_t value) { in IsValidValue() function
218 if (!IsValidValue(matrix->Get(i, 6))) in EmbedTimingPatterns()
224 if (!IsValidValue(matrix->Get(6, i))) in EmbedTimingPatterns()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py228 could_evaluate = (result.IsValidValue or is_optimized_away
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1084 TEST(GENERATED_ENUM_TEST_NAME, IsValidValue) {
1085 // Test enum IsValidValue.