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

  /external/mesa3d/src/mesa/program/
symbol_table.c 59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
259 if ((iter->name_space == -1)
260 || (iter->curr->name_space == iter->name_space))
    [all...]
  /external/chromium/chrome/common/extensions/
user_script.h 108 const std::string& name_space() const { return name_space_; } function in class:UserScript
109 void set_name_space(const std::string& name_space) {
110 name_space_ = name_space;

Completed in 56 milliseconds