Home
last modified time | relevance | path

Searched refs:JSON_TRUE (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson.h47 JSON_TRUE, enumerator
116 Json(bool b) : type_(b ? Type::JSON_TRUE : Type::JSON_FALSE) {} in Json()
118 type_ = b ? Type::JSON_TRUE : Type::JSON_FALSE;
Djson_util.h66 case Json::Type::JSON_TRUE: in ExtractJsonBool()
Djson_writer.cc312 case Json::Type::JSON_TRUE: in DumpValue()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dresolver_result_parsing.cc367 if (it->second.type() == Json::Type::JSON_TRUE) { in ParsePerMethodParams()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc834 if (it3->second.type() == Json::Type::JSON_TRUE) { in ParseLoadBalancingConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc797 case Json::Type::JSON_TRUE: in PopulateMetadataValue()