Home
last modified time | relevance | path

Searched defs:Proto (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs56 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs74 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs115 internal MethodDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.MethodDescriptor
DEnumDescriptor.cs69 internal EnumDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs88 internal FieldDescriptorProto Proto { get; } property in Google.Protobuf.Reflection.FieldDescriptor
DMessageDescriptor.cs151 internal DescriptorProto Proto { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs250 internal FileDescriptorProto Proto { get; } property in Google.Protobuf.Reflection.FileDescriptor
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h235 typedef DescriptorProto Proto; typedef
385 typedef DescriptorProto_ExtensionRange Proto; typedef
588 typedef FieldDescriptorProto Proto; typedef
932 typedef OneofDescriptorProto Proto; typedef
1011 typedef EnumDescriptorProto Proto; typedef
1168 typedef EnumValueDescriptorProto Proto; typedef
1245 typedef ServiceDescriptorProto Proto; typedef
1327 typedef MethodDescriptorProto Proto; typedef
1413 typedef FileDescriptorProto Proto; typedef
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/from2/
Dindex.js9 var Proto = ctor() variable
/third_party/node/deps/npm/node_modules/from2/
Dindex.js9 var Proto = ctor() variable
/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py173 class Proto(asyncio.BufferedProtocol): class
/third_party/python/Lib/test/
Dtest_types.py842 class Proto(typing.Protocol): class
Dtest_typing.py796 class Proto(Protocol): class
1448 class Proto(Protocol): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1698 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall() local
/third_party/ltp/tools/sparse/sparse-src/
Dparse.c1731 Empty, K_R, Proto, Bad_Func, enumerator
/third_party/nghttp2/src/
Dshrpx_config.h414 enum class Proto { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h3640 StringView Proto; in parseQualifiedType() local