Home
last modified time | relevance | path

Searched defs:placement (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp545 CommentPlacement placement = commentBefore; in readComment() local
576 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1523 CommentPlacement placement = commentBefore; in readComment() local
1535 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3731 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3735 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()