HomeSort by: relevance | last modified time | path
    Searched defs:dict_vector (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 54 * Implement all the functions in dict_vector as static functions,
55 whose name is the same as the corresponding member of dict_vector
63 * Define a static const struct dict_vector dict_<impl>_vector.
71 * Add a new member <op> to struct dict_vector.
84 * Define a function dict_<op> that looks up <op> in the dict_vector
105 struct dict_vector struct
169 const struct dict_vector *vector;
182 #define DICT_VECTOR(d) (d)->vector
287 static const struct dict_vector dict_hashed_vector =
299 static const struct dict_vector dict_hashed_expandable_vector
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
dictionary.c 54 * Implement all the functions in dict_vector as static functions,
55 whose name is the same as the corresponding member of dict_vector
63 * Define a static const struct dict_vector dict_<impl>_vector.
71 * Add a new member <op> to struct dict_vector.
84 * Define a function dict_<op> that looks up <op> in the dict_vector
105 struct dict_vector struct
169 const struct dict_vector *vector;
182 #define DICT_VECTOR(d) (d)->vector
287 static const struct dict_vector dict_hashed_vector =
299 static const struct dict_vector dict_hashed_expandable_vector
    [all...]

Completed in 24 milliseconds