Home
last modified time | relevance | path

Searched defs:vertex_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/graph/
Dgraph.hh42 struct vertex_t struct
44 hb_serialize_context_t::object_t obj;
45 int64_t distance = 0 ;
46 int64_t space = 0 ;
47 hb_vector_t<unsigned> parents;
48 unsigned start = 0;
49 unsigned end = 0;
50 unsigned priority = 0;
53 bool link_positions_valid (unsigned num_objects, bool removed_nil) in link_positions_valid()
96 void normalize () in normalize()
[all …]
/external/libabigail/tools/
Dabitidy.cc489 using vertex_t = std::pair<bool, std::string>; in handle_unreachable() typedef