Searched refs:CppType (Results 1 – 17 of 17) sorted by relevance
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | OperationSignatureUtils.h | 37 struct CppType; 39 struct CppType<Type::TENSOR_FLOAT32> { 43 struct CppType<Type::FLOAT32> { 47 struct CppType<Type::TENSOR_INT32> { 51 struct CppType<Type::INT32> { 55 struct CppType<Type::TENSOR_QUANT8_ASYMM> { 59 struct CppType<Type::TENSOR_QUANT8_SYMM> { 63 struct CppType<Type::TENSOR_QUANT16_ASYMM> { 67 struct CppType<Type::TENSOR_QUANT16_SYMM> { 71 struct CppType<Type::TENSOR_BOOL8> { [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | 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 =
|
D | descriptor.h | 475 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]; 1865 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() 1873 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType() 1881 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
D | wire_format_lite.h | 119 enum CppType { enum 134 static CppType FieldTypeToCppType(FieldType type); 564 static const CppType kFieldTypeToCppTypeMap[]; 612 inline WireFormatLite::CppType
|
D | message.h | 892 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType, 898 FieldDescriptor::CppType cpptype, int ctype, in GetRawRepeatedField() 922 FieldDescriptor::CppType cpp_type,
|
D | generated_message_reflection.h | 419 Message* message, const FieldDescriptor* field, FieldDescriptor::CppType, 424 FieldDescriptor::CppType, int ctype, 431 FieldDescriptor::CppType cpp_type,
|
D | map.h | 111 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()
|
D | wire_format_lite.cc | 74 const WireFormatLite::CppType 76 static_cast<CppType>(0), // 0 is reserved for errors
|
D | message.cc | 415 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
D | generated_message_reflection.cc | 115 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() 1715 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField() 1741 FieldDescriptor::CppType cpptype, in GetRawRepeatedField() 2237 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
D | map_field_inl.h | 159 static_cast<FieldDescriptor::CppType>(that_iter.value_.type_)); in CopyIterator()
|
D | extension_set_heavy.cc | 128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type()
|
D | extension_set.cc | 56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type()
|
D | descriptor_unittest.cc | 2015 FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { in GetCppTypeForFieldType() 2018 static_cast<FieldDescriptor::CppType>(0); in GetCppTypeForFieldType()
|
D | descriptor.cc | 74 const FieldDescriptor::CppType 76 static_cast<CppType>(0), // 0 is reserved for errors
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.h | 129 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
|
D | cpp_helpers.cc | 290 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName()
|