HomeSort by relevance Sort by last modified time
    Searched refs:CppType (Results 1 - 25 of 45) sorted by null

1 2

  /external/v8/src/
managed.h 19 // Managed<CppType> may be used polymorphically as Foreign, where the held
20 // address is typed as CppType**. The double indirection is due to the
21 // use, by Managed, of Isolate::ManagedObjectFinalizer, which has a CppType*
23 template <class CppType>
26 V8_INLINE CppType* get() {
27 return *(reinterpret_cast<CppType**>(foreign_address()));
30 static Managed<CppType>* cast(Object* obj) {
32 return reinterpret_cast<Managed<CppType>*>(obj);
35 static Handle<Managed<CppType>> New(Isolate* isolate, CppType* ptr)
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_reflection.h 249 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 =
descriptor.h 473 // fixed mapping from Type to CppType where each Type maps to exactly one
474 // CppType. 0 is reserved for errors.
475 enum CppType {
488 // indexed by CppType.
540 CppType cpp_type() const; // C++ type of this field.
633 // Helper method to get the CppType for a particular Type.
634 static CppType TypeToCppType(Type type);
639 // Helper method to get the name of a CppType.
640 static const char* CppTypeName(CppType cpp_type);
718 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1]
    [all...]
reflection.h 511 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 =
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
536 static const CppType kFieldTypeToCppTypeMap[];
584 inline WireFormatLite::CppType
generated_message_reflection.h 419 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
424 FieldDescriptor::CppType, int ctype,
431 FieldDescriptor::CppType cpp_type,
message.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 249 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 =
descriptor.h 473 // fixed mapping from Type to CppType where each Type maps to exactly one
474 // CppType. 0 is reserved for errors.
475 enum CppType {
488 // indexed by CppType.
540 CppType cpp_type() const; // C++ type of this field.
633 // Helper method to get the CppType for a particular Type.
634 static CppType TypeToCppType(Type type);
639 // Helper method to get the name of a CppType.
640 static const char* CppTypeName(CppType cpp_type);
718 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1]
    [all...]
reflection.h 511 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 =
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
536 static const CppType kFieldTypeToCppTypeMap[];
584 inline WireFormatLite::CppType
generated_message_reflection.h 419 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType,
424 FieldDescriptor::CppType, int ctype,
431 FieldDescriptor::CppType cpp_type,
message.h     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 357 // fixed mapping from Type to CppType where each Type maps to exactly one
358 // CppType. 0 is reserved for errors.
359 enum CppType {
372 // indexed by CppType.
423 CppType cpp_type() const; // C++ type of this field.
510 // Helper method to get the CppType for a particular Type.
511 static CppType TypeToCppType(Type type);
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
    [all...]
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
493 static const CppType kFieldTypeToCppTypeMap[];
523 inline WireFormatLite::CppType
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 357 // fixed mapping from Type to CppType where each Type maps to exactly one
358 // CppType. 0 is reserved for errors.
359 enum CppType {
372 // indexed by CppType.
423 CppType cpp_type() const; // C++ type of this field.
510 // Helper method to get the CppType for a particular Type.
511 static CppType TypeToCppType(Type type);
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
    [all...]
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
493 static const CppType kFieldTypeToCppTypeMap[];
523 inline WireFormatLite::CppType
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 357 // fixed mapping from Type to CppType where each Type maps to exactly one
358 // CppType. 0 is reserved for errors.
359 enum CppType {
372 // indexed by CppType.
423 CppType cpp_type() const; // C++ type of this field.
510 // Helper method to get the CppType for a particular Type.
511 static CppType TypeToCppType(Type type);
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
    [all...]
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
493 static const CppType kFieldTypeToCppTypeMap[];
523 inline WireFormatLite::CppType
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 357 // fixed mapping from Type to CppType where each Type maps to exactly one
358 // CppType. 0 is reserved for errors.
359 enum CppType {
372 // indexed by CppType.
423 CppType cpp_type() const; // C++ type of this field.
510 // Helper method to get the CppType for a particular Type.
511 static CppType TypeToCppType(Type type);
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
    [all...]
wire_format_lite.h 118 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
119 enum CppType {
133 // Helper method to get the CppType for a particular Type.
134 static CppType FieldTypeToCppType(FieldType type);
493 static const CppType kFieldTypeToCppTypeMap[];
523 inline WireFormatLite::CppType
  /system/tools/aidl/
type_cpp.h 54 std::string CppType() const { return cpp_type_; }
aidl_unittest.cpp 355 EXPECT_EQ("::p::Outer::Inner", cpp_type->CppType());
371 EXPECT_EQ("::p::Bar", cpp_type->CppType());
generate_cpp.cpp 120 literal = type->CppType();
146 "%s* %s", return_type->CppType().c_str(),
205 string type = cpp_type->CppType();
442 "%s %s", return_type->CppType().c_str(),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 129 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
247 // Returns true if the field's CPPTYPE is string or message.

Completed in 911 milliseconds

1 2