| /third_party/grpc/test/cpp/util/ |
| D | channel_trace_proto_helper.cc | 74 void ValidateChannelTraceProtoJsonTranslation(absl::string_view json_string) { in ValidateChannelTraceProtoJsonTranslation() 78 void ValidateChannelProtoJsonTranslation(absl::string_view json_string) { in ValidateChannelProtoJsonTranslation() 83 absl::string_view json_string) { in ValidateGetTopChannelsResponseProtoJsonTranslation() 89 absl::string_view json_string) { in ValidateGetChannelResponseProtoJsonTranslation() 95 absl::string_view json_string) { in ValidateGetServerResponseProtoJsonTranslation() 100 void ValidateSubchannelProtoJsonTranslation(absl::string_view json_string) { in ValidateSubchannelProtoJsonTranslation() 104 void ValidateServerProtoJsonTranslation(absl::string_view json_string) { in ValidateServerProtoJsonTranslation() 109 absl::string_view json_string) { in ValidateGetServersResponseProtoJsonTranslation()
|
| /third_party/grpc/third_party/upb/upb/json/ |
| D | decode_test.cc | 81 std::string json_string = R"({"value": 2})"; in TEST() local 89 std::string json_string = R"({}abc)"; in TEST() local 96 std::string json_string = "{} \n \r\n \t\t"; in TEST() local
|
| /third_party/protobuf/upb/json/ |
| D | decode_test.cc | 81 std::string json_string = R"({"value": 2})"; in TEST() local 89 std::string json_string = R"({}abc)"; in TEST() local 96 std::string json_string = "{} \n \r\n \t\t"; in TEST() local
|
| /third_party/grpc/test/core/security/ |
| D | json_token_test.cc | 101 char* json_string = test_json_key_str(nullptr); in TEST() local 131 char* json_string = test_json_key_str(non_closing_part3); in TEST() local 147 char* json_string = test_json_key_str(no_type_part3); in TEST() local 162 char* json_string = test_json_key_str(no_client_id_part3); in TEST() local 176 char* json_string = test_json_key_str(no_client_email_part3); in TEST() local 191 char* json_string = test_json_key_str(no_private_key_id_part3); in TEST() local 353 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
|
| /third_party/json/tests/src/ |
| D | unit-testsuites.cpp | 110 { in __anon3af9ef410102() 242 { in __anon3af9ef410202() 301 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
|
| D | unit-unicode3.cpp | 36 static std::string json_string; in check_utf8dump() local 129 static std::string json_string; in check_utf8string() local
|
| D | unit-unicode5.cpp | 36 static std::string json_string; in check_utf8dump() local 129 static std::string json_string; in check_utf8string() local
|
| D | unit-unicode4.cpp | 36 static std::string json_string; in check_utf8dump() local 129 static std::string json_string; in check_utf8string() local
|
| D | unit-unicode2.cpp | 36 static std::string json_string; in check_utf8dump() local 129 static std::string json_string; in check_utf8string() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/ |
| D | bindings.cc | 50 …[](SchemaObj &self, const std::string &json_string) { THROW_IF_ERROR(self.ParseColumnString(json_s… in __anon12310cb90102() 54 …[](SchemaObj &self, const std::string &json_string) { THROW_IF_ERROR(self.FromJSONString(json_stri… in __anon12310cb90102()
|
| /third_party/grpc/src/core/service_config/ |
| D | service_config_impl.h | 83 absl::string_view json_string() const override { return json_string_; } in json_string() function
|
| D | service_config_impl.cc | 84 const ChannelArgs& args, absl::string_view json_string) { in Create() 102 const ChannelArgs& args, const Json& json, absl::string_view json_string, in Create()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/liteapi/include/ |
| D | datasets.h | 435 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString() 440 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
|
| /third_party/grpc/test/cpp/qps/ |
| D | parse_json.cc | 54 std::string json_string; in SerializeJson() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/ |
| D | datasets.h | 691 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString() 696 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
|
| /third_party/grpc/src/core/xds/grpc/ |
| D | xds_bootstrap_grpc.cc | 96 absl::string_view json_string) { in Create()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/ |
| D | py_transforms.py | 44 def from_json(cls, json_string): argument
|
| /third_party/grpc/src/cpp/client/ |
| D | secure_credentials.cc | 92 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials() 130 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson()
|
| /third_party/rust/crates/nom/tests/ |
| D | json.rs | 137 fn json_string() { in json_string() function
|
| /third_party/grpc/test/core/xds/ |
| D | file_watcher_certificate_provider_factory_test.cc | 42 ParseConfig(absl::string_view json_string) { in ParseConfig()
|
| /third_party/cJSON/tests/ |
| D | parse_examples.c | 265 const char *json_string = strings[i]; in test15_should_not_heap_buffer_overflow() local
|
| /third_party/grpc/src/core/lib/security/credentials/jwt/ |
| D | json_token.cc | 136 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 | 675 std::string json_string; in DumpTransformationsJson() local 803 std::string json_string; in main() local
|