Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDConstString.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-14-stable/contrib/bearssl/T0/
HDCodeElementJump.cs52 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementJump
83 return GetLength(oneByteCode); in Encode()
HDCodeElementUInt.cs44 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUInt
HDCodeElementUIntUInt.cs46 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntUInt
HDCodeElementUIntInt.cs47 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntInt
HDCodeElementUIntExpr.cs50 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntExpr
HDCodeElement.cs45 internal abstract int GetLength(bool oneByteCode); in GetLength() method in CodeElement
HDT0Comp.cs1667 gcodeLen[i] = gcode[i].GetLength(oneByteCode); in Generate()
1988 codeLen += ce.GetLength(oneByteCode); in Generate()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDSocketAddress.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 ==()
HDUDPSocket.cpp39 m_sockaddr, m_sockaddr.GetLength()); in Send()
122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
HDTCPSocket.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-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
HDDWARFCompileUnit.cpp27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
HDDWARFUnit.h118 dw_offset_t GetLength() const { return m_header.getLength(); } in GetLength() function
HDDWARFUnit.cpp442 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDConstString.cpp243 size_t ConstString::GetLength() const { in GetLength() function in ConstString
298 size_t cstr_len = GetLength(); in DumpDebug()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDSocketAddress.h68 socklen_t GetLength() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDumpRegisterValue.cpp53 return varname.GetLength(); in dump_type_value()
HDDataFileCache.cpp273 m_next_offset += s.GetLength() + 1; in Add()
HDDebugger.cpp2000 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp525 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.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()