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

  /external/pcre/pcrecpp/
pcre_scanner.cc 49 comments_(NULL),
60 comments_(NULL),
66 delete comments_;
139 if (comments_ == NULL) {
140 comments_ = new vector<StringPiece>;
145 comments_->push_back(StringPiece(start_data, length));
152 // short circuit out if we've not yet initialized comments_
154 if (!comments_) {
157 // TODO: if we guarantee that comments_ will contain StringPieces
162 for (vector<StringPiece>::const_iterator it = comments_->begin()
    [all...]
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 113 comments_ = comments;
133 if (!comments_.empty()) {
134 std::cout << "\tComments: " << comments_; local
190 parameters_["comments_"] = comments_;
google_crashdump_uploader.h 96 string comments_; member in class:google_breakpad::GoogleCrashdumpUploader
  /external/jdiff/src/jdiff/
CommentsHandler.java 29 public Comments comments_ = null; field in class:CommentsHandler
45 comments_ = comments;
54 comments_.dump();
145 comments_.addComment(currComment);
  /system/tools/aidl/
aidl_language.h 21 const std::string& GetComments() const { return comments_; }
25 std::string comments_; member in class:AidlToken
88 const std::string& GetComments() const { return comments_; }
105 std::string comments_; member in class:AidlType
209 const std::string& GetComments() const { return comments_; }
234 std::string comments_; member in class:AidlMethod
279 const std::string& GetComments() const { return comments_; }
287 std::string comments_; member in class:AidlQualifiedName
327 const std::string& GetComments() const { return comments_; }
350 std::string comments_; member in class:AidlInterface
    [all...]
aidl_language.cpp 39 comments_(comments) {}
46 comments_(comments) {}
136 comments_(comments),
191 comments_(comments),
232 comments_(comments) {
  /external/pcre/pcrecpp/include/
pcre_scanner.h 161 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
163 // the offset into comments_ that has been returned by GetNextComments
  /external/pdfium/samples/
image_diff_png.cc 409 : comments_(comments),
416 for (size_t i = 0; i < comments_.size(); ++i) {
424 return !comments_.empty();
432 return static_cast<int>(comments_.size());
451 const std::vector<Comment> comments_; member in class:image_diff_png::__anon29264::CommentWriter
  /external/jsoncpp/src/lib_json/
json_value.cpp 331 comments_(0), start_(other.start_), limit_(other.limit_) {
365 if (other.comments_) {
366 comments_ = new CommentInfo[numberOfCommentPlacement];
368 const CommentInfo& otherComment = other.comments_[comment];
370 comments_[comment].setComment(otherComment.comment_);
404 if (comments_)
405 delete[] comments_;
902 comments_ = 0;
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h 982 CommentInfo* comments_; member in class:Json::Value
    [all...]
  /external/jsoncpp/include/json/
value.h 497 CommentInfo* comments_; member in class:Json::Value
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 385 comments_(),
1249 GrowableArray<CodeComment*> comments_; member in class:dart::Assembler
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 1456 milliseconds