OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Oneofs
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs
72
// to see any nested
oneofs
, types or enums in "not actually generated" code... we do
74
Oneofs
= DescriptorUtil.ConvertAndMakeReadOnly(
194
public IList<OneofDescriptor>
Oneofs
{ get; }
212
/// message types,
oneofs
and enums.
234
foreach (OneofDescriptor oneof in
Oneofs
)
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs
64
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Type), global::Google.Protobuf.WellKnownTypes.Type.Parser, new[]{ "Name", "Fields", "
Oneofs
", "Options", "SourceContext", "Syntax" }, null, null, null),
152
/// <summary>Field number for the "
oneofs
" field.</summary>
160
public pbc::RepeatedField<string>
Oneofs
{
442
/// The index of the field type in `Type.
oneofs
`, for message or enumeration
[
all
...]
Completed in 122 milliseconds