OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSuffixLength
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/internal_api/public/base/
unique_position.h
34
// Note that the unique suffixes must be exactly |
kSuffixLength
| bytes long.
43
static const size_t
kSuffixLength
;
unique_position.cc
16
const size_t UniquePosition::
kSuffixLength
= 28;
24
return suffix.length() ==
kSuffixLength
;
34
return bytes.length() >=
kSuffixLength
210
const size_t prefix_len = bytes.length() -
kSuffixLength
;
372
DCHECK(uncompressed.rfind(suffix) +
kSuffixLength
== uncompressed.length());
/external/chromium/chrome/browser/autofill/
phone_number.h
46
static const int
kSuffixLength
= 4;
/external/chromium_org/components/autofill/core/browser/
phone_number.h
49
static const size_t
kSuffixLength
= 4;
/external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc
99
const size_t
kSuffixLength
= arraysize(kCacheEntryKeySuffix) - 1;
100
const int id_length = key.size() - 1 -
kSuffixLength
;
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
[
all
...]
Completed in 78 milliseconds