Home
last modified time | relevance | path

Searched defs:FromJson (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util.cpp136 static StringPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::StringPart
164 static IntegerPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::IntegerPart
278 static Version FromJson(const Json::Value &jObject) in FromJson() function in angle::Version
365 static bool FromJson(const Json::Value &jObject, Application *out) in FromJson() function in angle::Application
491 static Device FromJson(const Json::Value &jObject) in FromJson() function in angle::Device
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DFromJson.java25 public @interface FromJson {} annotation
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc77 bool FromJson(const std::string& json, Message* message, in FromJson() function in google::protobuf::util::__anon8139f3f40111::JsonUtilTest
82 bool FromJson(const std::string& json, Message* message) { in FromJson() function in google::protobuf::util::__anon8139f3f40111::JsonUtilTest
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc77 bool FromJson(const std::string& json, Message* message, in FromJson() function in google::protobuf::util::__anon19d9dbe10111::JsonUtilTest
82 bool FromJson(const std::string& json, Message* message) { in FromJson() function in google::protobuf::util::__anon19d9dbe10111::JsonUtilTest
/aosp_15_r20/external/tink/testing/go/
H A Dkeyset_service.go203 func (s *KeysetService) FromJson(ctx context.Context, req *pb.KeysetFromJsonRequest) (*pb.KeysetFro… func
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_config.cc62 std::optional<DnsOverHttpsConfig> FromJson(std::string_view json) { in FromJson() function
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_format.cc195 util::StatusOr<RawJwt> RawJwtParser::FromJson( in FromJson() function in crypto::tink::jwt_internal::RawJwtParser
H A Djwt_format_test.cc331 TEST(RawJwt, FromJson) { in TEST() argument
/aosp_15_r20/external/tink/testing/cc/
H A Dkeyset_impl.cc325 grpc::Status KeysetImpl::FromJson(grpc::ServerContext* context, in FromJson() function in tink_testing_api::KeysetImpl
/aosp_15_r20/external/tink/testing/python/
H A Dservices.py296 def FromJson( member in KeysetServicer
/aosp_15_r20/external/tink/cc/jwt/
H A Draw_jwt.cc162 util::StatusOr<RawJwt> RawJwt::FromJson(absl::optional<std::string> type_header, in FromJson() function in crypto::tink::RawJwt
/aosp_15_r20/external/tink/testing/cross_language/protos/
H A Dtesting_api.proto52 rpc FromJson(KeysetFromJsonRequest) returns (KeysetFromJsonResponse) {} rpc
/aosp_15_r20/external/tink/testing/java_src/protos/
H A Dtesting_api.proto52 rpc FromJson(KeysetFromJsonRequest) returns (KeysetFromJsonResponse) {} rpc
/aosp_15_r20/external/tink/testing/go/protos/
H A Dtesting_api.proto52 rpc FromJson(KeysetFromJsonRequest) returns (KeysetFromJsonResponse) {} rpc
/aosp_15_r20/external/tink/testing/cc/protos/
H A Dtesting_api.proto52 rpc FromJson(KeysetFromJsonRequest) returns (KeysetFromJsonResponse) {} rpc
/aosp_15_r20/external/tink/testing/python/protos/
H A Dtesting_api.proto52 rpc FromJson(KeysetFromJsonRequest) returns (KeysetFromJsonResponse) {} rpc