HomeSort by relevance Sort by last modified time
    Searched defs:CPPTYPE_ENUM (Results 1 - 15 of 15) sorted by null

  /external/nanopb-c/generator/google/protobuf/
descriptor.py 393 CPPTYPE_ENUM = 8
401 TYPE_ENUM: CPPTYPE_ENUM,
  /external/protobuf/python/google/protobuf/
descriptor.py 453 CPPTYPE_ENUM = 8
461 TYPE_ENUM: CPPTYPE_ENUM,
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 388 case WireFormatLite::CPPTYPE_ENUM:
438 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
467 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
797 case WireFormatLite::CPPTYPE_ENUM:
    [all...]
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 483 CPPTYPE_ENUM = 8, // TYPE_ENUM
582 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 367 CPPTYPE_ENUM = 8, // TYPE_ENUM
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 367 CPPTYPE_ENUM = 8, // TYPE_ENUM
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 367 CPPTYPE_ENUM = 8, // TYPE_ENUM
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 483 CPPTYPE_ENUM = 8, // TYPE_ENUM
582 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 127 CPPTYPE_ENUM = 8,
descriptor.h 367 CPPTYPE_ENUM = 8, // TYPE_ENUM
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]

Completed in 254 milliseconds