Searched defs:kMinLength (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sync/api/
H A Dstring_ordinal.h25 static const size_t kMinLength = 1; member in struct:syncer::StringOrdinalTraits
/external/chromium_org/sync/internal_api/public/base/
H A Dnode_ordinal.h22 static const size_t kMinLength = 8; member in struct:syncer::NodeOrdinalTraits
H A Dordinal_unittest.cc22 static const size_t kMinLength = 1; member in struct:syncer::__anon10009::TestOrdinalTraits
28 static const size_t kMinLength = 5; member in struct:syncer::__anon10009::LongOrdinalTraits
34 static const size_t kMinLength = 1; member in struct:syncer::__anon10009::LargeOrdinalTraits
H A Dordinal.h43 // // kMinLength must be positive.
44 // static const size_t kMinLength = 1;
48 // kMinLength characters, does not contain any characters less than
137 static const size_t kMinLength = Traits::kMinLength; member in class:syncer::Ordinal
147 COMPILE_ASSERT(kMinLength > 0, OrdinalMinLengthIsPositive);
204 template <typename Traits> const size_t Ordinal<Traits>::kMinLength; member in class:syncer::Ordinal
239 std::string bytes(Traits::kMinLength, kZeroDigit);
348 if (length < kMinLength)
362 if (length > kMinLength) {
[all...]
H A Dunique_position_unittest.cc47 const size_t kMinLength = UniquePosition::kSuffixLength; member in namespace:syncer::__anon10011
48 const size_t kGenericPredecessorLength = kMinLength + 2;
49 const size_t kGenericSuccessorLength = kMinLength + 1;
50 const size_t kBigPositionLength = kMinLength;
51 const size_t kSmallPositionLength = kMinLength;
/external/chromium_org/chrome/common/json_schema/
H A Djson_schema_constants.cc24 const char kMinLength[] = "minLength"; member in namespace:json_schema_constants
/external/chromium_org/v8/src/
H A Dscanner.cc910 const int kMinLength = 2; local
912 if (input_length < kMinLength || input_length > kMaxLength) {
925 STATIC_ASSERT(keyword_length >= kMinLength); \
H A Dobjects.h8578 static const int kMinLength = 13; member in class:v8::ConsString
8622 static const int kMinLength = 13; member in class:v8::SlicedString
/external/v8/src/
H A Dscanner.cc888 const int kMinLength = 2; local
890 if (input_length < kMinLength || input_length > kMaxLength) {
903 STATIC_ASSERT(keyword_length >= kMinLength); \

Completed in 167 milliseconds