Searched refs:allowEmpty (Results 1 – 8 of 8) sorted by relevance
82 Boolean allowEmpty) in _testPOJOFromEmptyGlobalConfig() argument90 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyGlobalConfig()96 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyGlobalConfig()103 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyGlobalConfig()108 Boolean allowEmpty) in _testPOJOFromEmptyLogicalTypeConfig() argument116 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyLogicalTypeConfig()122 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyLogicalTypeConfig()129 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyLogicalTypeConfig()136 Boolean allowEmpty) in _testPOJOFromEmptyPhysicalTypeConfig() argument144 .setAcceptBlankAsEmpty(allowEmpty); in _testPOJOFromEmptyPhysicalTypeConfig()[all …]
55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) { in getLoadPaths() argument59 if (allowEmpty) { in getLoadPaths()
30 bool allowEmpty) { in getBroadcastDimensionsAttr() argument34 if (allowEmpty && xType == yType) return {}; in getBroadcastDimensionsAttr()38 if (allowEmpty && xRank == yRank) return {}; in getBroadcastDimensionsAttr()
37 bool allowEmpty = true);
65 if (!paragraph.isEmpty() || paragraph.allowEmpty) { in <lambda>()189 paragraph.allowEmpty = true in <lambda>()309 paragraph.allowEmpty = true in <lambda>()318 paragraph.allowEmpty = true in <lambda>()
61 var allowEmpty = false variable649 …$preformatted, quoted=$quoted, continuation=$continuation, allowempty=$allowEmpty, separator=$sepa… in toString()
830 func parseSignatureAlgorithms(reader *byteReader, out *[]signatureAlgorithm, allowEmpty bool) bool {835 if !allowEmpty && len(sigAlgs) == 0 {