Home
last modified time | relevance | path

Searched defs:TryGetString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs207 … public bool TryGetString(int field, out string value) => TryGetPrimitiveValue(field, out value); in TryGetString() method in Google.Protobuf.Reflection.CustomOptions
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs207 … public bool TryGetString(int field, out string value) => TryGetPrimitiveValue(field, out value); in TryGetString() method in Google.Protobuf.Reflection.CustomOptions