/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_reflection_class.cc | 222 // corresponding to fields, names corresponding to oneofs, nested enums, and nested types. Each array part 251 // Oneofs 253 std::vector<std::string> oneofs; local 255 oneofs.push_back(UnderscoresToCamelCase(descriptor->oneof_decl(i)->name(), true)); 257 printer->Print("new[]{ \"$oneofs$\" }, ", "oneofs", JoinStrings(oneofs, "\", \""));
|
/external/protobuf/objectivec/ |
GPBDescriptor.h | 58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs; variable
|
/system/extras/simpleperf/scripts/ |
profile_pb2.py | 144 oneofs=[ variable 182 oneofs=[ variable 227 oneofs=[ variable 272 oneofs=[ variable 366 oneofs=[ variable 418 oneofs=[ variable 456 oneofs=[ variable 515 oneofs=[ variable
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_containers.cc | 1232 namespace oneofs { namespace in namespace:google::protobuf::python::message_descriptor [all...] |
/external/protobuf/src/google/protobuf/ |
type.pb.cc | 204 "rotobuf.Field\022\016\n\006oneofs\030\003 \003(\t\022(\n\007options" 415 // repeated string oneofs = 3; 422 this->oneofs(this->oneofs_size() - 1).data(), 423 this->oneofs(this->oneofs_size() - 1).length(), 425 "google.protobuf.Type.oneofs")); 520 // repeated string oneofs = 3; 523 this->oneofs(i).data(), this->oneofs(i).length(), 525 "google.protobuf.Type.oneofs"); 527 3, this->oneofs(i), output) 818 const ::std::string& Type::oneofs(int index) const { function in class:google::protobuf::Type 856 Type::oneofs() const { function in class:google::protobuf::Type [all...] |
type.pb.h | 212 // repeated string oneofs = 3; 216 const ::std::string& oneofs(int index) const; 225 const ::google::protobuf::RepeatedPtrField< ::std::string>& oneofs() const; 942 inline const ::std::string& Type::oneofs(int index) const { function in class:google::protobuf::Type 980 Type::oneofs() const { function in class:google::protobuf::Type [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
type.pb.h | 212 // repeated string oneofs = 3; 216 const ::std::string& oneofs(int index) const; 225 const ::google::protobuf::RepeatedPtrField< ::std::string>& oneofs() const; 942 inline const ::std::string& Type::oneofs(int index) const { function in class:google::protobuf::Type 980 Type::oneofs() const { function in class:google::protobuf::Type [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Descriptors.java | 641 /** Get a list of this message type's oneofs. */ 643 return Collections.unmodifiableList(Arrays.asList(oneofs)); 768 private final OneofDescriptor[] oneofs; field in class:Descriptors.Descriptor 790 this.oneofs = new OneofDescriptor[0]; 807 oneofs = new OneofDescriptor[proto.getOneofDeclCount()]; 809 oneofs[i] = new OneofDescriptor( 838 oneofs[i].fields = new FieldDescriptor[oneofs[i].getFieldCount()]; 839 oneofs[i].fieldCount = 0; [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | 2053 OneofAccessor oneofs() { return OneofAccessor(this); } function in class:upb::MessageDef 2054 ConstOneofAccessor oneofs() const { return ConstOneofAccessor(this); } function in class:upb::MessageDef [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | 2531 OneofAccessor oneofs() { return OneofAccessor(this); } function in class:upb::MessageDef 2532 ConstOneofAccessor oneofs() const { return ConstOneofAccessor(this); } function in class:upb::MessageDef [all...] |
/prebuilts/misc/common/robolectric/lib/ |
protobuf-java-2.6.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/ |
protobuf-java-2.6.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/ |
protobuf-java-3.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/ |
protobuf-java-3.0.2.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/ |
protobuf-java-3.0.0-beta-2.jar | |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
bazel_java_extractor.jar | |