Home
last modified time | relevance | path

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/
DMethodDescriptor.cs58 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
DDescriptor.cs2558 public string OutputType { property in Google.Protobuf.Reflection.MethodDescriptorProto
/frameworks/compile/slang/
Dllvm-rs-cc.cpp71 slang::Slang::OutputType OutputType, in DetermineOutputFile()
Dslang.h80 enum OutputType { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java188 private enum OutputType { enum in CodedOutputStreamTest