Searched refs:ExtractJsonType (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/ |
D | json_util.h | 126 inline bool ExtractJsonType(const Json& json, const std::string& field_name, in ExtractJsonType() function 132 inline bool ExtractJsonType(const Json& json, const std::string& field_name, in ExtractJsonType() function 138 inline bool ExtractJsonType(const Json& json, const std::string& field_name, in ExtractJsonType() function 144 inline bool ExtractJsonType(const Json& json, const std::string& field_name, in ExtractJsonType() function 151 inline bool ExtractJsonType(const Json& json, const std::string& field_name, in ExtractJsonType() function 172 return ExtractJsonType(child_object_json, field_name, output, error_list);
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | google_mesh_ca_certificate_provider_factory.cc | 125 if (ExtractJsonType((*call_credentials_array)[0], "call_credentials[0]", in ParseJsonObjectGoogleGrpc() 181 if (ExtractJsonType((*grpc_services)[0], "grpc_services[0]", in ParseJsonObjectServer()
|