Searched defs:index (Results 1 - 25 of 1041) sorted by path

1234567891011>>

/haiku/headers/cpp/
H A Dstl_rope.h915 size_t index() const { return _M_current_pos; } function in class:_Rope_iterator_base
[all...]
/haiku/headers/libs/agg/
H A Dagg_array.h686 unsigned index; local
/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h156 enum ud_type index; member in struct:ud_operand
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h472 u_char index; member in struct:cistpl_cftable_entry_t
494 u_char index; member in struct:cistpl_cftable_entry_cb_t
/haiku/headers/os/support/
H A DArchivable.h184 BUnarchiver::FindObject(const char* name, int32 index, argument
275 BUnarchiver::EnsureUnarchived(const char* name, int32 index) argument
259 FindObject(const char* name, int32 index, T*& object) argument
[all...]
H A DObjectList.h486 AddItem(T* item, int32 index) argument
502 AddList(BObjectList<T>* list, int32 index) argument
523 RemoveItemAt(int32 index) argument
539 ReplaceItem(int32 index, T* item) argument
550 SwapWithItem(int32 index, T* item) argument
569 _SetItem(int32 index, T* newItem) argument
784 int32 index = _PointerList_::BinarySearchIndex(item, local
800 int32 index = _PointerList_::BinarySearchIndex(item, local
815 int32 index = _PointerList_::BinarySearchIndex(item, local
829 int32 index = _PointerList_::BinarySearchIndex(item, local
842 int32 index = _PointerList_::BinarySearchIndex(&copyThis, local
861 int32 index = _PointerList_::BinarySearchIndex(&copyThis, local
879 int32 index = _PointerList_::BinarySearchIndex(&copyThis, local
896 int32 index = _PointerList_::BinarySearchIndex(&copyThis, local
913 int32 index = _PointerList_::BinarySearchIndexByPredicate(&pred, local
939 int32 index = FindBinaryInsertionIndex(pred, &alreadyInList); local
[all...]
/haiku/headers/private/app/
H A DServerReadOnlyMemory.h41 index_to_color_which(int32 index) argument
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h27 uint64 index; member in struct:TypeComponent
63 void SetToDataMember(type_kind typeKind, uint64 index, argument
[all...]
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h59 ArrayIndexPath::AddIndex(int64 index) argument
/haiku/headers/private/firewire/
H A Dfwdma.h68 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) argument
77 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) argument
H A Diec13213.h208 int index; member in struct:crom_ptr
/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h27 int32_t index; // [sys] member in struct:fssh_partition_data
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h82 int16 index; // index of value to read/write; < 0 if not indexed reg member in struct:PIORegInfo
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h340 uint8 index; /* device index in list of devices found */ member in struct:__anon949
/haiku/headers/private/graphics/via/
H A DDriverInterface.h351 uint8 index; /* device index in list of devices found */ member in struct:__anon16
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread_types.h14 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread_types.h14 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread_types.h16 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/sparc/
H A Darch_thread_types.h18 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h59 uint8 operator[](int index) argument
/haiku/headers/private/kernel/util/
H A DKMessage.h348 _FindType(const char* name, type_code type, int32 index, T* value) const argument
374 FindBool(const char* name, int32 index, bool* value) const argument
388 FindInt8(const char* name, int32 index, int8* value) const argument
402 FindInt16(const char* name, int32 index, int16* value) const argument
416 FindInt32(const char* name, int32 index, int32* value) const argument
430 FindInt64(const char* name, int32 index, int64* value) const argument
444 FindPointer(const char* name, int32 index, void** value) const argument
458 FindString(const char* name, int32 index, const char** value) const argument
467 _GetType(const char* name, type_code type, int32 index, const T& defaultValue) const argument
485 GetBool(const char* name, int32 index, bool defaultValue) const argument
499 GetInt8(const char* name, int32 index, int8 defaultValue) const argument
513 GetInt16(const char* name, int32 index, int16 defaultValue) const argument
527 GetInt32(const char* name, int32 index, int32 defaultValue) const argument
541 GetInt64(const char* name, int32 index, int64 defaultValue) const argument
555 GetPointer(const char* name, int32 index, const void* defaultValue) const argument
564 GetString(const char* name, int32 index, const char* defaultValue) const argument
[all...]
H A DMultiHashTable.h76 ValueIterator(const HashTable *table, size_t index, ValueType *value) argument
108 size_t index = 0; local
136 size_t index = HashTable::fDefinition.Hash(value) & (tableSize - 1); local
[all...]
/haiku/headers/private/media/
H A DTList.h57 bool Get(int32 index, value **v) const argument
65 bool Remove(int32 index) argument
[all...]
H A DTMap.h139 bool _Get(int32 index, value **v) const argument
147 bool _Remove(int32 index) argument
[all...]
/haiku/headers/private/net/
H A Dnet_buffer.h32 uint32 index; member in union:net_buffer::__anon1152

Completed in 230 milliseconds

1234567891011>>