Home
last modified time | relevance | path

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

/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 __anon6b3540d10102()
267 { in __anon6b3540d10202()
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/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/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/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/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/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/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/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() 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/cef/libcef_dll/
Dlibcef_dll.cc576 const cef_string_t* json_string, in cef_parse_json()
611 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc544 CEF_GLOBAL CefRefPtr<CefValue> CefParseJSON(const CefString& json_string, in CefParseJSON()
580 const CefString& json_string, in CefParseJSONAndReturnError()
Dlibcef_dll_dylib.cc1136 struct _cef_value_t* cef_parse_json(const cef_string_t* json_string, in cef_parse_json()
1150 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
/third_party/cef/tools/cefbuilds/
Dcef_json_builder.py232 def load(self, json_string, fatalerrors=True): argument
/third_party/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.cc475 const char* json_string, const char* scopes_string) { in grpc_external_account_credentials_create()
/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.cc136 XdsClient* client, TraceFlag* tracer, absl::string_view json_string, in ParseJsonAndCreate()
/third_party/cef/libcef/browser/views/
Dview_impl.h459 std::string json_string; in ToString() local
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc96 const char* json_string) { in grpc_auth_refresh_token_create_from_string()