Searched defs:OutputType (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ | ||
D | MethodDescriptor.cs | 58 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor |
D | Descriptor.cs | 2558 public string OutputType { property in Google.Protobuf.Reflection.MethodDescriptorProto |
/frameworks/compile/slang/ | ||
D | llvm-rs-cc.cpp | 71 slang::Slang::OutputType OutputType, in DetermineOutputFile() |
D | slang.h | 80 enum OutputType { enum |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ | ||
D | CodedOutputStreamTest.java | 188 private enum OutputType { enum in CodedOutputStreamTest |