Home
last modified time | relevance | path

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

12

/external/openscreen/tools/cddl/
Dcodegen.cc52 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString()
54 case CppType::Which::kUint64: in CppTypeToString()
56 case CppType::Which::kString: in CppTypeToString()
58 case CppType::Which::kBytes: { in CppTypeToString()
67 case CppType::Which::kVector: { in CppTypeToString()
74 case CppType::Which::kEnum: in CppTypeToString()
76 case CppType::Which::kStruct: in CppTypeToString()
78 case CppType::Which::kTaggedType: in CppTypeToString()
86 const CppType& parent, in WriteEnumEqualityOperatorSwitchCases()
97 [&fd, &child_name, &parent_name](CppType* new_parent) { in WriteEnumEqualityOperatorSwitchCases()
[all …]
Dsema.h204 struct CppType { struct
220 CppType* element_type; argument
239 std::vector<CppType*> sub_members; argument
256 CppType* type) { in CppMember() argument
270 CppType* type;
281 std::vector<CppType*> members; argument
290 CppType* real_type; argument
293 CppType();
294 ~CppType();
309 CppType* optional_type; argument
[all …]
Dsema.cc25 std::vector<CppType*> CppSymbolTable::TypesWithId() { in TypesWithId()
27 for (const std::unique_ptr<CppType>& ptr : this->cpp_types) { in TypesWithId()
77 CppType::CppType() : vector_type() {} in CppType() function in CppType
78 CppType::~CppType() { in ~CppType()
80 case CppType::Which::kUninitialized: in ~CppType()
82 case CppType::Which::kUint64: in ~CppType()
84 case CppType::Which::kString: in ~CppType()
86 case CppType::Which::kBytes: in ~CppType()
88 case CppType::Which::kVector: in ~CppType()
90 case CppType::Which::kEnum: in ~CppType()
[all …]
DREADME.md302 analysis layer) which generates a table of `CppType`s. `CppType` represents
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc42 case FieldDescriptor::CppType::CPPTYPE_BOOL: in FieldToJson()
46 case FieldDescriptor::CppType::CPPTYPE_ENUM: in FieldToJson()
50 case FieldDescriptor::CppType::CPPTYPE_FLOAT: in FieldToJson()
56 case FieldDescriptor::CppType::CPPTYPE_INT32: in FieldToJson()
60 case FieldDescriptor::CppType::CPPTYPE_INT64: in FieldToJson()
64 case FieldDescriptor::CppType::CPPTYPE_DOUBLE: in FieldToJson()
68 case FieldDescriptor::CppType::CPPTYPE_STRING: in FieldToJson()
72 case FieldDescriptor::CppType::CPPTYPE_UINT32: in FieldToJson()
76 case FieldDescriptor::CppType::CPPTYPE_UINT64: in FieldToJson()
80 case FieldDescriptor::CppType::CPPTYPE_MESSAGE: in FieldToJson()
[all …]
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_conversions.h120 template <class CppType>
121 explicit StackHelper(const CppType& t) { in StackHelper()
126 template <class CppType>
127 CppType AsCpp() const { in AsCpp()
/external/perfetto/include/perfetto/protozero/
Dproto_decoder.h172 template <proto_utils::ProtoWireType wire_type, typename CppType>
207 const CppType operator*() const { return curr_value_; }
232 curr_value_ = static_cast<CppType>(new_value);
239 memcpy(&curr_value_, read_ptr_, sizeof(CppType));
261 CppType curr_value_ = 0;
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp297 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryTrianglesDataKHR> struct
378 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryAabbsDataKHR> struct
460 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryInstancesDataKHR> struct
616 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryKHR> struct
878 struct CppType<StructureType, StructureType::eAccelerationStructureBuildGeometryInfoKHR> struct
1076 struct CppType<StructureType, StructureType::eAccelerationStructureBuildSizesInfoKHR> struct
1210 struct CppType<StructureType, StructureType::eAccelerationStructureCreateInfoKHR> struct
1383 struct CppType<StructureType, StructureType::eGeometryTrianglesNV> struct
1486 struct CppType<StructureType, StructureType::eGeometryAabbNV> struct
1648 struct CppType<StructureType, StructureType::eGeometryNV> struct
[all …]
Dvulkan_handles.hpp1070 struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eSurfaceKHR> struct
1076 struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, struct
1168 …struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eDebugReportCal… struct
1174 struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, struct
1266 …struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eDebugUtilsMess… struct
1355 struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eDisplayKHR> struct
1361 struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, struct
1452 struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eSwapchainKHR> struct
1458 struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, struct
1547 struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eSemaphore> struct
[all …]
/external/protobuf/src/google/protobuf/
Dreflection.h480 static const FieldDescriptor::CppType cpp_type = \
500 static const FieldDescriptor::CppType cpp_type = PrimitiveTraits<T>::cpp_type;
513 static const FieldDescriptor::CppType cpp_type =
526 static const FieldDescriptor::CppType cpp_type =
550 static const FieldDescriptor::CppType cpp_type =
Dmap_field.h386 FieldDescriptor::CppType type() const {
392 return (FieldDescriptor::CppType)type_;
549 void SetType(FieldDescriptor::CppType type) {
668 void SetType(FieldDescriptor::CppType type) { type_ = type; }
670 FieldDescriptor::CppType type() const {
675 return (FieldDescriptor::CppType)type_;
Ddescriptor.h553 enum CppType { enum
618 CppType cpp_type() const; // C++ type of this field.
715 static CppType TypeToCppType(Type type);
721 static const char* CppTypeName(CppType cpp_type);
824 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
2139 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type()
2147 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType()
2155 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dmessage.h847 FieldDescriptor::CppType, int ctype,
852 FieldDescriptor::CppType cpptype, int ctype,
870 FieldDescriptor::CppType cpp_type,
Dwire_format_lite.cc74 const WireFormatLite::CppType
76 static_cast<CppType>(0), // 0 is reserved for errors
Dwire_format_lite.h134 enum CppType { enum
149 static CppType FieldTypeToCppType(FieldType type);
714 static const CppType kFieldTypeToCppTypeMap[];
763 inline WireFormatLite::CppType WireFormatLite::FieldTypeToCppType( in FieldTypeToCppType()
Dmap_field_inl.h159 static_cast<FieldDescriptor::CppType>(that_iter.value_.type_)); in CopyIterator()
Dgenerated_message_reflection.cc143 const char* method, FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError()
1700 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField()
1724 FieldDescriptor::CppType cpptype, in GetRawRepeatedField()
2191 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
/external/swiftshader/include/vulkan/
Dvulkan.hpp3760 struct CppType struct
9575 struct CppType<IndexType, IndexType::eUint16> struct
9587 struct CppType<IndexType, IndexType::eUint32> struct
9599 struct CppType<IndexType, IndexType::eUint8EXT> struct
14589 …struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eAccelerationSt… struct
14596 …struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, VULKAN_HPP_NAMESPACE::DebugReportOb… struct
14765 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryTrianglesDataKHR> struct
14845 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryAabbsDataKHR> struct
14925 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryInstancesDataKHR> struct
15078 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryKHR> struct
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp3760 struct CppType struct
9508 struct CppType<IndexType, IndexType::eUint16> struct
9520 struct CppType<IndexType, IndexType::eUint32> struct
9532 struct CppType<IndexType, IndexType::eUint8EXT> struct
14518 …struct CppType<VULKAN_HPP_NAMESPACE::ObjectType, VULKAN_HPP_NAMESPACE::ObjectType::eAccelerationSt… struct
14525 …struct CppType<VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT, VULKAN_HPP_NAMESPACE::DebugReportOb… struct
14694 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryTrianglesDataKHR> struct
14774 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryAabbsDataKHR> struct
14854 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryInstancesDataKHR> struct
15007 struct CppType<StructureType, StructureType::eAccelerationStructureGeometryKHR> struct
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h196 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
198 FieldDescriptor::CppType type);
Dcpp_helpers.cc482 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()
514 FieldDescriptor::CppType type) { in PrimitiveTypeName()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc39 template <typename CppType>
42 auto data_span = literal.data<CppType>(); in CreateDenseAttrFromLiteral()
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1372 strings in this list are of the format `"MojomType=CppType"`, where
1373 `MojomType` must be a fully qualified Mojom typename and `CppType` must be a
1375 brackets following the `CppType`:
1376 * `move_only`: The `CppType` is move-only and should be passed by value
1378 so containers of `MojomType` will translate to containers of `CppType`
1380 * `copyable_pass_by_value`: Forces values of type `CppType` to be passed by
1383 mapped to `CppType` while a nullable `MojomType?` will be mapped to
1384 `base::Optional<CppType>`. If this attribute is set, the `base::Optional`
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc357 template <typename CppType, typename Pybind11Type>
361 CppType data = py::cast<Pybind11Type>(scalar); in ConvertToScalarBuffer()
366 xla::Shape shape = xla::ShapeUtil::MakeShapeWithType<CppType>({}); in ConvertToScalarBuffer()
/external/libprotobuf-mutator/src/
Dfield_instance.h181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type()

12