HomeSort by relevance Sort by last modified time
    Searched defs:node_type (Results 1 - 4 of 4) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_tagtree.h 167 typedef Node node_type; typedef in class:Oscl_TagTree
168 typedef node_type* node_ptr;
175 typedef node_type& reference;
176 typedef node_type* pointer;
240 typedef const node_type& reference;
241 typedef const node_type* pointer;
588 Oscl_TAlloc<node_type, Alloc> nodeAllocator;
oscl_tree.h 344 typedef Oscl_Rb_Tree_Node<Value> node_type; typedef in class:Oscl_Rb_Tree
350 Oscl_TAlloc<node_type, Alloc> node_allocator;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 576 enum node_type enum
645 ENUM_BITFIELD(node_type) type : 7; /* CPP node type. */
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 248 #define NODE_TYPE(node) (node->supers[0])
265 (node)->supers[(node)->n_supers - (ancestor)->n_supers] == NODE_TYPE (ancestor))
478 if (ftype != NODE_TYPE (node))
529 GType iface_type = NODE_TYPE (iface_node);
919 if (entry && entry->vtable == NULL && !type_iface_peek_holder_L (iface, NODE_TYPE (node)))
1150 GType node_type = NODE_TYPE (node); local
    [all...]

Completed in 369 milliseconds