| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | CodeElementJump.cs | 52 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementJump 83 return GetLength(oneByteCode); in Encode()
|
| H A D | CodeElementUInt.cs | 44 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUInt
|
| H A D | CodeElementUIntUInt.cs | 46 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntUInt
|
| H A D | CodeElementUIntInt.cs | 47 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntInt
|
| H A D | CodeElementUIntExpr.cs | 50 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntExpr
|
| H A D | CodeElement.cs | 45 internal abstract int GetLength(bool oneByteCode); in GetLength() method in CodeElement
|
| H A D | T0Comp.cs | 1667 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 D | SocketAddress.cpp | 113 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 D | UDPSocket.cpp | 42 m_sockaddr, m_sockaddr.GetLength()); in Send() 128 err = ::bind(final_socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
|
| H A D | TCPSocket.cpp | 155 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 D | ConstString.h | 224 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 D | CFString.h | 36 CFIndex GetLength() const;
|
| H A D | CFString.cpp | 146 CFIndex CFString::GetLength() const { in GetLength() function in CFString
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | HostProcessPosix.cpp | 74 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ConstString.cpp | 233 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 D | ProcessInfo.cpp | 46 return m_executable.GetFilename().GetLength(); in GetNameLength()
|
| H A D | PathMappingList.cpp | 212 const size_t prefix_len = pos->first.GetLength(); in FindFile()
|
| H A D | StackFrame.cpp | 542 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 D | SocketAddress.h | 82 socklen_t GetLength() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.h | 106 uint32_t GetLength() const { return m_length; } in GetLength() function
|
| H A D | DWARFUnit.cpp | 432 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 D | ObjCLanguage.cpp | 179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 545 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 221 if (type_name.GetLength()) {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1621 full_name.GetLength() < llvm::get_max_thread_name_length() ? in StartEventHandlerThread()
|