OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children_num
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/fen/
fen-node.h
66
guint
children_num
(node_t *f);
fen-node.c
285
if (
children_num
(node) > 0) {
289
if (
children_num
(node) == 0) {
316
if (
children_num
(parent) == 0) {
408
children_num
(node_t *f)
function
fen-data.c
403
children_num
(FN_NODE(f)) > 0 ||
440
(
children_num
(FN_NODE(f)) == 0 &&
478
if ((
children_num
(FN_NODE(f)) == 0 &&
Completed in 217 milliseconds