Home
last modified time | relevance | path

Searched defs:GetDataType (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/bt/gd/packet/parser/fields/
H A Dfixed_enum_field.cc29 std::string FixedEnumField::GetDataType() const { in GetDataType() function in FixedEnumField
H A Dfixed_scalar_field.cc29 std::string FixedScalarField::GetDataType() const { in GetDataType() function in FixedScalarField
H A Denum_field.cc34 std::string EnumField::GetDataType() const { in GetDataType() function in EnumField
H A Dpadding_field.cc37 std::string PaddingField::GetDataType() const { in GetDataType() function in PaddingField
H A Dreserved_field.cc35 std::string ReservedField::GetDataType() const { in GetDataType() function in ReservedField
H A Dgroup_field.cc42 std::string GroupField::GetDataType() const { in GetDataType() function in GroupField
H A Dchecksum_field.cc29 std::string ChecksumField::GetDataType() const { in GetDataType() function in ChecksumField
H A Dchecksum_start_field.cc33 std::string ChecksumStartField::GetDataType() const { in GetDataType() function in ChecksumStartField
H A Dbody_field.cc42 std::string BodyField::GetDataType() const { in GetDataType() function in BodyField
H A Dvariable_length_struct_field.cc38 std::string VariableLengthStructField::GetDataType() const { in GetDataType() function in VariableLengthStructField
H A Dcustom_field_fixed_size.cc30 std::string CustomFieldFixedSize::GetDataType() const { in GetDataType() function in CustomFieldFixedSize
H A Dcustom_field.cc38 std::string CustomField::GetDataType() const { in GetDataType() function in CustomField
H A Dpayload_field.cc53 std::string PayloadField::GetDataType() const { in GetDataType() function in PayloadField
H A Dstruct_field.cc38 std::string StructField::GetDataType() const { in GetDataType() function in StructField
H A Darray_field.cc82 std::string ArrayField::GetDataType() const { in GetDataType() function in ArrayField
H A Dscalar_field.cc39 std::string ScalarField::GetDataType() const { in GetDataType() function in ScalarField
H A Dvector_field.cc106 std::string VectorField::GetDataType() const { in GetDataType() function in VectorField
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1105 RSExportPrimitiveType::GetDataType(RSContext *Context, const clang::Type *T) { in GetDataType() function in slang::RSExportPrimitiveType