Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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
307 if (GetLength() != rhs.GetLength()) in operator ==()
H A DUDPSocket.cpp41 m_sockaddr, m_sockaddr.GetLength()); in Send()
126 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
H A DTCPSocket.cpp173 GetNativeSocket(), &address.sockaddr(), address.GetLength())) { in Connect()
223 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
234 socklen_t sa_len = address.GetLength(); in Listen()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h203 return llvm::StringRef(m_string, GetLength()); in GetStringRef()
226 size_t GetLength() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h60 dw_offset_t GetLength() const { return m_length; } in GetLength() function
149 uint32_t GetLength() const { return m_header.GetLength(); } in GetLength() function
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.cpp403 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
877 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp73 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp238 size_t ConstString::GetLength() const { in GetLength() function in ConstString
293 size_t cstr_len = GetLength(); in DumpDebug()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h68 socklen_t GetLength() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp549 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
732 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h256 if (type_name.GetLength()) {
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1580 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4099 if (type_name.GetLength() == 0) { in ConfigureRemoteStructuredData()