Home
last modified time | relevance | path

Searched defs:is_mutable (Results 1 – 3 of 3) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DCFString.py274 def is_mutable(self): member in CFStringSynthProvider
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp995 bool is_mutable = (info_bits & 1) == 1; in NSStringSummaryProvider() local
1010 else if (not is_inline and not is_mutable) in NSStringSummaryProvider() local
/external/openfst/src/include/fst/
Dlookahead-matcher.h670 bool is_mutable = fst.Properties(kMutable, false); in LabelLookAheadRelabeler() local