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

  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 70 CPPTYPE_INT64, // TYPE_INT64
83 CPPTYPE_INT64, // TYPE_SFIXED64
85 CPPTYPE_INT64, // TYPE_SINT64
dynamic_message.cc 99 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >);
119 case FD::CPPTYPE_INT64 : return sizeof(int64 );
descriptor.cc 68 CPPTYPE_INT64, // TYPE_INT64
81 CPPTYPE_INT64, // TYPE_SFIXED64
83 CPPTYPE_INT64, // TYPE_SINT64
    [all...]
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...]
wire_format_lite.h 123 CPPTYPE_INT64 = 2,
extension_set.cc 501 case WireFormatLite::CPPTYPE_INT64:
542 case WireFormatLite::CPPTYPE_INT64:
    [all...]
text_format.cc 364 case FieldDescriptor::CPPTYPE_INT64: {
    [all...]
generated_message_reflection.cc 97 "CPPTYPE_INT64",
262 case FieldDescriptor::CPPTYPE_INT64 :
    [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 195 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64";
249 case FieldDescriptor::CPPTYPE_INT64:
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 270 case FieldDescriptor::CPPTYPE_INT64:
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 215 case FieldDescriptor::CPPTYPE_INT64:
216 DBG("Type::ToJs CPPTYPE_INT64");
334 case FieldDescriptor::CPPTYPE_INT64:
335 DBG("Type::ToProto CPPTYPE_INT64");
  /external/protobuf/python/google/protobuf/
descriptor.py 353 CPPTYPE_INT64 = 2
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
reflection_test.py 713 cpp_type=FieldDescriptor.CPPTYPE_INT64,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 342 case FieldDescriptor::CPPTYPE_INT64:
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 164 case FieldDescriptor::CPPTYPE_INT64:
    [all...]

Completed in 37 milliseconds