| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | SocketAddress.cpp | 102 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 D | UDPSocket.cpp | 39 m_sockaddr, m_sockaddr.GetLength()); in Send() 122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
|
| H A D | TCPSocket.cpp | 172 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 D | PrfDB.pm | 78 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 D | ConstString.h | 202 return llvm::StringRef(m_string, GetLength()); in GetStringRef() 225 size_t GetLength() const;
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBSocket.cpp | 76 ::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 D | DWARFTypeUnit.cpp | 21 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
| H A D | DWARFUnit.h | 63 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 D | DWARFCompileUnit.cpp | 26 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
|
| H A D | DWARFUnit.cpp | 434 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 D | CFCData.h | 24 CFIndex GetLength() const;
|
| H A D | CFCString.h | 30 CFIndex GetLength() const;
|
| H A D | CFCData.cpp | 29 CFIndex CFCData::GetLength() const { in GetLength() function in CFCData
|
| H A D | CFCString.cpp | 146 CFIndex CFCString::GetLength() const { in GetLength() function in CFCString
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | CFString.h | 33 CFIndex GetLength() const;
|
| H A D | CFString.cpp | 138 CFIndex CFString::GetLength() const { in GetLength() function in CFString
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ConstString.cpp | 237 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 D | SocketAddress.h | 68 socklen_t GetLength() const;
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/ |
| H A D | os2_prfdb.t | 40 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 D | CFBundle.cpp | 49 CFIndex GetLength() const { in GetLength() function in llvm::dsymutil::CFString
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 273 m_next_offset += s.GetLength() + 1; in Add()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 513 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 563 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 D | ObjCLanguage.cpp | 167 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 259 if (type_name.GetLength()) {
|