Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h173 return std::string_view(m_string, GetLength()); in string_view()
198 return llvm::StringRef(m_string, GetLength()); in GetStringRef()
203 return std::string(AsCString(""), GetLength()); in GetString()
226 size_t GetLength() const;
/freebsd/contrib/bearssl/T0/
H A DCodeElementJump.cs52 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementJump
83 return GetLength(oneByteCode); in Encode()
H A DCodeElementUInt.cs44 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUInt
H A DCodeElementUIntInt.cs47 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntInt
H A DCodeElementUIntUInt.cs46 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntUInt
H A DCodeElementUIntExpr.cs50 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntExpr
H A DCodeElement.cs45 internal abstract int GetLength(bool oneByteCode); in GetLength() method in CodeElement
H A DT0Comp.cs1667 gcodeLen[i] = gcode[i].GetLength(oneByteCode); in Generate()
1988 codeLen += ce.GetLength(oneByteCode); in Generate()
/freebsd/contrib/llvm-project/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
309 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFCompileUnit.cpp27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h118 dw_offset_t GetLength() const { return m_header.getLength(); } in GetLength() function
H A DDWARFUnit.cpp442 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp243 size_t ConstString::GetLength() const { in GetLength() function in ConstString
298 size_t cstr_len = GetLength(); in DumpDebug()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h68 socklen_t GetLength() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp53 return varname.GetLength(); in dump_type_value()
H A DDataFileCache.cpp273 m_next_offset += s.GetLength() + 1; in Add()
H A DDebugger.cpp2000 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp525 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp563 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
747 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()