Searched defs:diagnosticOnly (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs50 /// <paramref name="diagnosticOnly"/> is ignored. Otherwise, if the parameter is <c>true</c>,
54 /// <param name="diagnosticOnly">Determines the handling of non-normalized values</param>
55 /// <exception cref="InvalidOperationException">The represented duration is invalid, and <paramref name="diagnosticOnly"/> is <c>false</c>.</exception>
56 internal static string ToJson(IList<string> paths, bool diagnosticOnly) argument
67 if (diagnosticOnly)
H A DDurationPartial.cs190 /// <paramref name="diagnosticOnly"/> is ignored. Otherwise, if the parameter is <c>true</c>,
195 /// <param name="diagnosticOnly">Determines the handling of non-normalized values</param>
196 /// <exception cref="InvalidOperationException">The represented duration is invalid, and <paramref name="diagnosticOnly"/> is <c>false</c>.</exception>
197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) argument
214 if (diagnosticOnly)
H A DTimestampPartial.cs192 /// <paramref name="diagnosticOnly"/> is ignored. Otherwise, if the parameter is <c>true</c>,
197 /// <param name="diagnosticOnly">Determines the handling of non-normalized values</param>
198 /// <exception cref="InvalidOperationException">The represented duration is invalid, and <paramref name="diagnosticOnly"/> is <c>false</c>.</exception>
199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) argument
212 if (diagnosticOnly)

Completed in 126 milliseconds