Searched refs:getLocationLineAndColumn (Results 1 - 4 of 4) sorted by relevance

/external/jsoncpp/include/json/
H A Dreader.h225 getLocationLineAndColumn(Location location, int& line, int& column) const;
226 std::string getLocationLineAndColumn(Location location) const;
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp760 void Reader::getLocationLineAndColumn(Location location, function in class:Json::Reader
783 std::string Reader::getLocationLineAndColumn(Location location) const { function in class:Json::Reader
785 getLocationLineAndColumn(location, line, column);
811 "* " + getLocationLineAndColumn(error.token_.start_) + "\n";
815 "See " + getLocationLineAndColumn(error.extra_) + " for detail.\n";
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp973 void Reader::getLocationLineAndColumn(Location location,
996 std::string Reader::getLocationLineAndColumn(Location location) const {
998 getLocationLineAndColumn(location, line, column);
1016 "* " + getLocationLineAndColumn(error.token_.start_) + "\n";
1020 "See " + getLocationLineAndColumn(error.extra_) + " for detail.\n";
1199 getLocationLineAndColumn(Location location, int& line, int& column) const;
1200 std::string getLocationLineAndColumn(Location location) const;
1977 void OurReader::getLocationLineAndColumn(Location location,
2000 std::string OurReader::getLocationLineAndColumn(Location location) const {
2002 getLocationLineAndColumn(locatio
[all...]
H A Djson.h1474 getLocationLineAndColumn(Location location, int& line, int& column) const;
1475 std::string getLocationLineAndColumn(Location location) const;

Completed in 151 milliseconds