Home
last modified time | relevance | path

Searched defs:has_explicit_length (Results 1 – 2 of 2) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DCFString.py285 def has_explicit_length(self): member in CFStringSynthProvider
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp997 bool has_explicit_length = (info_bits & (1 | 4)) != 4; in NSStringSummaryProvider() local