OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLengthPrefixedSlice
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
coding.cc
172
const char*
GetLengthPrefixedSlice
(const char* p, const char* limit,
182
bool
GetLengthPrefixedSlice
(Slice* input, Slice* result) {
/external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc
14
static Slice
GetLengthPrefixedSlice
(const char* data) {
36
Slice a =
GetLengthPrefixedSlice
(aptr);
37
Slice b =
GetLengthPrefixedSlice
(bptr);
61
virtual Slice key() const { return
GetLengthPrefixedSlice
(iter_.key()); }
63
Slice key_slice =
GetLengthPrefixedSlice
(iter_.key());
64
return
GetLengthPrefixedSlice
(key_slice.data() + key_slice.size());
132
Slice v =
GetLengthPrefixedSlice
(key_ptr + key_length);
Completed in 48 milliseconds