Home
last modified time | relevance | path

Searched refs:collectComments (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h1313 * \param collectComments \c true to collect comment and allow writing them
1323 parse(const std::string& document, Value& root, bool collectComments = true);
1334 * \param collectComments \c true to collect comment and allow writing them
1346 bool collectComments = true);
1350 bool parse(std::istream& is, Value& root, bool collectComments = true);
1535 builder["collectComments"] = false;
1548 - `"collectComments": false or true`
H A Djsoncpp.cpp285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
289 return parse(begin, end, root, collectComments); in parse()
292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
302 return parse(doc, root, collectComments); in parse()
308 bool collectComments) { in parse()
310 collectComments = false; in parse()
315 collectComments_ = collectComments; in parse()
1117 bool collectComments = true);
1232 bool collectComments) {
1234 collectComments
305 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1262 * \param collectComments \c true to collect comment and allow writing them
1272 parse(const std::string& document, Value& root, bool collectComments = true);
1283 * \param collectComments \c true to collect comment and allow writing them
1295 bool collectComments = true);
1299 bool parse(std::istream& is, Value& root, bool collectComments = true);
1484 builder["collectComments"] = false;
1497 - `"collectComments": false or true`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1262 * \param collectComments \c true to collect comment and allow writing them
1272 parse(const std::string& document, Value& root, bool collectComments = true);
1283 * \param collectComments \c true to collect comment and allow writing them
1295 bool collectComments = true);
1299 bool parse(std::istream& is, Value& root, bool collectComments = true);
1484 builder["collectComments"] = false;
1497 - `"collectComments": false or true`
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1262 * \param collectComments \c true to collect comment and allow writing them
1272 parse(const std::string& document, Value& root, bool collectComments = true);
1283 * \param collectComments \c true to collect comment and allow writing them
1295 bool collectComments = true);
1299 bool parse(std::istream& is, Value& root, bool collectComments = true);
1484 builder["collectComments"] = false;
1497 - `"collectComments": false or true`
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
274 return parse(begin, end, root, collectComments); in parse()
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
287 return parse(doc, root, collectComments); in parse()
293 bool collectComments) { in parse()
295 collectComments = false; in parse()
300 collectComments_ = collectComments; in parse()
1140 bool collectComments = true);
1250 bool collectComments) {
1252 collectComments
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
274 return parse(begin, end, root, collectComments); in parse()
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
287 return parse(doc, root, collectComments); in parse()
293 bool collectComments) { in parse()
295 collectComments = false; in parse()
300 collectComments_ = collectComments; in parse()
1140 bool collectComments = true);
1250 bool collectComments) {
1252 collectComments
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp270 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
274 return parse(begin, end, root, collectComments); in parse()
277 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
287 return parse(doc, root, collectComments); in parse()
293 bool collectComments) { in parse()
295 collectComments = false; in parse()
300 collectComments_ = collectComments; in parse()
1140 bool collectComments = true);
1250 bool collectComments) {
1252 collectComments
290 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument
[all...]

Completed in 21 milliseconds