Home
last modified time | relevance | path

Searched defs:GetJsonPayload (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dconformance.pb.go299 func (x *ConformanceRequest) GetJsonPayload() string { func
478 func (x *ConformanceResponse) GetJsonPayload() string { func
/aosp_15_r20/external/tink/cc/jwt/
H A Dverified_jwt.cc151 util::StatusOr<std::string> VerifiedJwt::GetJsonPayload() { in GetJsonPayload() function in crypto::tink::VerifiedJwt
H A Dverified_jwt_test.cc311 TEST(VerifiedJwt, GetJsonPayload) { in TEST() argument
H A Draw_jwt_test.cc472 TEST(RawJwt, GetJsonPayload) { in TEST() argument
H A Draw_jwt.cc185 util::StatusOr<std::string> RawJwt::GetJsonPayload() const { in GetJsonPayload() function in crypto::tink::RawJwt