Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 27) sorted by relevance

12

/commonlibrary/c_utils/base/include/
Dsorted_vector.h183 const TYPE& MirrorItemAt(ssize_t index) const in MirrorItemAt()
208 TYPE& EditItemAt(size_t index) in EditItemAt()
236 iterator Erase(size_t index) in Erase()
369 ssize_t index = IndexOf(item); in Add() local
/commonlibrary/ets_utils/js_util_module/container/plainarray/
Djs_plainarray.ts93 let index: number = 0; variable
121 let index: number = 0; variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Darray.rs35 index: AtomicUsize, field
83 let index = (tail >> INDEX_SHIFT) % self.capacity; in prepare_send() localVariable
147 let index = head % self.capacity; in try_recv() localVariable
221 let mut index = head + i; in drop() localVariable
250 let index = (tail >> INDEX_SHIFT) % self.array.capacity; in poll() localVariable
Dqueue.rs89 index: usize, field
94 index: AtomicUsize, field
132 let index = (tail >> INDEX_SHIFT) % (CAPACITY + 1); in send() localVariable
177 let index = head_index % (CAPACITY + 1); in try_recv() localVariable
253 let index = head_index % (CAPACITY + 1); in drop() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs47 pub(crate) fn index(&self, header: &Header, value: &str) -> Option<TableIndex> { in index() method
152 fn index(&self, header: &Header, value: &str) -> Option<TableIndex> { in index() method
153 let mut index = None; in index() localVariable
324 fn index(header: &Header, value: &str) -> Option<TableIndex> { in index() method
Dinteger.rs47 index: usize, field
56 let index = byte & mask; in first_byte() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp712 int index = buf->IndexOf("is", 0, 2); variable
727 int index = buf->IndexOf("36", 0, 2); variable
742 int index = buf->IndexOf("2623", 0, 4); variable
757 int index = buf->LastIndexOf("is", 0, 2); variable
772 int index = buf->LastIndexOf("36", 0, 2); variable
787 int index = buf->LastIndexOf("236", 0, 3); variable
802 int index = buf->LastIndexOf("2236", 0, 4); variable
817 int index = buf->LastIndexOf("136", 0, 3); variable
/commonlibrary/ets_utils/js_api_module/buffer/
Djs_blob.cpp89 uint8_t Blob::GetByte(int index) in GetByte()
Dconverter.cpp213 unsigned int index = 0; in Base64Decode() local
314 int index = -1; in GetGoodSuffixLengthByLastChar() local
342 int index = -1; in GetBadCharLengthInReverseOrder() local
Djs_buffer.cpp263 int32_t Buffer::Get(uint32_t index) in Get()
273 void Buffer::Set(uint32_t index, uint8_t value) in Set()
466 …int index = FindIndex(sData, reinterpret_cast<uint8_t *>(const_cast<char *>(data)), length_ - offs… in IndexOf() local
Dnative_module_buffer.cpp624 uint32_t index = 0; in Get() local
646 uint32_t index = 0; in Set() local
910 int index = -1; in IndexOf() local
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c294 size_t index = GetIndexInUxpte_(upt->dataAddr, addr); in GetUxpteAt_() local
303 size_t index = GetIndexInUxpte_(upt->dataAddr, addr); in PutUxpteAt_() local
312 size_t index = GetIndexInUxpte_(upt->dataAddr, addr); in ClearUxpteAt_() local
318 size_t index = GetIndexInUxpte_(upt->dataAddr, addr); in IsPresentAt_() local
/commonlibrary/ets_utils/js_util_module/util/
Djs_base64.cpp99 size_t index = 0; in EncodeAchieve() local
200 size_t index = 0; in DecodeAchieve() local
359 size_t index = 0; in EncodeAchieves() local
547 size_t index = 0; in DecodeAchieves() local
/commonlibrary/ets_utils/js_util_module/container/lightweightmap/
Djs_lightweightmap.ts111 let index: number = 0; variable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs82 index: Range<c_int>, field
150 index: Range<c_int>, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs236 index: Integer, field
409 index: Option<Integer>, field
444 index: Option<Integer>, field
491 fn index(index: usize, mask: u8, pre: u8) -> Self { in index() method
/commonlibrary/memory_utils/purgeable_builder/src/
Dpurgeable_pixelmap_builder.cpp42 PurgeablePixelMapBuilder::PurgeablePixelMapBuilder(uint32_t index, std::unique_ptr<ImageSource> &im… in PurgeablePixelMapBuilder()
/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.cpp250 int32_t index = 0; in GetXMLInfo() local
566 int index = 0; in DealComplex() local
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Devents.rs117 index: usize, field
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtaskpool.cpp226 uint32_t index = taskInfo->executeId - headId; in UpdateGroupInfoByResult() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dworker.rs112 pub(crate) index: usize, field
/commonlibrary/c_utils/base/src/
Ddirectory_ex.cpp179 string::size_type index = 0; in ForceCreateDirectory() local
Dparcel.cpp250 for (size_t index = 0; index < offsetSize; index++) { in InjectOffsets() local
604 for (size_t index = 0; index < objectCursor_; index++) { in WriteObjectOffset() local
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.cpp348 size_t index = pos; in DealIpv4() local
376 size_t index = pos; in FormatIpv6() local
422 size_t index = 0; in ZeroCompression() local
615 int index = IsFormatIpv4(nums); in FormatIpv4() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs424 fn index(&self, index: usize) -> &Self::Output { in index() method

12