/third_party/cef/libcef/common/ |
D | json_impl.cc | 34 CefRefPtr<CefValue> CefParseJSON(const CefString& json_string, in CefParseJSON() 57 const CefString& json_string, in CefParseJSONAndReturnError() 84 std::string json_string; in CefWriteJSON() local
|
/third_party/grpc/test/core/security/ |
D | json_token_test.cc | 98 char* json_string = test_json_key_str(nullptr); in test_parse_json_key_success() local 128 char* json_string = test_json_key_str(non_closing_part3); in test_parse_json_key_failure_bad_json() local 144 char* json_string = test_json_key_str(no_type_part3); in test_parse_json_key_failure_no_type() local 159 char* json_string = test_json_key_str(no_client_id_part3); in test_parse_json_key_failure_no_client_id() local 173 char* json_string = test_json_key_str(no_client_email_part3); in test_parse_json_key_failure_no_client_email() local 188 char* json_string = test_json_key_str(no_private_key_id_part3); in test_parse_json_key_failure_no_private_key_id() local 333 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
|
/third_party/json/test/src/ |
D | unit-testsuites.cpp | 131 { in __anon942fccce0102() 267 { in __anon942fccce0202() 326 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
|
D | unit-unicode.cpp | 55 std::string json_string; in check_utf8dump() local 135 std::string json_string = "\""; in check_utf8string() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/ |
D | bindings.cc | 49 …[](SchemaObj &self, std::string json_string) { THROW_IF_ERROR(self.ParseColumnString(json_string))… in __anon6ef38fe40102() 53 …[](SchemaObj &self, std::string json_string) { THROW_IF_ERROR(self.FromJSONString(json_string)); }) in __anon6ef38fe40102()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | service_config.h | 76 const std::string& json_string() const { return json_string_; } in json_string() function
|
D | service_config.cc | 34 const grpc_channel_args* args, absl::string_view json_string, in Create() 44 std::string json_string, Json json, in ServiceConfig()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/liteapi/include/ |
D | datasets.h | 377 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString() 382 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
|
/third_party/grpc/test/cpp/qps/ |
D | parse_json.cc | 56 std::string json_string; in SerializeJson() local
|
D | report.cc | 167 std::string json_string = in ReportQPS() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | datasets.h | 556 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString() 561 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
|
/third_party/grpc/src/cpp/client/ |
D | secure_credentials.cc | 113 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials() 153 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson() 216 grpc_slice json_string = grpc_empty_slice(); in StsCredentialsOptionsFromEnv() local
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | webrtc-unidirectional-h264.c | 245 gchar *json_string; in on_offer_created_cb() local 305 gchar *json_string; in on_ice_candidate_cb() local
|
/third_party/mindspore/mindspore/dataset/transforms/ |
D | py_transforms.py | 68 def from_json(cls, json_string): argument
|
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 126 const char* json_string) { in grpc_auth_json_key_create_from_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 694 std::string json_string; in DumpTransformationsJson() local 826 std::string json_string; in main() local
|
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 694 std::string json_string; in DumpTransformationsJson() local 826 std::string json_string; in main() local
|
/third_party/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 681 std::string json_string; in DumpTransformationsJson() local 814 std::string json_string; in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 147 std::string json_string; in DumpTransformationsJson() local
|
/third_party/spirv-tools/test/fuzz/ |
D | fuzz_test_util.cpp | 147 std::string json_string; in DumpTransformationsJson() local
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzz_test_util.cpp | 147 std::string json_string; in DumpTransformationsJson() local
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.cc | 587 const cef_string_t* json_string, in cef_parse_json() 622 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_wrapper.cc | 555 CEF_GLOBAL CefRefPtr<CefValue> CefParseJSON(const CefString& json_string, in CefParseJSON() 591 const CefString& json_string, in CefParseJSONAndReturnError()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | serdes.cc | 58 Status Serdes::SaveJSONToFile(nlohmann::json json_string, const std::string &file_name) { in SaveJSONToFile()
|
/third_party/cef/tools/cefbuilds/ |
D | cef_json_builder.py | 232 def load(self, json_string, fatalerrors=True): argument
|