Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 - 25 of 43) sorted by relevance

12

/third_party/node/src/
H A Dnode_sockaddr-inl.h64 size_t SocketAddress::GetLength(const sockaddr* addr) { in GetLength() function in node::SocketAddress
69 size_t SocketAddress::GetLength(const sockaddr_storage* addr) { in GetLength() function in node::SocketAddress
70 return GetLength(reinterpret_cast<const sockaddr*>(addr)); in GetLength()
74 memcpy(&address_, addr, GetLength(addr)); in SocketAddress()
82 memcpy(&address_, addr, GetLength(addr)); in operator =()
100 return GetLength(&address_); in length()
H A Dnode_sockaddr.h75 inline static size_t GetLength(const sockaddr* addr);
76 inline static size_t GetLength(const sockaddr_storage* addr);
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc1663 if ((nreglist.GetLength() == 2) || (nreglist.GetLength() == 4)) in Align_align_1()
1667 if ((nreglist.GetLength() == 2) || (nreglist.GetLength() == 4)) in Align_align_1()
1693 if ((nreglist.GetLength() == 4)) SetEncodingValue(0x3); in Align_align_2()
1757 if ((nreglist.GetLength() == 2) || (nreglist.GetLength() == 4)) in Align_align_5()
1761 if ((nreglist.GetLength() == 4)) SetEncodingValue(0x3); in Align_align_5()
4370 (((dreglist.GetLength() <= 16) && in fldmdbx()
4374 unsigned len = dreglist.GetLength() * in fldmdbx()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc55 int64_t len = array->GetLength(); in BUILTIN()
158 int64_t len = array->GetLength(); in BUILTIN()
219 int64_t len = array->GetLength(); in BUILTIN()
247 int64_t len = array->GetLength(); in BUILTIN()
281 int64_t len = array->GetLength(); in BUILTIN()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.h107 bool GetLength(UInt64 &length) const throw() in Z7_class_final() function
109 return File.GetLength(length); in Z7_class_final()
H A DFileStreams.cpp326 return ConvertBoolToHRESULT(File.GetLength(*size)); in GetSize()
738 return ConvertBoolToHRESULT(File.GetLength(*size)); in GetSize()
/third_party/node/deps/v8/src/objects/
H A Djs-function.h46 static Maybe<int> GetLength(Isolate* isolate,
67 static Maybe<int> GetLength(Isolate* isolate,
H A Djs-array-buffer-inl.h209 size_t JSTypedArray::GetLength() const { in GetLength() function in v8::internal::JSTypedArray
215 return GetLength() * element_size(); in GetByteLength()
H A Djs-function.cc337 Maybe<int> JSBoundFunction::GetLength(Isolate* isolate, in GetLength() function in v8::internal::JSBoundFunction
358 isolate, target_length, JSWrappedFunction::GetLength(isolate, target), in GetLength()
402 Maybe<int> JSWrappedFunction::GetLength(Isolate* isolate, in GetLength() function in v8::internal::JSWrappedFunction
408 return JSBoundFunction::GetLength( in GetLength()
H A Djs-array-buffer.h308 inline size_t GetLength() const;
H A Delements.cc3088 DCHECK_LE(entry.raw_value(), typed_array->GetLength()); in SetImpl()
3146 DCHECK_LT(entry.raw_value(), typed_array->GetLength()); in GetInternalImpl()
3256 return typed_array.GetLength(); in GetCapacityImpl()
3305 DCHECK_LE(end, typed_array->GetLength()); in FillImpl()
3506 size_t typed_array_length = typed_array.GetLength(); in LastIndexOfValueImpl()
3529 size_t len = typed_array.GetLength(); in ReverseImpl()
3575 DCHECK_LE(end, source.GetLength()); in CopyTypedArrayElementsSliceImpl()
3641 DCHECK_LE(offset, destination.GetLength()); in CopyElementsFromTypedArray()
3642 DCHECK_LE(length, destination.GetLength() - offset); in CopyElementsFromTypedArray()
3643 DCHECK_LE(length, source.GetLength()); in CopyElementsFromTypedArray()
[all...]
/third_party/gptfdisk/
H A Dbsd.h85 uint64_t GetLength(int i);
H A Dsgdisk.cc51 if(mbrData.GetLength(i) > 0) { in ohos_dump()
H A Dbasicmbr.h145 uint64_t GetLength(int i);
H A Dbsd.cc253 uint64_t BSDData::GetLength(int i) { in GetLength() function in BSDData
260 } // BSDData::GetLength() in GetLength()
/third_party/lzma/CPP/Windows/
H A DFileIO.h160 bool GetLength(UInt64 &length) const throw();
316 bool GetLength(UInt64 &length) const;
H A DFileIO.cpp150 bool CFileBase::GetLength(UInt64 &length) const throw() in GetLength() function in NWindows::NFile::NIO::CFileBase
669 bool CFileBase::GetLength(UInt64 &length) const
/third_party/gn/src/base/files/
H A Dfile.h198 int64_t GetLength();
H A Dfile_win.cc131 int64_t File::GetLength() { in GetLength() function in base::File
/third_party/lzma/CPP/Common/
H A DListFileUtils.cpp61 if (!file.GetLength(fileSize)) in ReadNamesFromListFile2()
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc103 size_t length = array->GetLength(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc592 const int64_t length = file_->GetLength(); in PrepareOutput()
655 const int64_t length = owned_file_.GetLength(); in PrepareOutput()
H A Dzip_reader_unittest.cc921 EXPECT_EQ(payload.size(), file_.GetLength()); in TEST_F()
933 EXPECT_EQ(payload.size(), file_.GetLength()); in TEST_F()
938 EXPECT_EQ(0, file_.GetLength()); in TEST_F()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc634 const int64_t length = file_->GetLength(); in PrepareOutput()
697 const int64_t length = owned_file_.GetLength(); in PrepareOutput()
H A Dzip_reader_unittest.cc907 EXPECT_EQ(payload.size(), file_.GetLength()); in TEST_F()
919 EXPECT_EQ(payload.size(), file_.GetLength()); in TEST_F()
924 EXPECT_EQ(0, file_.GetLength()); in TEST_F()

Completed in 40 milliseconds

12