OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_no_chance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
409
inline bool
has_no_chance
(void) const { return unlikely (num_items && idx + num_items >= end); }
function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
414
while (!
has_no_chance
())
479
inline bool
has_no_chance
(void) const { return unlikely (idx < num_items); }
function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
484
while (!
has_no_chance
())
729
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
897
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
917
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
404
inline bool
has_no_chance
(void) const { return unlikely (num_items && idx + num_items >= end); }
function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
409
while (!
has_no_chance
())
474
inline bool
has_no_chance
(void) const { return unlikely (idx < num_items); }
function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
479
while (!
has_no_chance
())
708
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
783
if (skippy_iter.
has_no_chance
()) return;
868
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
888
if (skippy_iter.
has_no_chance
()) return TRACE_RETURN (false);
[
all
...]
Completed in 233 milliseconds