OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpNext
(Results
1 - 3
of
3
) sorted by null
/system/core/include/sysutils/
List.h
56
inline _Node* getNext() const { return
mpNext
; }
59
inline void setNext(_Node* ptr) {
mpNext
= ptr; }
65
_Node*
mpNext
;
/system/core/include/utils/
List.h
55
inline _Node* getNext() const { return
mpNext
; }
58
inline void setNext(_Node* ptr) {
mpNext
= ptr; }
64
_Node*
mpNext
;
/system/netd/
List.h
56
inline _Node* getNext() const { return
mpNext
; }
59
inline void setNext(_Node* ptr) {
mpNext
= ptr; }
65
_Node*
mpNext
;
Completed in 610 milliseconds