Searched defs:grpc_json (Results 1 – 2 of 2) sorted by relevance
32 typedef struct grpc_json { struct33 struct grpc_json* next; argument34 struct grpc_json* prev; argument35 struct grpc_json* child; argument36 struct grpc_json* parent; argument38 grpc_json_type type; argument44 } grpc_json; argument
376 void (*check_jwt_claim_func)(grpc_json*)) { in test_jwt_encode_and_sign()