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

  /external/protobuf/src/google/protobuf/
repeated_field_reflection.h 51 // of the value depends on the field's cpp_type. Following is a mapping from
52 // cpp_type to the type that should be used in this interface:
54 // field->cpp_type() T Actual type of void*
249 static const FieldDescriptor::CppType cpp_type = \
269 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
270 PrimitiveTraits<T>::cpp_type;
285 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
300 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
328 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
extension_set_heavy.cc 128 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
142 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
167 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
220 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
274 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
280 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
339 switch (cpp_type(type)) {
367 switch (cpp_type(type)) {
reflection.h 98 internal::RefTypeTraits<T>::cpp_type, NULL);
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
220 internal::RefTypeTraits<T>::cpp_type,
295 message, field, internal::RefTypeTraits<T>::cpp_type,
313 // of the value depends on the field's cpp_type. Following is a mapping from
314 // cpp_type to the type that should be used in this interface:
316 // field->cpp_type() T Actual type of void*
511 static const FieldDescriptor::CppType cpp_type = \
531 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
532 PrimitiveTraits<T>::cpp_type;
547 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
562 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
590 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
    [all...]
extension_set.cc 56 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon29878
259 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
283 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
313 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
438 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
467 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
499 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
528 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
569 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
602 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
descriptor.h 540 CppType cpp_type() const; // C++ type of this field.
561 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
564 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
567 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
570 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
573 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
576 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
579 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
582 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
587 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 51 // of the value depends on the field's cpp_type. Following is a mapping from
52 // cpp_type to the type that should be used in this interface:
54 // field->cpp_type() T Actual type of void*
249 static const FieldDescriptor::CppType cpp_type = \
269 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
270 PrimitiveTraits<T>::cpp_type;
285 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
300 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
328 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
reflection.h 98 internal::RefTypeTraits<T>::cpp_type, NULL);
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
220 internal::RefTypeTraits<T>::cpp_type,
295 message, field, internal::RefTypeTraits<T>::cpp_type,
313 // of the value depends on the field's cpp_type. Following is a mapping from
314 // cpp_type to the type that should be used in this interface:
316 // field->cpp_type() T Actual type of void*
511 static const FieldDescriptor::CppType cpp_type = \
531 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
532 PrimitiveTraits<T>::cpp_type;
547 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
562 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
590 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
    [all...]
descriptor.h 540 CppType cpp_type() const; // C++ type of this field.
561 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
564 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
567 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
570 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
573 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
576 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
579 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
582 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
587 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /system/tools/aidl/
aidl_unittest.cpp 351 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Outer.Inner"); local
352 ASSERT_NE(nullptr, cpp_type);
354 EXPECT_EQ("::p::Outer::Inner", cpp_type->CppType());
368 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Bar"); local
369 ASSERT_NE(nullptr, cpp_type);
370 EXPECT_EQ("::p::Bar", cpp_type->CppType());
372 cpp_type->GetHeaders(&headers);
generate_cpp.cpp 200 const Type* cpp_type = a.GetType().GetLanguageType<Type>(); local
201 if (!cpp_type) { return false; }
203 string type = cpp_type->CppType();
  /external/flatbuffers/src/
idl_gen_cpp.cpp 907 auto cpp_type = field.attributes.Lookup("cpp_type"); local
924 auto cpp_type = field.attributes.Lookup("cpp_type"); local
1466 auto cpp_type = field.attributes.Lookup("cpp_type"); local
    [all...]
idl_parser.cpp 680 auto cpp_type = field->attributes.Lookup("cpp_type"); local
681 if (cpp_type) {
683 return Error("cpp_type can only be used with a hashed field");
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 423 CppType cpp_type() const; // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 423 CppType cpp_type() const; // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 423 CppType cpp_type() const; // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 423 CppType cpp_type() const; // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 473 milliseconds