Home
last modified time | relevance | path

Searched defs:cpp_type (Results 1 – 21 of 21) sorted by relevance

/external/openscreen/tools/cddl/
Dsema.cc527 CppType* cpp_type, in IncludeGroupMembersInSubEnum()
553 CppType* cpp_type, in IncludeGroupMembersInEnum()
582 CppType* cpp_type, in AddMembersToStruct()
646 CppType* cpp_type = nullptr; in MakeCppType() local
Dcodegen.cc53 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString()
379 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten()
525 const CppType& cpp_type, in WriteEncoder()
1033 const CppType& cpp_type, in WriteDecoder()
/external/flatbuffers/src/
Didl_gen_cpp.cpp1821 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenMember() local
1864 const auto cpp_type = field.attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local
1872 const auto cpp_type = field.attributes.Lookup("cpp_type"); in NeedsCopyCtorAssignOp() local
1904 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenDefaultConstructor() local
1972 const auto cpp_type = field.attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local
1994 const auto cpp_type = field.attributes.Lookup("cpp_type"); in GenCopyCtorAssignOpDefs() local
3043 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
3108 auto cpp_type = field.attributes.Lookup("cpp_type"); in GenUnpackFieldStatement() local
Didl_parser.cpp1130 auto cpp_type = field->attributes.Lookup("cpp_type"); in ParseField() local
/external/cronet/testing/rust_gtest_interop/
Dgtest_attribute.rs374 let cpp_type = match if args.len() == 1 { Some(&args[0]) } else { None } { in extern_test_suite() localVariable
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc110 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Ddescriptor.h2394 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
2410 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set.cc68 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2833 FieldDescriptor::CppType cpp_type, in Swap()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc111 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Ddescriptor.h2394 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
2410 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set.cc68 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2829 FieldDescriptor::CppType cpp_type, in Swap()
/external/libprotobuf-mutator/src/
Dfield_instance.h181 protobuf::FieldDescriptor::CppType cpp_type() const { in cpp_type() function
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc280 const std::string& full_name) { in Generate()
Dprotozero_plugin.cc727 std::string cpp_type; in GenerateDecoder() local
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py550 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
562 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/external/perfetto/src/shared_lib/
Ddata_source.cc62 DataSourceType cpp_type; member
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1795 #define ELEMENTS_ATTR_TO_LITERAL(xla_type, cpp_type) \ in CreateArrayLiteralFromAttr() argument
/external/tensorflow/tensorflow/c/
Dc_api.cc1374 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument