Searched defs:ExtensionValue (Results 1 – 5 of 5) sorted by relevance
414 struct ExtensionValue { struct431 std::map<std::string, ExtensionValue> extensions_; argument
50 internal sealed class ExtensionValue<T> : IExtensionValue class55 internal ExtensionValue(FieldCodec<T> codec) in ExtensionValue() method in Google.Protobuf.ExtensionValue