HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_ENUM (Results 1 - 25 of 38) sorted by null

1 2

  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 187 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize,
210 _FieldDescriptor.TYPE_ENUM: encoder.EnumEncoder,
233 _FieldDescriptor.TYPE_ENUM: encoder.EnumSizer,
256 _FieldDescriptor.TYPE_ENUM: decoder.EnumDecoder,
281 _FieldDescriptor.TYPE_ENUM: wire_format.WIRETYPE_VARINT,
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 112 case FieldDescriptor::TYPE_ENUM : return "Enum" ;
142 case FieldDescriptor::TYPE_ENUM : return -1;
java_extension.cc 64 case FieldDescriptor::TYPE_ENUM : return "ENUM";
java_helpers.cc 217 case FieldDescriptor::TYPE_ENUM:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 112 case FieldDescriptor::TYPE_ENUM : return "Enum" ;
142 case FieldDescriptor::TYPE_ENUM : return -1;
javamicro_helpers.cc 289 case FieldDescriptor::TYPE_ENUM:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 133 case FieldDescriptor::TYPE_ENUM : return "Enum" ;
163 case FieldDescriptor::TYPE_ENUM : return -1;
javanano_helpers.cc 295 case FieldDescriptor::TYPE_ENUM:
  /external/protobuf/src/google/protobuf/
wire_format.cc 483 case FieldDescriptor::TYPE_ENUM: {
486 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
544 case FieldDescriptor::TYPE_ENUM: {
546 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
817 case FieldDescriptor::TYPE_ENUM: {
    [all...]
extension_set.cc 115 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_ENUM);
139 GOOGLE_CHECK_EQ(type, WireFormatLite::TYPE_ENUM);
759 case WireFormatLite::TYPE_ENUM:
762 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
    [all...]
wire_format_lite.cc 81 CPPTYPE_ENUM, // TYPE_ENUM
104 WireFormatLite::WIRETYPE_VARINT, // TYPE_ENUM
198 int, WireFormatLite::TYPE_ENUM>(input, &value)) {
descriptor_unittest.cc 409 FieldDescriptorProto::TYPE_ENUM)
587 EXPECT_EQ(FieldDescriptor::TYPE_ENUM , bar_->type());
    [all...]
descriptor.h 316 TYPE_ENUM = 14, // Enum, varint on the wire
337 CPPTYPE_ENUM = 8, // TYPE_ENUM
452 // If type is TYPE_ENUM, returns a descriptor for the enum. Otherwise,
    [all...]
wire_format_lite.h 112 TYPE_ENUM = 14,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 229 case FieldDescriptor::TYPE_ENUM : return "Enum";
cpp_primitive_field.cc 68 case FieldDescriptor::TYPE_ENUM : return -1;
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 783 TYPE_ENUM = 20,
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 341 TYPE_ENUM = 14
text_format.py 259 elif field.type == descriptor.FieldDescriptor.TYPE_ENUM:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 270 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
cursesf.h 849 : NCursesFieldType(TYPE_ENUM),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 270 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
cursesf.h 849 : NCursesFieldType(TYPE_ENUM),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 270 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
  /frameworks/base/tools/aapt/
ResourceTable.cpp 154 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
417 localType = ResTable_map::TYPE_ENUM;
435 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
448 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
449 if (localType == ResTable_map::TYPE_ENUM) {
499 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
500 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
532 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
    [all...]

Completed in 422 milliseconds

1 2