OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/util/
sparse_array.h
151
inline bool
has_index
(int i) const;
174
// Fast but unsafe: only use if
has_index
(i) is true.
178
// Fast but unsafe: only use if
has_index
(i) is false.
182
// Fast but unsafe: only use if
has_index
(i) is true.
207
// Fast but unsafe: only use if
has_index
(i) is true.
212
// Only use if
has_index
(i) is known to be false.
294
bool SparseArray<Value>::
has_index
(int i) const {
function in class:re2::SparseArray
315
if (!
has_index
(i))
325
if (
has_index
(new_value.index_)) {
336
if (!
has_index
(i)
[
all
...]
/external/regex-re2/util/
sparse_array.h
151
inline bool
has_index
(int i) const;
174
// Fast but unsafe: only use if
has_index
(i) is true.
178
// Fast but unsafe: only use if
has_index
(i) is false.
182
// Fast but unsafe: only use if
has_index
(i) is true.
207
// Fast but unsafe: only use if
has_index
(i) is true.
212
// Only use if
has_index
(i) is known to be false.
294
bool SparseArray<Value>::
has_index
(int i) const {
function in class:re2::SparseArray
315
if (!
has_index
(i))
325
if (
has_index
(new_value.index_)) {
336
if (!
has_index
(i)
[
all
...]
/external/elfutils/libelf/
libelfP.h
399
int
has_index
; /* Set when file has index. 0 means
member in struct:Elf::__anon20899::__anon20903
Completed in 188 milliseconds