Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DSocketAddress.cpp102 bool SocketAddress::IsValid() const { return GetLength() != 0; } in IsValid()
115 socklen_t SocketAddress::GetLength() const { in GetLength() function in SocketAddress
307 if (GetLength() != rhs.GetLength()) in operator ==()
H A DUDPSocket.cpp39 m_sockaddr, m_sockaddr.GetLength()); in Send()
122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
H A DTCPSocket.cpp172 address.GetLength()) == -1) { in Connect()
226 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
237 socklen_t sa_len = address.GetLength(); in Listen()
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.pm78 return OS2::Prf::GetLength($self->[0]->[0], $key, undef) >= 0;
168 return OS2::Prf::GetLength($self->[0]->[0], $self->[3], $key) >= 0;
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h202 return llvm::StringRef(m_string, GetLength()); in GetStringRef()
225 size_t GetLength() const;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.cpp76 ::bind(sock_fd, &bind_address.sockaddr(), bind_address.GetLength()); in Listen()
93 socklen_t sa_len = address.GetLength(); in Listen()
201 if (-1 == ::connect(m_fd, &address.sockaddr(), address.GetLength())) { in Connect()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp21 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFUnit.h63 dw_offset_t GetLength() const { return m_length; } in GetLength() function
154 uint32_t GetLength() const { return m_header.GetLength(); } in GetLength() function
H A DDWARFCompileUnit.cpp26 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
H A DDWARFUnit.cpp434 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
945 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCData.h24 CFIndex GetLength() const;
H A DCFCString.h30 CFIndex GetLength() const;
H A DCFCData.cpp29 CFIndex CFCData::GetLength() const { in GetLength() function in CFCData
H A DCFCString.cpp146 CFIndex CFCString::GetLength() const { in GetLength() function in CFCString
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFString.h33 CFIndex GetLength() const;
H A DCFString.cpp138 CFIndex CFString::GetLength() const { in GetLength() function in CFString
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp237 size_t ConstString::GetLength() const { in GetLength() function in ConstString
292 size_t cstr_len = GetLength(); in DumpDebug()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DSocketAddress.h68 socklen_t GetLength() const;
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/
H A Dos2_prfdb.t40 print( (OS2::Prf::GetLength($ini,'aaa', 'bbb') != -1) ?
47 my $len = OS2::Prf::GetLength($ini,'aaa', 'bbb');
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DCFBundle.cpp49 CFIndex GetLength() const { in GetLength() function in llvm::dsymutil::CFString
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp273 m_next_offset += s.GetLength() + 1; in Add()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp513 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp563 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
752 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp167 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h259 if (type_name.GetLength()) {

12