Home
last modified time | relevance | path

Searched refs:SearchFrom (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp689 StringRef SearchFrom = Buffer; in main() local
698 PrintCheckFailed(SM, CheckStr, SearchFrom, VariableTable); in main()
/external/protobuf/src/google/protobuf/
Dmap.h776 SearchFrom(m->index_of_first_non_null_); in iterator_base()
805 void SearchFrom(size_type start_bucket) { in SearchFrom() function
838 SearchFrom(bucket_index_ + 1);
843 SearchFrom(bucket_index_ + 2);
/external/clang/lib/Format/
DFormat.cpp1329 unsigned SearchFrom = 0; in sortCppIncludes() local
1347 auto Pos = Code.find('\n', SearchFrom); in sortCppIncludes()
1376 SearchFrom = Pos + 1; in sortCppIncludes()