Home
last modified time | relevance | path

Searched refs:num_hasbits (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1346 ParseLoopGenerator(int num_hasbits, const Options& options, in ParseLoopGenerator() argument
1351 num_hasbits_(num_hasbits) {} in ParseLoopGenerator()
1832 void GenerateParserLoop(const Descriptor* descriptor, int num_hasbits, in GenerateParserLoop() argument
1836 ParseLoopGenerator generator(num_hasbits, options, scc_analyzer, printer); in GenerateParserLoop()
Dcpp_helpers.h828 void GenerateParserLoop(const Descriptor* descriptor, int num_hasbits,