/third_party/node/src/ |
H A D | node_sockaddr-inl.h | 64 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 D | node_sockaddr.h | 75 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 D | assembler-aarch32.cc | 1663 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 D | builtins-typed-array.cc | 55 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 D | FileStreams.h | 107 bool GetLength(UInt64 &length) const throw()
in Z7_class_final() function 109 return File.GetLength(length);
in Z7_class_final()
|
H A D | FileStreams.cpp | 326 return ConvertBoolToHRESULT(File.GetLength(*size));
in GetSize() 738 return ConvertBoolToHRESULT(File.GetLength(*size));
in GetSize()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.h | 46 static Maybe<int> GetLength(Isolate* isolate, 67 static Maybe<int> GetLength(Isolate* isolate,
|
H A D | js-array-buffer-inl.h | 209 size_t JSTypedArray::GetLength() const { in GetLength() function in v8::internal::JSTypedArray 215 return GetLength() * element_size(); in GetByteLength()
|
H A D | js-function.cc | 337 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 D | js-array-buffer.h | 308 inline size_t GetLength() const;
|
H A D | elements.cc | 3088 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 D | bsd.h | 85 uint64_t GetLength(int i);
|
H A D | sgdisk.cc | 51 if(mbrData.GetLength(i) > 0) { in ohos_dump()
|
H A D | basicmbr.h | 145 uint64_t GetLength(int i);
|
H A D | bsd.cc | 253 uint64_t BSDData::GetLength(int i) { in GetLength() function in BSDData 260 } // BSDData::GetLength() in GetLength()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.h | 160 bool GetLength(UInt64 &length) const throw();
316 bool GetLength(UInt64 &length) const;
|
H A D | FileIO.cpp | 150 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 D | file.h | 198 int64_t GetLength();
|
H A D | file_win.cc | 131 int64_t File::GetLength() { in GetLength() function in base::File
|
/third_party/lzma/CPP/Common/ |
H A D | ListFileUtils.cpp | 61 if (!file.GetLength(fileSize))
in ReadNamesFromListFile2()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 103 size_t length = array->GetLength(); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader.cc | 592 const int64_t length = file_->GetLength(); in PrepareOutput() 655 const int64_t length = owned_file_.GetLength(); in PrepareOutput()
|
H A D | zip_reader_unittest.cc | 921 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 D | zip_reader.cc | 634 const int64_t length = file_->GetLength(); in PrepareOutput() 697 const int64_t length = owned_file_.GetLength(); in PrepareOutput()
|
H A D | zip_reader_unittest.cc | 907 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()
|