Home
last modified time | relevance | path

Searched defs:name_space (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.c59 int name_space; member
119 int name_space; member
206 int name_space, const char *name) in _mesa_symbol_table_iterator_ctor()
282 int name_space, const char *name) in _mesa_symbol_table_symbol_scope()
304 int name_space, const char *name) in _mesa_symbol_table_find_symbol()
327 int name_space, const char *name, in _mesa_symbol_table_add_symbol()
382 int name_space, const char *name, in _mesa_symbol_table_add_global_symbol()
/external/flatbuffers/src/
Didl_gen_fbs.cpp41 static void GenNameSpace(const Namespace &name_space, std::string *_schema, in GenNameSpace()
Didl_gen_cpp.cpp51 auto name_space = parser_.namespaces_.back(); in GenIncludeGuard() local