Home
last modified time | relevance | path

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

12

/freebsd-12.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 DCodeElementUIntUInt.cs46 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntUInt
H A DCodeElementUIntInt.cs47 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntInt
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-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocketAddress.cpp113 bool SocketAddress::IsValid() const { return GetLength() != 0; } in IsValid()
126 socklen_t SocketAddress::GetLength() const { in GetLength() function in SocketAddress
326 if (GetLength() != rhs.GetLength()) in operator ==()
H A DUDPSocket.cpp42 m_sockaddr, m_sockaddr.GetLength()); in Send()
128 err = ::bind(final_socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
H A DTCPSocket.cpp155 address.GetLength())) { in Connect()
208 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
218 socklen_t sa_len = address.GetLength(); in Listen()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h224 return llvm::StringRef(m_string, GetLength()); in GetStringRef()
251 size_t GetLength() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFString.h36 CFIndex GetLength() const;
H A DCFString.cpp146 CFIndex CFString::GetLength() const { in GetLength() function in CFString
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostProcessPosix.cpp74 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp233 size_t ConstString::GetLength() const { in GetLength() function in ConstString
288 size_t cstr_len = GetLength(); in DumpDebug()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp46 return m_executable.GetFilename().GetLength(); in GetNameLength()
H A DPathMappingList.cpp212 const size_t prefix_len = pos->first.GetLength(); in FindFile()
H A DStackFrame.cpp542 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
721 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocketAddress.h82 socklen_t GetLength() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h106 uint32_t GetLength() const { return m_length; } in GetLength() function
H A DDWARFUnit.cpp432 return m_offset + GetLengthByteSize() + GetLength(); in GetNextCompileUnitOffset()
436 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp545 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h221 if (type_name.GetLength()) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1621 full_name.GetLength() < llvm::get_max_thread_name_length() ? in StartEventHandlerThread()

12