HomeSort by relevance Sort by last modified time
    Searched defs:CommentPlacement (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/include/json/
value.h 48 enum CommentPlacement {
420 void setComment(const char* comment, CommentPlacement placement);
422 void setComment(const std::string& comment, CommentPlacement placement);
423 bool hasComment(CommentPlacement placement) const;
425 std::string getComment(CommentPlacement placement) const;
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 474 enum CommentPlacement {
923 void setComment(const char* comment, CommentPlacement placement);
925 void setComment(const char* comment, size_t len, CommentPlacement placement);
927 void setComment(const std::string& comment, CommentPlacement placement);
928 bool hasComment(CommentPlacement placement) const;
930 std::string getComment(CommentPlacement placement) const;
    [all...]

Completed in 371 milliseconds