Home
last modified time | relevance | path

Searched defs:can_create (Results 1 – 25 of 31) sorted by relevance

12

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp106 CFCMutableDictionary::Dictionary(bool can_create) in Dictionary()
118 CFCMutableDictionary::AddValue(CFStringRef key, const void *value, bool can_create) in AddValue()
131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) in SetValue()
144 CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, bool can_create) in AddValueSInt8()
161 CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, bool can_create) in SetValueSInt8()
178 CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, bool can_create) in AddValueSInt16()
195 CFCMutableDictionary::SetValueSInt16(CFStringRef key, int16_t value, bool can_create) in SetValueSInt16()
212 CFCMutableDictionary::AddValueSInt32(CFStringRef key, int32_t value, bool can_create) in AddValueSInt32()
229 CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, bool can_create) in SetValueSInt32()
246 CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, bool can_create) in AddValueSInt64()
[all …]
DCFCMutableArray.cpp108 CFCMutableArray::AppendValue(const void *value, bool can_create) in AppendValue()
128 CFCMutableArray::AppendCStringAsCFString (const char *s, CFStringEncoding encoding, bool can_create) in AppendCStringAsCFString()
148 CFCMutableArray::AppendFileSystemRepresentationAsCFString (const char *s, bool can_create) in AppendFileSystemRepresentationAsCFString()
DCFCMutableSet.cpp81 CFCMutableSet::AddValue(const void *value, bool can_create) in AddValue()
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp195 ValueObjectSynthetic::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex()
219 ValueObjectSynthetic::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName()
DValueObjectConstResultChild.cpp57 …tResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
DValueObjectConstResultImpl.cpp149 …tResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
DValueObject.cpp495 ValueObject::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex()
606 ValueObject::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName()
1995 ValueObject::GetSyntheticArrayMember (size_t index, bool can_create) in GetSyntheticArrayMember()
2009 ValueObject::GetSyntheticArrayMemberFromPointer (size_t index, bool can_create) in GetSyntheticArrayMemberFromPointer()
2052 ValueObject::GetSyntheticArrayMemberFromArray (size_t index, bool can_create) in GetSyntheticArrayMemberFromArray()
2084 ValueObject::GetSyntheticBitFieldChild (uint32_t from, uint32_t to, bool can_create) in GetSyntheticBitFieldChild()
2124 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
2181 ValueObject::GetSyntheticExpressionPathChild(const char* expression, bool can_create) in GetSyntheticExpressionPathChild()
DValueObjectRegister.cpp226 ValueObjectRegisterSet::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName()
DValueObjectConstResult.cpp303 …tConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
DAddress.cpp698 bool can_create = true; in Dump() local
DPluginManager.cpp1877 bool can_create) in GetDebuggerPropertyForPlugins()
1918 bool can_create) in GetDebuggerPropertyForPluginsOldStyle()
DModule.cpp851 Module::GetSymbolVendor (bool can_create, lldb_private::Stream *feedback_strm) in GetSymbolVendor()
/external/lldb/source/Utility/
DKQueue.cpp21 KQueue::GetFD (bool can_create) in GetFD()
/external/lldb/source/Symbol/
DBlock.cpp471 Block::GetBlockVariableList (bool can_create) in GetBlockVariableList()
488 Block::AppendBlockVariables (bool can_create, in AppendBlockVariables()
523 bool can_create, in AppendVariables()
DCompileUnit.cpp268 CompileUnit::GetVariableList(bool can_create) in GetVariableList()
DFunction.cpp302 Function::GetBlock (bool can_create) in GetBlock()
/external/libpcap/
Dpcap-can-linux.c95 can_create(const char *device, char *ebuf, int *is_ours) in can_create() function
/external/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp243 DynamicRegisterInfo::GetRegisterSetIndexByName (ConstString &set_name, bool can_create) in GetRegisterSetIndexByName()
/external/lldb/source/Target/
DStackFrame.cpp489 const bool can_create = true; in GetVariableList() local
525 const bool can_create = true; in GetInScopeVariableList() local
DStackFrameList.cpp463 StackFrameList::GetNumFrames (bool can_create) in GetNumFrames()
/external/lldb/source/API/
DSBBlock.cpp121 SBBlock::AppendVariables (bool can_create, bool get_parent_variables, lldb_private::VariableList *v… in AppendVariables()
DSBFrame.cpp766 const bool can_create = true; in FindVariable() local
859 const bool can_create = true; in FindValue() local
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp343 …SXDYLD::FindTargetModuleForDYLDImageInfo (DYLDImageInfo &image_info, bool can_create, bool *did_cr… in FindTargetModuleForDYLDImageInfo()
1335 const bool can_create = true; in UpdateImageInfosHeaderAndLoadCommands() local
/external/lldb/source/DataFormatters/
DFormatManager.cpp263 bool can_create) in GetCategory()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp202 GetSymbolVendor(bool can_create = true, lldb_private::Stream *feedback_strm = NULL) in GetSymbolVendor()

12