Lines Matching refs:parsing
68 // This and the next test are meant to monitor that the parsing functionality of protos does not
69 // lock across threads when parsing different instances. The Serial version of the test should run
70 // around ~2 times slower than the Parallel version since it's parsing the protos in the same
85 // This and the previous test are meant to monitor that the parsing functionality of protos does
86 // not lock across threads when parsing different instances. The Serial version of the test should
87 // run around ~2 times slower than the Parallel version since it's parsing the protos in the same
117 // This and the next test are meant to monitor that the parsing functionality of protos does not
118 // lock across threads when parsing different instances when using extensions. The Serial version
119 // of the test should run around ~2 times slower than the Parallel version since it's parsing the
138 // This and the previous test are meant to monitor that the parsing functionality of protos does
139 // not lock across threads when parsing different instances when using extensions. The Serial
141 // parsing the protos in the same thread.