HomeSort by relevance Sort by last modified time
    Searched refs:is_mutable (Results 1 - 3 of 3) sorted by null

  /external/lldb/examples/python/
diagnose_nsstring.py 109 is_mutable = (info_bits & 1) == 1
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")
123 if is_mutable and not is_inline:
127 elif not is_inline and not is_mutable:
139 if is_mutable:
142 elif is_inline and has_explicit_length and not is_unicode and not is_special and not is_mutable:
  /external/lldb/examples/summaries/cocoa/
CFString.py 274 def is_mutable(self): member in class:CFStringSynthProvider
316 self.mutable = self.is_mutable();
  /external/openfst/src/include/fst/
lookahead-matcher.h 670 bool is_mutable = fst.Properties(kMutable, false); local
672 if (is_mutable) {
696 if (!is_mutable) {

Completed in 136 milliseconds