Searched defs:path_begin (Results 1 - 2 of 2) sorted by relevance

/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) {
1572 const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin);
1576 << *path_begin;
1580 ++path_begin;
1583 if (path_begin == path_end) {
1591 int index = *path_begin++;
1604 return FollowPath(child, path_begin, path_end,
1606 } else if (path_begin == path_end) {
1620 return FollowPath(child, path_begin, path_en
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
[all...]
/external/clang/include/clang/AST/
H A DExpr.h2727 path_iterator path_begin() { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2729 path_const_iterator path_begin() const { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr

Completed in 158 milliseconds