HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_ENUM (Results 26 - 50 of 62) sorted by null

12 3

  /external/protobuf/python/google/protobuf/
descriptor.py 341 TYPE_ENUM = 14
text_format.py 259 elif field.type == descriptor.FieldDescriptor.TYPE_ENUM:
  /external/protobuf/src/google/protobuf/
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,
wire_format_lite_inl.h 160 inline bool WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
form.h 270 extern NCURSES_EXPORT_VAR(FIELDTYPE *) TYPE_ENUM;
cursesf.h 849 : NCursesFieldType(TYPE_ENUM),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 411 FieldDescriptorProto::TYPE_ENUM)
589 EXPECT_EQ(FieldDescriptor::TYPE_ENUM , bar_->type());
    [all...]
descriptor.h 346 TYPE_ENUM = 14, // Enum, varint on the wire
367 CPPTYPE_ENUM = 8, // TYPE_ENUM
486 // If type is TYPE_ENUM, returns a descriptor for the enum. Otherwise,
    [all...]
wire_format_lite.cc 100 CPPTYPE_ENUM, // TYPE_ENUM
123 WireFormatLite::WIRETYPE_VARINT, // TYPE_ENUM
423 int, WireFormatLite::TYPE_ENUM>(input, &value)) {
wire_format_lite.h 111 TYPE_ENUM = 14,
wire_format_lite_inl.h 159 inline bool WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 279 elif field.type == descriptor.FieldDescriptor.TYPE_ENUM:
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 809 TYPE_ENUM = 20,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 314 case FieldDescriptor::TYPE_ENUM:
  /frameworks/base/tools/aapt/
ResourceTable.cpp 165 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
428 localType = ResTable_map::TYPE_ENUM;
446 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
459 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
460 if (localType == ResTable_map::TYPE_ENUM) {
501 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
502 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
534 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 624 case FieldDescriptorProto::TYPE_ENUM:
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 882 case FieldDescriptorProto::TYPE_ENUM:
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 230 elif desc.type == FieldD.TYPE_ENUM:
    [all...]

Completed in 771 milliseconds

12 3