Home
last modified time | relevance | path

Searched defs:oneofs (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/examples/node/dynamic_codegen/
Dgreeter_client.js29 oneofs: true property
Dgreeter_server.js29 oneofs: true property
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc253 std::vector<std::string> oneofs; in WriteGeneratedCodeInfo() local
/external/protobuf/src/google/protobuf/
Dtype.proto52 repeated string oneofs = 3; field
Dtype.pb.h942 inline const ::std::string& Type::oneofs(int index) const { in oneofs() function
980 Type::oneofs() const { in oneofs() function
Dtype.pb.cc818 const ::std::string& Type::oneofs(int index) const { in oneofs() function in google::protobuf::Type
856 Type::oneofs() const { in oneofs() function in google::protobuf::Type
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js33 oneofs: true property
Droute_guide_client.js34 oneofs: true property
/external/protobuf/python/google/protobuf/
Ddescriptor.py260 is_extendable=True, extension_ranges=None, oneofs=None, argument
271 is_extendable=True, extension_ranges=None, oneofs=None, argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java768 private final OneofDescriptor[] oneofs; field in Descriptors.Descriptor
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc1232 namespace oneofs { namespace
/external/protobuf/php/ext/google/protobuf/
Dupb.h2053 OneofAccessor oneofs() { return OneofAccessor(this); } in oneofs() function
2054 ConstOneofAccessor oneofs() const { return ConstOneofAccessor(this); } in oneofs() function
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py3259 oneofs = _messages.StringField(3, repeated=True) variable in Type
/external/python/apitools/samples/servicemanagement_sample/
Dservicemanagement_v1.json476 "oneofs": { object