Home
last modified time | relevance | path

Searched refs:CppType (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dmanaged.h23 template <class CppType>
26 V8_INLINE CppType* get() { in get()
27 return *(reinterpret_cast<CppType**>(foreign_address())); in get()
30 static Managed<CppType>* cast(Object* obj) { in cast()
32 return reinterpret_cast<Managed<CppType>*>(obj); in cast()
35 static Handle<Managed<CppType>> New(Isolate* isolate, CppType* ptr) { in New()
38 Managed<CppType>::NativeDelete); in New()
39 Handle<Managed<CppType>> handle = Handle<Managed<CppType>>::cast( in New()
47 Handle<Managed<CppType>> handle) { in RegisterWeakCallbackForDelete()
50 &Managed<CppType>::GCDelete, in RegisterWeakCallbackForDelete()
[all …]
/external/protobuf/src/google/protobuf/
Drepeated_field_reflection.h249 static const FieldDescriptor::CppType cpp_type = \
269 static const FieldDescriptor::CppType cpp_type =
285 static const FieldDescriptor::CppType cpp_type =
300 static const FieldDescriptor::CppType cpp_type =
328 static const FieldDescriptor::CppType cpp_type =
Ddescriptor.h475 enum CppType { enum
540 CppType cpp_type() const; // C++ type of this field.
634 static CppType TypeToCppType(Type type);
640 static const char* CppTypeName(CppType cpp_type);
718 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
1858 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type()
1866 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType()
1874 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dreflection.h511 static const FieldDescriptor::CppType cpp_type = \
531 static const FieldDescriptor::CppType cpp_type =
547 static const FieldDescriptor::CppType cpp_type =
562 static const FieldDescriptor::CppType cpp_type =
590 static const FieldDescriptor::CppType cpp_type =
Dwire_format_lite.h119 enum CppType { enum
134 static CppType FieldTypeToCppType(FieldType type);
536 static const CppType kFieldTypeToCppTypeMap[];
584 inline WireFormatLite::CppType
Dgenerated_message_reflection.h419 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
424 FieldDescriptor::CppType, int ctype,
431 FieldDescriptor::CppType cpp_type,
Dmessage.h892 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
898 FieldDescriptor::CppType cpptype, int ctype, in GetRawRepeatedField()
922 FieldDescriptor::CppType cpp_type,
Dmap.h111 FieldDescriptor::CppType type() const { in type()
118 return (FieldDescriptor::CppType)type_; in type()
281 void SetType(FieldDescriptor::CppType type) { in SetType()
418 void SetType(FieldDescriptor::CppType type) { in SetType()
422 FieldDescriptor::CppType type() const { in type()
428 return (FieldDescriptor::CppType)type_; in type()
Dwire_format_lite.cc74 const WireFormatLite::CppType
76 static_cast<CppType>(0), // 0 is reserved for errors
Dmessage.cc417 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
Dgenerated_message_reflection.cc115 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()
1714 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField()
1740 FieldDescriptor::CppType cpptype, in GetRawRepeatedField()
2236 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
Dmap_field_inl.h159 static_cast<FieldDescriptor::CppType>(that_iter.value_.type_)); in CopyIterator()
Dextension_set_heavy.cc128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
Dextension_set.cc56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
Ddescriptor_unittest.cc2016 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType()
2019 static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
Ddescriptor.cc74 const FieldDescriptor::CppType
76 static_cast<CppType>(0), // 0 is reserved for errors
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h129 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
Dcpp_helpers.cc290 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()