Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs179 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
382 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
/external/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs179 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
382 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs179 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
382 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
/external/grpc-grpc/test/cpp/qps/
Dparse_json.cc32 void ParseJson(const std::string& json, const std::string& type, in ParseJson() function
/external/libchrome/base/test/
Dvalues_test_util.cc64 std::unique_ptr<Value> ParseJson(base::StringPiece json) { in ParseJson() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/channelz/
Dchannelz_service.cc35 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service.cc37 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
/external/cronet/stable/base/test/
Dvalues_test_util.cc262 Value ParseJson(std::string_view json) { in ParseJson() function
/external/cronet/tot/base/test/
Dvalues_test_util.cc262 Value ParseJson(std::string_view json) { in ParseJson() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc200 Status ParseJson(StringPiece json, Json::Value* result) { in ParseJson() function
208 Status ParseJson(const std::vector<char>& json, Json::Value* result) { in ParseJson() function
/external/flatbuffers/src/
Didl_parser.cpp3478 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson() function in flatbuffers::Parser