Home
last modified time | relevance | path

Searched refs:CommentPlacement (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h431 enum CommentPlacement { enum
873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h431 enum CommentPlacement { enum
873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h431 enum CommentPlacement { enum
873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/external/jsoncpp/include/json/
Dvalue.h48 enum CommentPlacement { enum
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;
Dreader.h227 void addComment(Location begin, Location end, CommentPlacement placement);
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h474 enum CommentPlacement { enum
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;
1476 void addComment(Location begin, Location end, CommentPlacement placement);
Djsoncpp.cpp545 CommentPlacement placement = commentBefore; in readComment()
576 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1201 void addComment(Location begin, Location end, CommentPlacement placement);
1523 CommentPlacement placement = commentBefore; in readComment()
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()
3739 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
3743 std::string Value::getComment(CommentPlacement placement) const { in getComment()
/external/jsoncpp/src/lib_json/
Djson_value.cpp1184 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
1190 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
1194 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
1198 std::string Value::getComment(CommentPlacement placement) const { in getComment()
Djson_reader.cpp345 CommentPlacement placement = commentBefore; in readComment()
357 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment()
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
3710 std::string Value::getComment(CommentPlacement placement) const { in getComment()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment()
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
3710 std::string Value::getComment(CommentPlacement placement) const { in getComment()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment()
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3698 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3702 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
3710 std::string Value::getComment(CommentPlacement placement) const { in getComment()