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

  /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 277 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Bar"); local
278 ASSERT_NE(nullptr, cpp_type);
279 EXPECT_EQ("::p::Bar", cpp_type->CppType());
281 cpp_type->GetHeaders(&headers);
generate_cpp.cpp 199 const Type* cpp_type = a.GetType().GetLanguageType<Type>(); local
200 if (!cpp_type) { return false; }
202 string type = cpp_type->CppType();
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 127 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
141 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
166 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
213 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
254 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
260 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
319 switch (cpp_type(type)) {
347 switch (cpp_type(type)) {
extension_set.cc 56 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon21854
247 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
271 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
301 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
415 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
444 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
475 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
504 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
544 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
576 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
descriptor.h 442 CppType cpp_type() const; // C++ type of this field.
461 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
464 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
467 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
470 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
473 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
476 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
479 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
482 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
487 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1641 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [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 719 milliseconds