/third_party/jsoncpp/include/json/ |
D | reader.h | 244 class JSON_API CharReader { 246 virtual ~CharReader() = default; 272 virtual CharReader* newCharReader() const = 0; 288 class JSON_API CharReaderBuilder : public CharReader::Factory { 339 CharReader* newCharReader() const override; 368 bool JSON_API parseFromStream(CharReader::Factory const&, IStream&, Value* root,
|
D | forwards.h | 25 class CharReader; variable
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksJson.hpp | 33 class CharReader; 48 std::unique_ptr<Json::CharReader> reader;
|
D | vksJson.cpp | 97 std::unique_ptr<Json::CharReader> jsonReader(builder.newCharReader()); in StringToVkObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1444 class JSON_API CharReader { 1446 virtual ~CharReader() {} in ~CharReader() 1474 virtual CharReader* newCharReader() const = 0; 1490 class JSON_API CharReaderBuilder : public CharReader::Factory { 1532 virtual CharReader* newCharReader() const; 1562 CharReader::Factory const&,
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1444 class JSON_API CharReader { 1446 virtual ~CharReader() {} in ~CharReader() 1474 virtual CharReader* newCharReader() const = 0; 1490 class JSON_API CharReaderBuilder : public CharReader::Factory { 1532 virtual CharReader* newCharReader() const; 1562 CharReader::Factory const&,
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1444 class JSON_API CharReader { 1446 virtual ~CharReader() {} in ~CharReader() 1474 virtual CharReader* newCharReader() const = 0; 1490 class JSON_API CharReaderBuilder : public CharReader::Factory { 1532 virtual CharReader* newCharReader() const; 1562 CharReader::Factory const&,
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 1495 class JSON_API CharReader { 1497 virtual ~CharReader() {} in ~CharReader() 1525 virtual CharReader* newCharReader() const = 0; 1541 class JSON_API CharReaderBuilder : public CharReader::Factory { 1586 CharReader* newCharReader() const override; 1616 CharReader::Factory const&,
|
D | jsoncpp.cpp | 238 typedef std::unique_ptr<CharReader> CharReaderPtr; 240 typedef std::auto_ptr<CharReader> CharReaderPtr; 2079 class OurCharReader : public CharReader { 2106 CharReader* CharReaderBuilder::newCharReader() const in newCharReader() 2192 CharReader::Factory const& fact, std::istream& sin, in parseFromStream()
|
/third_party/jsoncpp/example/readFromString/ |
D | readFromString.cpp | 25 const std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in main()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | fuzz.cpp | 44 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in LLVMFuzzerTestOneInput()
|
D | main.cpp | 30 using CharReaderPtr = std::unique_ptr<Json::CharReader>; 3457 std::unique_ptr<Json::CharReader> reader(b.newCharReader()); in JSONTEST_FIXTURE_LOCAL()
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | json_message_codec.cc | 58 std::unique_ptr<Json::CharReader> parser(reader_builder.newCharReader()); in DecodeMessageInternal()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 56 using CharReaderPtr = std::unique_ptr<CharReader>; 58 using CharReaderPtr = std::auto_ptr<CharReader>; 1877 class OurCharReader : public CharReader { 1896 CharReader* CharReaderBuilder::newCharReader() const { in newCharReader() 1984 bool parseFromStream(CharReader::Factory const& fact, IStream& sin, Value* root, in parseFromStream()
|
/third_party/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 141 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in parseAndSaveValueTree()
|
/third_party/jsoncpp/doc/ |
D | jsoncpp.dox | 119 std::unique_ptr<Json::CharReader> const reader(rbuilder.newCharReader());
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 659 std::unique_ptr<Json::CharReader> reader(builder.newCharReader()); in ReadRulesFromJsonString()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 223 typedef std::unique_ptr<CharReader> CharReaderPtr; 225 typedef std::auto_ptr<CharReader> CharReaderPtr; 2053 class OurCharReader : public CharReader { 2080 CharReader* CharReaderBuilder::newCharReader() const in newCharReader() 2161 CharReader::Factory const& fact, std::istream& sin, in parseFromStream()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 223 typedef std::unique_ptr<CharReader> CharReaderPtr; 225 typedef std::auto_ptr<CharReader> CharReaderPtr; 2053 class OurCharReader : public CharReader { 2080 CharReader* CharReaderBuilder::newCharReader() const in newCharReader() 2161 CharReader::Factory const& fact, std::istream& sin, in parseFromStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 223 typedef std::unique_ptr<CharReader> CharReaderPtr; 225 typedef std::auto_ptr<CharReader> CharReaderPtr; 2053 class OurCharReader : public CharReader { 2080 CharReader* CharReaderBuilder::newCharReader() const in newCharReader() 2161 CharReader::Factory const& fact, std::istream& sin, in parseFromStream()
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 410 std::unique_ptr<Json::CharReader> jsonReader(charReaderBuilder.newCharReader()); in checkConfigFile()
|
/third_party/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 401 std::unique_ptr<Json::CharReader> jsonReader(charReaderBuilder.newCharReader()); in checkConfigFile()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 81513 + std::unique_ptr<Json::CharReader> jsonReader(charReaderBuilder.newCharReader());
|