HomeSort by relevance Sort by last modified time
    Searched refs:GetComments (Results 1 - 6 of 6) sorted by null

  /external/pcre/pcrecpp/
pcre_scanner_unittest.cc 32 // Unittest for scanner, especially GetNextComments and GetComments()
103 s.GetComments(0, sizeof(input), &comments);
110 s.GetComments(0, (int)(strchr(input, '/') - input), &comments);
114 s.GetComments((int)(strchr(input, '/') - input - 1), sizeof(input),
122 s.GetComments((int)(strchr(input, '/') - input - 1),
pcre_scanner.cc 151 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) {
  /external/pcre/pcrecpp/include/
pcre_scanner.h 142 void GetComments(int start, int end, std::vector<StringPiece> *ranges);
  /system/tools/aidl/
aidl_language.h 21 const std::string& GetComments() const { return comments_; }
88 const std::string& GetComments() const { return comments_; }
209 const std::string& GetComments() const { return comments_; }
279 const std::string& GetComments() const { return comments_; }
327 const std::string& GetComments() const { return comments_; }
generate_java_binder.cpp 283 decl->comment = method.GetComments();
384 proxy->comment = method.GetComments();
517 interface->comment = iface->GetComments();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DecObject.py 46 ## GetComments
48 def GetComments(self):

Completed in 1893 milliseconds