/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
FileDescriptor.cs | 63 new EnumDescriptor(enumType, this, null, index, generatedCodeInfo.NestedEnums[index])); 147 public IList<EnumDescriptor> EnumTypes { get; }
|
MessageDescriptor.cs | 87 new EnumDescriptor(type, file, this, index, generatedCodeInfo.NestedEnums[index])); 189 public IList<EnumDescriptor> EnumTypes { get; }
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_helpers.cc | 309 std::string GetClassName(const EnumDescriptor* descriptor) {
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.cc | 255 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
|
/test/vts/proto/ |
ComponentSpecificationMessage_pb2.py | 19 _COMPONENTCLASS = _descriptor.EnumDescriptor( 69 _COMPONENTTYPE = _descriptor.EnumDescriptor( 199 _VARIABLETYPE = _descriptor.EnumDescriptor( 297 _TARGETARCH = _descriptor.EnumDescriptor( [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 91 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 111 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 131 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 151 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); 171 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_JSType_descriptor(); [all...] |
struct.pb.cc | 43 const ::google::protobuf::EnumDescriptor* NullValue_descriptor_ = NULL; 192 const ::google::protobuf::EnumDescriptor* NullValue_descriptor() { [all...] |
type.pb.cc | 31 const ::google::protobuf::EnumDescriptor* Field_Kind_descriptor_ = NULL; 32 const ::google::protobuf::EnumDescriptor* Field_Cardinality_descriptor_ = NULL; 42 const ::google::protobuf::EnumDescriptor* Syntax_descriptor_ = NULL; 260 const ::google::protobuf::EnumDescriptor* Syntax_descriptor() { [all...] |
extension_set_heavy.cc | 260 return reinterpret_cast<const EnumDescriptor*>(arg)
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
descriptor.pb.h | 91 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 111 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 131 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 151 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); 171 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_JSType_descriptor(); [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
MapTest.java | 34 import com.google.protobuf.Descriptors.EnumDescriptor; 728 EnumDescriptor enumDescriptor = TestMap.EnumValue.getDescriptor(); 750 enumDescriptor.findValueByNumberCreatingIfUnknown(value + 1)); [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
repeated_scalar_container.cc | 165 const EnumDescriptor* enum_descriptor = field_descriptor->enum_type(); 408 const EnumDescriptor* enum_descriptor = field_descriptor->enum_type();
|
message.cc | 152 const EnumDescriptor* enum_descriptor = descriptor->enum_type(i); 927 const EnumDescriptor* enum_descriptor = descriptor.enum_type(); [all...] |
map_container.cc | 288 const EnumDescriptor* enum_descriptor = field_descriptor->enum_type(); [all...] |
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyMessage.java | 527 Descriptors.EnumDescriptor enumDescriptor = fieldDescriptor.getEnumType(); 530 val = enumDescriptor.findValueByNumberCreatingIfUnknown(RubyNumeric.num2int(value)); 532 val = enumDescriptor.findValueByName(value.asJavaString()); 686 Descriptors.EnumDescriptor enumDescriptor = fieldDescriptor.getEnumType(); 689 enumDescriptor.findValueByNumberCreatingIfUnknown(RubyNumeric.num2int(value)); [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers.cc | 344 string ClassNameWorker(const EnumDescriptor* descriptor) { 361 string EnumName(const EnumDescriptor* descriptor) { [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 104 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 124 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 144 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 104 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 124 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 144 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
descriptor.pb.h | 84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 104 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 124 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 144 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
descriptor.pb.h | 84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 104 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); 124 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 144 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 155 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 219 string ClassName(const EnumDescriptor* descriptor) {
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
GeneratedMessage.java | 34 import com.google.protobuf.Descriptors.EnumDescriptor; [all...] |
TextFormat.java | 34 import com.google.protobuf.Descriptors.EnumDescriptor; [all...] |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
JsonFormat.java | 48 import com.google.protobuf.Descriptors.EnumDescriptor; [all...] |