/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 109 struct None {}; 729 template <typename T1 = internal::None, typename T2 = internal::None, 730 typename T3 = internal::None, typename T4 = internal::None, 731 typename T5 = internal::None, typename T6 = internal::None, 732 typename T7 = internal::None, typename T8 = internal::None, 733 typename T9 = internal::None, typename T10 = internal::None, 734 typename T11 = internal::None, typename T12 = internal::None, 735 typename T13 = internal::None, typename T14 = internal::None, 736 typename T15 = internal::None, typename T16 = internal::None, 737 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 100 struct None {}; 720 template <typename T1 = internal::None, typename T2 = internal::None, 721 typename T3 = internal::None, typename T4 = internal::None, 722 typename T5 = internal::None, typename T6 = internal::None, 723 typename T7 = internal::None, typename T8 = internal::None, 724 typename T9 = internal::None, typename T10 = internal::None, 725 typename T11 = internal::None, typename T12 = internal::None, 726 typename T13 = internal::None, typename T14 = internal::None, 727 typename T15 = internal::None, typename T16 = internal::None, 728 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-type-util.h | 109 struct None {}; 729 template <typename T1 = internal::None, typename T2 = internal::None, 730 typename T3 = internal::None, typename T4 = internal::None, 731 typename T5 = internal::None, typename T6 = internal::None, 732 typename T7 = internal::None, typename T8 = internal::None, 733 typename T9 = internal::None, typename T10 = internal::None, 734 typename T11 = internal::None, typename T12 = internal::None, 735 typename T13 = internal::None, typename T14 = internal::None, 736 typename T15 = internal::None, typename T16 = internal::None, 737 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 108 struct None {}; 728 template <typename T1 = internal::None, typename T2 = internal::None, 729 typename T3 = internal::None, typename T4 = internal::None, 730 typename T5 = internal::None, typename T6 = internal::None, 731 typename T7 = internal::None, typename T8 = internal::None, 732 typename T9 = internal::None, typename T10 = internal::None, 733 typename T11 = internal::None, typename T12 = internal::None, 734 typename T13 = internal::None, typename T14 = internal::None, 735 typename T15 = internal::None, typename T16 = internal::None, 736 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 109 struct None {}; 729 template <typename T1 = internal::None, typename T2 = internal::None, 730 typename T3 = internal::None, typename T4 = internal::None, 731 typename T5 = internal::None, typename T6 = internal::None, 732 typename T7 = internal::None, typename T8 = internal::None, 733 typename T9 = internal::None, typename T10 = internal::None, 734 typename T11 = internal::None, typename T12 = internal::None, 735 typename T13 = internal::None, typename T14 = internal::None, 736 typename T15 = internal::None, typename T16 = internal::None, 737 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/ |
D | cmaps_japan1.cpp | 34 … { "83pv-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_83pv_RKSJ_H_1, 222, FXCMAP_CMap::None, NULL, 0, 0 }, 35 … { "90ms-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_90ms_RKSJ_H_2, 171, FXCMAP_CMap::None, NULL, 0, 0 }, 36 … { "90ms-RKSJ-V", FXCMAP_CMap::Range, g_FXCMAP_90ms_RKSJ_V_2, 78, FXCMAP_CMap::None, NULL, 0, -1 }, 37 …{ "90msp-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_90msp_RKSJ_H_2, 170, FXCMAP_CMap::None, NULL, 0, -2… 38 …{ "90msp-RKSJ-V", FXCMAP_CMap::Range, g_FXCMAP_90msp_RKSJ_V_2, 78, FXCMAP_CMap::None, NULL, 0, -1 … 39 … { "90pv-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_90pv_RKSJ_H_1, 263, FXCMAP_CMap::None, NULL, 0, 0 }, 40 { "Add-RKSJ-H", FXCMAP_CMap::Range, g_FXCMAP_Add_RKSJ_H_1, 635, FXCMAP_CMap::None, NULL, 0, 0 }, 41 { "Add-RKSJ-V", FXCMAP_CMap::Range, g_FXCMAP_Add_RKSJ_V_1, 57, FXCMAP_CMap::None, NULL, 0, -1 }, 42 { "EUC-H", FXCMAP_CMap::Range, g_FXCMAP_EUC_H_1, 120, FXCMAP_CMap::None, NULL, 0, 0 }, 43 { "EUC-V", FXCMAP_CMap::Range, g_FXCMAP_EUC_V_1, 27, FXCMAP_CMap::None, NULL, 0, -1 }, [all …]
|
/external/llvm/unittests/Support/ |
D | SourceMgrTest.cpp | 52 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None); in TEST_F() 62 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None); in TEST_F() 72 printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None); in TEST_F() 82 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None); in TEST_F() 92 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None); in TEST_F() 102 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 3), None); in TEST_F() 112 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(3, 3), None); in TEST_F() 122 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 7), None); in TEST_F() 133 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None); in TEST_F() 144 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None); in TEST_F() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/ |
D | cmaps_gb1.cpp | 26 { "GB-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_GB_EUC_H_0, 90, FXCMAP_CMap::None, NULL, 0, 0 }, 27 { "GB-EUC-V", FXCMAP_CMap::Range, g_FXCMAP_GB_EUC_V_0, 20, FXCMAP_CMap::None, NULL, 0, -1 }, 28 { "GBpc-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_GBpc_EUC_H_0, 91, FXCMAP_CMap::None, NULL, 0, 0 }, 29 { "GBpc-EUC-V", FXCMAP_CMap::Range, g_FXCMAP_GBpc_EUC_V_0, 20, FXCMAP_CMap::None, NULL, 0, -1 }, 30 { "GBK-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_GBK_EUC_H_2, 4071, FXCMAP_CMap::None, NULL, 0, 0 }, 31 { "GBK-EUC-V", FXCMAP_CMap::Range, g_FXCMAP_GBK_EUC_V_2, 20, FXCMAP_CMap::None, NULL, 0, -1 }, 32 … { "GBKp-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_GBKp_EUC_H_2, 4070, FXCMAP_CMap::None, NULL, 0, -2 }, 33 { "GBKp-EUC-V", FXCMAP_CMap::Range, g_FXCMAP_GBKp_EUC_V_2, 20, FXCMAP_CMap::None, NULL, 0, -1 }, 35 { "GBK2K-V", FXCMAP_CMap::Range, g_FXCMAP_GBK2K_V_5, 41, FXCMAP_CMap::None, NULL, 0, -1 }, 36 …{ "UniGB-UCS2-H", FXCMAP_CMap::Range, g_FXCMAP_UniGB_UCS2_H_4, 13825, FXCMAP_CMap::None, NULL, 0, … [all …]
|
/external/lldb/scripts/Python/interface/ |
D | SBFrame.i | 284 …if _newclass: addr = property(GetPCAddress, None, doc='''A read only property that returns the pro… 287 …if _newclass: fp = property(GetFP, None, doc='''A read only property that returns the frame pointe… 290 …if _newclass: sp = property(GetSP, None, doc='''A read only property that returns the stack pointe… 293 …if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb … 296 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur… 299 …if _newclass: function = property(GetFunction, None, doc='''A read only property that returns an l… 302 …if _newclass: symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb … 305 …if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb ob… 308 …if _newclass: is_inlined = property(IsInlined, None, doc='''A read only property that returns an b… 311 …if _newclass: name = property(GetFunctionName, None, doc='''A read only property that retuns the n… [all …]
|
D | SBData.i | 164 … def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None): 171 lldbtarget = None 172 if target == None and lldbtarget != None and lldbtarget.IsValid(): 174 if ptr_size == None: 179 if endian == None: 184 if size == None: 201 return None 267 …if _newclass: uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns … 270 …if _newclass: uint16 = property(_make_helper_uint16, None, doc='''A read only property that return… 273 …if _newclass: uint32 = property(_make_helper_uint32, None, doc='''A read only property that return… [all …]
|
D | SBType.i | 48 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for… 51 …if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb obje… 54 …if _newclass: byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that retu… 57 …if _newclass: bit_offset = property(GetOffsetInBits, None, doc='''A read only property that return… 60 …if _newclass: is_bitfield = property(IsBitfield, None, doc='''A read only property that returns tr… 63 …if _newclass: bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only propert… 245 return None 248 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for… 251 …if _newclass: size = property(GetByteSize, None, doc='''A read only property that returns size in … 254 …if _newclass: is_pointer = property(IsPointerType, None, doc='''A read only property that returns … [all …]
|
D | SBValue.i | 417 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of … 420 …if _newclass: type = property(GetType, None, doc='''A read only property that returns a lldb.SBTyp… 423 …if _newclass: size = property(GetByteSize, None, doc='''A read only property that returns the size… 426 …if _newclass: is_in_scope = property(IsInScope, None, doc='''A read only property that returns a b… 437 …if _newclass: value_type = property(GetValueType, None, doc='''A read only property that returns a… 440 …if _newclass: changed = property(GetValueDidChange, None, doc='''A read only property that returns… 443 …if _newclass: data = property(GetData, None, doc='''A read only property that returns an lldb obje… 446 …if _newclass: load_addr = property(GetLoadAddress, None, doc='''A read only property that returns … 449 …if _newclass: addr = property(GetAddress, None, doc='''A read only property that returns an lldb.S… 452 …if _newclass: deref = property(Dereference, None, doc='''A read only property that returns an lldb… [all …]
|
D | SBThread.i | 225 return None 239 …if _newclass: id = property(GetThreadID, None, doc='''A read only property that returns the thread… 242 …if _newclass: idx = property(GetIndexID, None, doc='''A read only property that returns the thread… 245 …if _newclass: return_value = property(GetStopReturnValue, None, doc='''A read only property that r… 248 …if _newclass: process = property(GetProcess, None, doc='''A read only property that returns an lld… 251 …if _newclass: num_frames = property(GetNumFrames, None, doc='''A read only property that returns t… 254 …if _newclass: frames = property(get_thread_frames, None, doc='''A read only property that returns … 257 …if _newclass: frame = property(get_frames_access_object, None, doc='''A read only property that re… 260 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of … 263 …if _newclass: queue = property(GetQueueName, None, doc='''A read only property that returns the di… [all …]
|
D | SBSymbol.i | 76 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for… 79 …if _newclass: mangled = property(GetMangledName, None, doc='''A read only property that returns th… 82 …if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb enum… 85 …if _newclass: addr = property(GetStartAddress, None, doc='''A read only property that returns an l… 88 …if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an… 91 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that… 94 …if _newclass: instructions = property(get_instructions_from_current_target, None, doc='''A read on… 97 …if _newclass: external = property(IsExternal, None, doc='''A read only property that returns a boo… 100 …if _newclass: synthetic = property(IsSynthetic, None, doc='''A read only property that returns a b…
|
D | SBFunction.i | 100 …if _newclass: addr = property(GetStartAddress, None, doc='''A read only property that returns an l… 103 …if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an… 106 …if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb ob… 109 …if _newclass: instructions = property(get_instructions_from_current_target, None, doc='''A read on… 112 …if _newclass: mangled = property(GetMangledName, None, doc='''A read only property that returns th… 115 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for… 118 …if _newclass: prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that… 121 …if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb obje…
|
D | SBTypeCategory.i | 146 return None 193 …if _newclass: formats = property(get_formats_array, None, doc='''A read only property that returns… 196 …if _newclass: format = property(get_formats_access_object, None, doc=r'''A read only property that… 199 …if _newclass: summaries = property(get_summaries_array, None, doc='''A read only property that ret… 202 …if _newclass: summary = property(get_summaries_access_object, None, doc=r'''A read only property t… 205 …if _newclass: filters = property(get_filters_array, None, doc='''A read only property that returns… 208 …if _newclass: filter = property(get_filters_access_object, None, doc=r'''A read only property that… 211 …if _newclass: synthetics = property(get_synthetics_array, None, doc='''A read only property that r… 214 …if _newclass: synthetic = property(get_synthetics_access_object, None, doc=r'''A read only propert… 217 if _newclass: num_formats = property(GetNumFormats, None) [all …]
|
D | SBSection.i | 107 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of … 110 …if _newclass: addr = property(get_addr, None, doc='''A read only property that returns an lldb obj… 113 …if _newclass: file_addr = property(GetFileAddress, None, doc='''A read only property that returns … 116 …if _newclass: size = property(GetByteSize, None, doc='''A read only property that returns the size… 119 …if _newclass: file_offset = property(GetFileOffset, None, doc='''A read only property that returns… 122 …if _newclass: file_size = property(GetFileByteSize, None, doc='''A read only property that returns… 125 …if _newclass: data = property(GetSectionData, None, doc='''A read only property that returns an ll… 128 …if _newclass: type = property(GetSectionType, None, doc='''A read only property that returns an ll…
|
D | SBAddress.i | 167 …if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb … 170 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur… 173 …if _newclass: line_entry = property(GetLineEntry, None, doc='''A read only property that returns a… 176 …if _newclass: function = property(GetFunction, None, doc='''A read only property that returns an l… 179 …if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb ob… 182 …if _newclass: symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb … 185 …if _newclass: offset = property(GetOffset, None, doc='''A read only property that returns the sect… 188 …if _newclass: section = property(GetSection, None, doc='''A read only property that returns an lld… 191 …if _newclass: file_addr = property(GetFileAddress, None, doc='''A read only property that returns …
|
D | SBBlock.i | 132 return None 150 …if _newclass: parent = property(GetParent, None, doc='''A read only property that returns the same… 153 …if _newclass: first_child = property(GetFirstChild, None, doc='''A read only property that returns… 156 …if _newclass: call_site = property(get_call_site, None, doc='''A read only property that returns a… 159 …if _newclass: sibling = property(GetSibling, None, doc='''A read only property that returns the sa… 162 …if _newclass: name = property(GetInlinedName, None, doc='''A read only property that returns the s… 165 …if _newclass: inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only propert… 168 …if _newclass: range = property(get_ranges_access_object, None, doc='''A read only property that al… 171 …if _newclass: ranges = property(get_ranges_array, None, doc='''A read only property that returns a… 174 …if _newclass: num_ranges = property(GetNumRanges, None, doc='''A read only property that returns t…
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Korea1/ |
D | cmaps_korea1.cpp | 23 { "KSC-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_KSC_EUC_H_0, 467, FXCMAP_CMap::None, NULL, 0, 0 }, 24 { "KSC-EUC-V", FXCMAP_CMap::Range, g_FXCMAP_KSC_EUC_V_0, 16, FXCMAP_CMap::None, NULL, 0, -1 }, 25 …{ "KSCms-UHC-H", FXCMAP_CMap::Range, g_FXCMAP_KSCms_UHC_H_1, 675, FXCMAP_CMap::None, NULL, 0, -2 }, 26 … { "KSCms-UHC-V", FXCMAP_CMap::Range, g_FXCMAP_KSCms_UHC_V_1, 16, FXCMAP_CMap::None, NULL, 0, -1 }, 27 …{ "KSCms-UHC-HW-H", FXCMAP_CMap::Range, g_FXCMAP_KSCms_UHC_HW_H_1, 675, FXCMAP_CMap::None, NULL, 0… 28 …{ "KSCms-UHC-HW-V", FXCMAP_CMap::Range, g_FXCMAP_KSCms_UHC_HW_V_1, 16, FXCMAP_CMap::None, NULL, 0,… 29 …{ "KSCpc-EUC-H", FXCMAP_CMap::Range, g_FXCMAP_KSCpc_EUC_H_0, 509, FXCMAP_CMap::None, NULL, 0, -6 }, 30 …{ "UniKS-UCS2-H", FXCMAP_CMap::Range, g_FXCMAP_UniKS_UCS2_H_1, 8394, FXCMAP_CMap::None, NULL, 0, 0… 31 …{ "UniKS-UCS2-V", FXCMAP_CMap::Range, g_FXCMAP_UniKS_UCS2_V_1, 18, FXCMAP_CMap::None, NULL, 0, -1 … 32 …{ "UniKS-UTF16-H", FXCMAP_CMap::Single, g_FXCMAP_UniKS_UTF16_H_0, 158, FXCMAP_CMap::None, NULL, 0,… [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/ |
D | cmaps_cns1.cpp | 28 { "B5pc-H", FXCMAP_CMap::Range, g_FXCMAP_B5pc_H_0, 247, FXCMAP_CMap::None, NULL, 0, 0 }, 29 { "B5pc-V", FXCMAP_CMap::Range, g_FXCMAP_B5pc_V_0, 12, FXCMAP_CMap::None, NULL, 0, -1 }, 30 … { "HKscs-B5-H", FXCMAP_CMap::Range, g_FXCMAP_HKscs_B5_H_5, 1210, FXCMAP_CMap::None, NULL, 0, 0 }, 31 { "HKscs-B5-V", FXCMAP_CMap::Range, g_FXCMAP_HKscs_B5_V_5, 13, FXCMAP_CMap::None, NULL, 0, -1 }, 32 { "ETen-B5-H", FXCMAP_CMap::Range, g_FXCMAP_ETen_B5_H_0, 254, FXCMAP_CMap::None, NULL, 0, 0 }, 33 { "ETen-B5-V", FXCMAP_CMap::Range, g_FXCMAP_ETen_B5_V_0, 13, FXCMAP_CMap::None, NULL, 0, -1 }, 34 … { "ETenms-B5-H", FXCMAP_CMap::Range, g_FXCMAP_ETenms_B5_H_0, 1, FXCMAP_CMap::None, NULL, 0, -2 }, 35 … { "ETenms-B5-V", FXCMAP_CMap::Range, g_FXCMAP_ETenms_B5_V_0, 18, FXCMAP_CMap::None, NULL, 0, -1 }, 38 …{ "UniCNS-UCS2-H", FXCMAP_CMap::Range, g_FXCMAP_UniCNS_UCS2_H_3, 16418, FXCMAP_CMap::None, NULL, 0… 39 …{ "UniCNS-UCS2-V", FXCMAP_CMap::Range, g_FXCMAP_UniCNS_UCS2_V_3, 13, FXCMAP_CMap::None, NULL, 0, -… [all …]
|
/external/v8/test/cctest/ |
D | test-representation.cc | 49 TestPairNegative(Representation::None(), Representation::None()); in TEST() 50 TestPairPositive(Representation::Integer8(), Representation::None()); in TEST() 51 TestPairPositive(Representation::UInteger8(), Representation::None()); in TEST() 52 TestPairPositive(Representation::Integer16(), Representation::None()); in TEST() 53 TestPairPositive(Representation::UInteger16(), Representation::None()); in TEST() 54 TestPairPositive(Representation::Smi(), Representation::None()); in TEST() 55 TestPairPositive(Representation::Integer32(), Representation::None()); in TEST() 56 TestPairPositive(Representation::HeapObject(), Representation::None()); in TEST() 57 TestPairPositive(Representation::Double(), Representation::None()); in TEST() 58 TestPairPositive(Representation::Tagged(), Representation::None()); in TEST() [all …]
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 3229 struct None {}; 3849 template <typename T1 = internal::None, typename T2 = internal::None, 3850 typename T3 = internal::None, typename T4 = internal::None, 3851 typename T5 = internal::None, typename T6 = internal::None, 3852 typename T7 = internal::None, typename T8 = internal::None, 3853 typename T9 = internal::None, typename T10 = internal::None, 3854 typename T11 = internal::None, typename T12 = internal::None, 3855 typename T13 = internal::None, typename T14 = internal::None, 3856 typename T15 = internal::None, typename T16 = internal::None, 3857 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 3800 struct None {}; 4420 template <typename T1 = internal::None, typename T2 = internal::None, 4421 typename T3 = internal::None, typename T4 = internal::None, 4422 typename T5 = internal::None, typename T6 = internal::None, 4423 typename T7 = internal::None, typename T8 = internal::None, 4424 typename T9 = internal::None, typename T10 = internal::None, 4425 typename T11 = internal::None, typename T12 = internal::None, 4426 typename T13 = internal::None, typename T14 = internal::None, 4427 typename T15 = internal::None, typename T16 = internal::None, 4428 typename T17 = internal::None, typename T18 = internal::None, [all …]
|
/external/lldb/scripts/ |
D | generate-vers.pl | 13 $lldb_version = None; 14 $lldb_train = None; 15 $lldb_revision = None; 16 $lldb_version_string = None; 24 if ($lldb_version == None && 32 if ($lldb_patchlevel != None)
|