OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMinLength
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/sync/api/
string_ordinal.h
25
static const size_t
kMinLength
= 1;
/external/chromium_org/sync/internal_api/public/base/
node_ordinal.h
22
static const size_t
kMinLength
= 8;
ordinal_unittest.cc
22
static const size_t
kMinLength
= 1;
28
static const size_t
kMinLength
= 5;
34
static const size_t
kMinLength
= 1;
ordinal.h
43
// //
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
;
147
COMPILE_ASSERT(
kMinLength
> 0, OrdinalMinLengthIsPositive);
204
template <typename Traits> const size_t Ordinal<Traits>::
kMinLength
;
239
std::string bytes(Traits::
kMinLength
, kZeroDigit);
348
if (length <
kMinLength
)
362
if (length >
kMinLength
) {
[
all
...]
unique_position_unittest.cc
47
const size_t
kMinLength
= UniquePosition::kSuffixLength;
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/components/json_schema/
json_schema_constants.cc
24
const char
kMinLength
[] = "minLength";
/external/v8/src/
scanner.cc
888
const int
kMinLength
= 2;
890
if (input_length <
kMinLength
|| input_length > kMaxLength) {
903
STATIC_ASSERT(keyword_length >=
kMinLength
); \
/external/chromium_org/v8/src/
scanner.cc
914
const int
kMinLength
= 2;
916
if (input_length <
kMinLength
|| input_length > kMaxLength) {
929
STATIC_ASSERT(keyword_length >=
kMinLength
); \
[
all
...]
objects.h
[
all
...]
Completed in 168 milliseconds