OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_explicit_length
(Results
1 - 2
of
2
) sorted by null
/external/lldb/examples/python/
diagnose_nsstring.py
111
has_explicit_length
= (info_bits & (1 | 4)) != 4
117
(info_bits, "yes" if is_mutable else "no","yes" if is_inline else "no","yes" if
has_explicit_length
else "no","yes" if is_unicode else "no","yes" if is_special else "no","yes" if has_null else "no")
121
if not has_null and
has_explicit_length
and not is_special:
142
elif is_inline and
has_explicit_length
and not is_unicode and not is_special and not is_mutable:
147
if not
has_explicit_length
:
157
if not
has_explicit_length
:
/external/lldb/examples/summaries/cocoa/
CFString.py
285
def
has_explicit_length
(self):
member in class:CFStringSynthProvider
318
self.explicit = self.
has_explicit_length
();
Completed in 94 milliseconds