Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc250 std::vector<std::string> oneofs; in WriteGeneratedCodeInfo() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto52 repeated string oneofs = 3; field
Dtype.pb.h962 inline const ::std::string& Type::oneofs(int index) const { in oneofs() function
1000 Type::oneofs() const { in oneofs() function
Dtype.pb.cc815 const ::std::string& Type::oneofs(int index) const { in oneofs() function in google::protobuf::Type
853 Type::oneofs() const { in oneofs() function in google::protobuf::Type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py260 is_extendable=True, extension_ranges=None, oneofs=None, argument
271 is_extendable=True, extension_ranges=None, oneofs=None, argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java768 private final OneofDescriptor[] oneofs; field in Descriptors.Descriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h2053 OneofAccessor oneofs() { return OneofAccessor(this); } in oneofs() function
2054 ConstOneofAccessor oneofs() const { return ConstOneofAccessor(this); } in oneofs() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc1256 namespace oneofs { namespace