Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 25 of 33) sorted by relevance

12

/third_party/cef/libcef/common/
Djson_impl.cc34 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/
Djson_token_test.cc98 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/
Dunit-testsuites.cpp131 { in __anon942fccce0102()
267 { in __anon942fccce0202()
326 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
Dunit-unicode.cpp55 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/
Dbindings.cc49 …[](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/
Dservice_config.h76 const std::string& json_string() const { return json_string_; } in json_string() function
Dservice_config.cc34 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/
Ddatasets.h377 …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/
Dparse_json.cc56 std::string json_string; in SerializeJson() local
Dreport.cc167 std::string json_string = in ReportQPS() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h556 …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/
Dsecure_credentials.cc113 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/
Dwebrtc-unidirectional-h264.c245 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/
Dpy_transforms.py68 def from_json(cls, json_string): argument
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc126 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/
Dfuzz.cpp694 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/
Dfuzz.cpp694 std::string json_string; in DumpTransformationsJson() local
826 std::string json_string; in main() local
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp681 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/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/cef/libcef_dll/
Dlibcef_dll.cc587 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/
Dlibcef_dll_wrapper.cc555 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/
Dserdes.cc58 Status Serdes::SaveJSONToFile(nlohmann::json json_string, const std::string &file_name) { in SaveJSONToFile()
/third_party/cef/tools/cefbuilds/
Dcef_json_builder.py232 def load(self, json_string, fatalerrors=True): argument

12