Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dsqueeze.c334 static void FollowPath(ZopfliBlockState* s, in FollowPath() function
442 FollowPath(s, in, instart, inend, *path, *pathsize, store); in LZ77OptimalRun()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2440 bool FollowPath(const Message& root, const int* path_begin, const int* path_end, in FollowPath() function
2486 return FollowPath(child, path_begin, path_end, output_message, in FollowPath()
2502 return FollowPath(child, path_begin, path_end, output_message, in FollowPath()
2550 if (!FollowPath(file_, location.path().begin(), location.path().end(), in Parse()