Home
last modified time | relevance | path

Searched refs:CSharpType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h54 enum CSharpType { enum
70 CSharpType GetCSharpType(FieldDescriptor::Type type);
Dcsharp_helpers.cc63 CSharpType GetCSharpType(FieldDescriptor::Type type) { in GetCSharpType()
106 return (CSharpType) -1; in GetCSharpType()