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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 386 CPPTYPE_INT32 = 1
407 TYPE_INT32: CPPTYPE_INT32,
408 TYPE_SFIXED32: CPPTYPE_INT32,
409 TYPE_SINT32: CPPTYPE_INT32,
  /external/protobuf/python/google/protobuf/
descriptor.py 352 CPPTYPE_INT32 = 1
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 121 CPPTYPE_INT32 = 1,
descriptor.h 360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 122 CPPTYPE_INT32 = 1,
descriptor.h 330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
408 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
    [all...]

Completed in 684 milliseconds