Searched refs:DecrementRecursionDepth (Results 1 – 6 of 6) sorted by relevance
1251 coded_input.DecrementRecursionDepth(); // 5 in TEST_F()1253 coded_input.DecrementRecursionDepth(); // 5 in TEST_F()1254 coded_input.DecrementRecursionDepth(); // 4 in TEST_F()1255 coded_input.DecrementRecursionDepth(); // 3 in TEST_F()1258 coded_input.DecrementRecursionDepth(); // 4 in TEST_F()1259 coded_input.DecrementRecursionDepth(); // 3 in TEST_F()1260 coded_input.DecrementRecursionDepth(); // 2 in TEST_F()1261 coded_input.DecrementRecursionDepth(); // 1 in TEST_F()1262 coded_input.DecrementRecursionDepth(); // 0 in TEST_F()1263 coded_input.DecrementRecursionDepth(); // 0 in TEST_F()[all …]
422 void DecrementRecursionDepth();1511 inline void CodedInputStream::DecrementRecursionDepth() { in DecrementRecursionDepth() function
146 input->DecrementRecursionDepth(); in SkipField()203 input->DecrementRecursionDepth(); in SkipField()
126 input->DecrementRecursionDepth(); in SkipField()
531 inline void DecrementRecursionDepth() { recursion_depth_--; } in DecrementRecursionDepth() function
232 ~RecursionCheck() { compiler_->DecrementRecursionDepth(); } in ~RecursionCheck()