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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 198 case FieldDescriptor::CPPTYPE_DOUBLE : return "double";
253 case FieldDescriptor::CPPTYPE_DOUBLE: {
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 102 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
122 case FD::CPPTYPE_DOUBLE : return sizeof(double );
wire_format_lite.cc 68 CPPTYPE_DOUBLE, // TYPE_DOUBLE
descriptor.h 334 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE
423 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
    [all...]
wire_format_lite.h 126 CPPTYPE_DOUBLE = 5,
descriptor.cc 66 CPPTYPE_DOUBLE, // TYPE_DOUBLE
    [all...]
extension_set.cc 513 case WireFormatLite::CPPTYPE_DOUBLE:
554 case WireFormatLite::CPPTYPE_DOUBLE:
    [all...]
text_format.cc 385 case FieldDescriptor::CPPTYPE_DOUBLE: {
    [all...]
generated_message_reflection.cc 100 "CPPTYPE_DOUBLE",
265 case FieldDescriptor::CPPTYPE_DOUBLE:
    [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 275 case FieldDescriptor::CPPTYPE_DOUBLE: {
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 224 case FieldDescriptor::CPPTYPE_DOUBLE:
225 DBG("Type::ToJs CPPTYPE_DOUBLE");
346 case FieldDescriptor::CPPTYPE_DOUBLE:
347 DBG("Type::ToProto CPPTYPE_DOUBLE");
  /external/protobuf/python/google/protobuf/
descriptor.py 356 CPPTYPE_DOUBLE = 5
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 159 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 347 case FieldDescriptor::CPPTYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 168 case FieldDescriptor::CPPTYPE_DOUBLE: {
    [all...]

Completed in 2903 milliseconds