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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 387 CPPTYPE_INT64 = 2
402 TYPE_INT64: CPPTYPE_INT64,
403 TYPE_SINT64: CPPTYPE_INT64,
404 TYPE_SFIXED64: CPPTYPE_INT64,
  /external/protobuf/python/google/protobuf/
descriptor.py 353 CPPTYPE_INT64 = 2
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 122 CPPTYPE_INT64 = 2,
descriptor.h 361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 123 CPPTYPE_INT64 = 2,
descriptor.h 331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
411 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
    [all...]

Completed in 208 milliseconds