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

  /src/external/gpl3/gcc/dist/gcc/
hash-map-tests.cc 99 hash_map <nofree_string_hash, int> string_map; local
100 ASSERT_EQ (false, string_map.put (ant, 1));
101 ASSERT_EQ (1, string_map.elements ());
102 ASSERT_EQ (true, string_map.put (another_ant, 5));
103 ASSERT_EQ (1, string_map.elements ());
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map-tests.cc 99 hash_map <nofree_string_hash, int> string_map; local
100 ASSERT_EQ (false, string_map.put (ant, 1));
101 ASSERT_EQ (1, string_map.elements ());
102 ASSERT_EQ (true, string_map.put (another_ant, 5));
103 ASSERT_EQ (1, string_map.elements ());
  /src/external/gpl3/gdb.old/dist/gdb/
sol-thread.c 120 struct string_map struct
218 static struct string_map td_err_table[] =
242 const int td_err_size = sizeof td_err_table / sizeof (struct string_map);
262 static struct string_map td_thr_state_table[] =
274 sizeof td_thr_state_table / sizeof (struct string_map);
  /src/external/gpl3/gdb/dist/gdb/
sol-thread.c 120 struct string_map struct
218 static struct string_map td_err_table[] =
242 const int td_err_size = sizeof td_err_table / sizeof (struct string_map);
262 static struct string_map td_thr_state_table[] =
274 sizeof td_thr_state_table / sizeof (struct string_map);

Completed in 16 milliseconds