Home
last modified time | relevance | path

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

/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.cpp130 { in __anon864b59a30102()
266 { in __anon864b59a30202()
325 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
Dunit-unicode.cpp54 std::string json_string; in check_utf8dump() local
134 std::string json_string = "\""; in check_utf8string() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dservice_config.h74 const std::string& json_string() const { return json_string_; } in json_string() function
Dservice_config.cc34 absl::string_view json_string, grpc_error** error) { in Create()
43 ServiceConfig::ServiceConfig(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/include/grpcpp/security/
Dcredentials.h107 const std::string& json_string, StsCredentialsOptions* options) { in StsCredentialsOptionsFromJson()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc137 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson()
200 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/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc96 const char* json_string) { in grpc_auth_refresh_token_create_from_string()