Searched defs:path_end (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h65 char* path_end = path + strlen(path); local
67 if (static_cast<size_t>(path_end - path) < kSuffixLen ||
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) {
96 snprintf(path_end - kSuffixLen, kSuffixLen + 1, "%0d", random);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1557 const int* path_begin, const int* path_end,
1561 if (path_begin == path_end) {
1583 if (path_begin == path_end) {
1604 return FollowPath(child, path_begin, path_end,
1606 } else if (path_begin == path_end) {
1620 return FollowPath(child, path_begin, path_end,
1622 } else if (path_begin == path_end) {
1556 FollowPath(const Message& root, const int* path_begin, const int* path_end, const Message** output_message, const FieldDescriptor** output_field, int* output_index) argument
/external/clang/include/clang/AST/
H A DExpr.h2775 path_iterator path_end() { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2777 path_const_iterator path_end() const { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr

Completed in 93 milliseconds