Searched refs:from_table (Results 1 – 3 of 3) sorted by relevance
63 for (size_t i = 0; i < ns.from_table; i++) { in GenerateFBS()70 ns.components.insert(ns.components.end() - ns.from_table, in GenerateFBS()
2433 ns->from_table++; in ParseProtoDecl()
240 Namespace() : from_table(0) {} in Namespace()250 size_t from_table; // Part of the namespace corresponds to a message/table. member