Searched refs:useTestCa_ (Results 1 – 2 of 2) sorted by relevance
639 useTestCa_ = other.useTestCa_; in SecurityParams()652 private bool useTestCa_; field in Grpc.Testing.SecurityParams655 get { return useTestCa_; }657 useTestCa_ = value;
2200 useTestCa_ = false; in SecurityParams()2237 useTestCa_ = input.readBool(); in SecurityParams()2271 private boolean useTestCa_; field in Control.SecurityParams2276 return useTestCa_; in getUseTestCa()2325 if (useTestCa_ != false) { in writeTo()2326 output.writeBool(1, useTestCa_); in writeTo()2339 if (useTestCa_ != false) { in getSerializedSize()2341 .computeBoolSize(1, useTestCa_); in getSerializedSize()2515 useTestCa_ = false; in clear()2541 result.useTestCa_ = useTestCa_; in buildPartial()[all …]