Home
last modified time | relevance | path

Searched refs:AllTypes (Results 1 – 25 of 83) sorted by relevance

1234

/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c67 PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, AllTypes, req_int32, req_int32, 0),
68 PB_FIELD( 2, INT64 , REQUIRED, STATIC , OTHER, AllTypes, req_int64, req_int32, 0),
69 PB_FIELD( 3, UINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_uint32, req_int64, 0),
70 PB_FIELD( 4, UINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_uint64, req_uint32, 0),
71 PB_FIELD( 5, SINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_sint32, req_uint64, 0),
72 PB_FIELD( 6, SINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_sint64, req_sint32, 0),
73 PB_FIELD( 7, BOOL , REQUIRED, STATIC , OTHER, AllTypes, req_bool, req_sint64, 0),
74 PB_FIELD( 8, FIXED32 , REQUIRED, STATIC , OTHER, AllTypes, req_fixed32, req_bool, 0),
75 PB_FIELD( 9, SFIXED32, REQUIRED, STATIC , OTHER, AllTypes, req_sfixed32, req_fixed32, 0),
76 PB_FIELD( 10, FLOAT , REQUIRED, STATIC , OTHER, AllTypes, req_float, req_sfixed32, 0),
[all …]
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.c67 PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, AllTypes, req_int32, req_int32, 0),
68 PB_FIELD( 2, INT64 , REQUIRED, STATIC , OTHER, AllTypes, req_int64, req_int32, 0),
69 PB_FIELD( 3, UINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_uint32, req_int64, 0),
70 PB_FIELD( 4, UINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_uint64, req_uint32, 0),
71 PB_FIELD( 5, SINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_sint32, req_uint64, 0),
72 PB_FIELD( 6, SINT64 , REQUIRED, STATIC , OTHER, AllTypes, req_sint64, req_sint32, 0),
73 PB_FIELD( 7, BOOL , REQUIRED, STATIC , OTHER, AllTypes, req_bool, req_sint64, 0),
74 PB_FIELD( 8, FIXED32 , REQUIRED, STATIC , OTHER, AllTypes, req_fixed32, req_bool, 0),
75 PB_FIELD( 9, SFIXED32, REQUIRED, STATIC , OTHER, AllTypes, req_sfixed32, req_fixed32, 0),
76 PB_FIELD( 10, FLOAT , REQUIRED, STATIC , OTHER, AllTypes, req_float, req_sfixed32, 0),
[all …]
/external/jackson-databind/src/test/java/perf/
DManualWritePerfWithAllTypes.java14 …nds ObjectWriterTestBase<ManualWritePerfWithAllTypes.AllTypes, ManualWritePerfWithAllTypes.AllType…
26 AllTypes input1 = AllTypes.bigObject(); in main()
27 AllTypes input2 = AllTypes.bigObject(); in main()
29 "AllTypes/small-1", input1, AllTypes.class, in main()
30 "AllTypes/small-2", input2, AllTypes.class); in main()
50 public static class AllTypes class in ManualWritePerfWithAllTypes
80 public AllTypes allType;
82 public List<AllTypes> allTypes = new ArrayList<AllTypes>();
84 static AllTypes _small() { in _small()
85 AllTypes small = new AllTypes(); in _small()
[all …]
/external/nanopb-c/tests/alltypes/
DSConscript18 MESSAGE='AllTypes')
21 MESSAGE='AllTypes')
29 MESSAGE='AllTypes')
32 MESSAGE='AllTypes')
40 MESSAGE='AllTypes')
43 MESSAGE='AllTypes')
/external/nanopb-c/tests/alltypes_proto3/
DSConscript1 # Version of AllTypes test case for protobuf 3 file format.
28 MESSAGE='AllTypes')
31 MESSAGE='AllTypes')
39 MESSAGE='AllTypes')
42 MESSAGE='AllTypes')
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
DSConscript18 MESSAGE='AllTypes')
21 MESSAGE='AllTypes')
29 MESSAGE='AllTypes')
32 MESSAGE='AllTypes')
/external/nanopb-c/tests/without_64bit/
DSConscript33 MESSAGE='AllTypes')
36 MESSAGE='AllTypes')
45 MESSAGE='AllTypes')
48 MESSAGE='AllTypes')
/external/llvm-project/clang/utils/TableGen/
DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anon11ff287b0111::Hierarchy
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dalltypes.options2 AllTypes.* type:FT_CALLBACK
4 AllTypes.oneof no_unions:true
DSConscript1 # Test the AllTypes encoding & decoding using callbacks for all fields.
/external/nanopb-c/tests/alltypes_proto3_callback/
Dalltypes.options2 AllTypes.* type:FT_CALLBACK
4 AllTypes.oneof no_unions:true
/external/nanopb-c/tests/alltypes_callback/
Dalltypes.options2 AllTypes.* type:FT_CALLBACK
4 AllTypes.oneof no_unions:true
/external/grpc-grpc/third_party/nanopb/tests/extensions/
Dextensions.proto5 extend AllTypes {
10 extend AllTypes {
Dencode_extensions.c17 AllTypes alltypes = {0}; in main()
Ddecode_extensions.c22 AllTypes alltypes = {0}; in main()
/external/nanopb-c/tests/extensions/
Dextensions.proto5 extend AllTypes {
10 extend AllTypes {
Dencode_extensions.c17 AllTypes alltypes = {0}; in main()
Ddecode_extensions.c22 AllTypes alltypes = {0}; in main()
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
DSConscript1 # Encode the AllTypes message using pointers for all fields, and verify the
2 # output against the normal AllTypes test case.
/external/nanopb-c/tests/alltypes_pointer/
DSConscript1 # Encode the AllTypes message using pointers for all fields, and verify the
2 # output against the normal AllTypes test case.
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlGenerator.kt59 NodeKind.AllTypes -> outlineRootUri(node).resolve ("classes.html") in <lambda>()
66 NodeKind.AllTypes -> tryGetContainerUri(node.getOwnerOrReport()) in <lambda>()
125 buildClassIndex(module.members.single { it.kind == NodeKind.AllTypes }, outlineRootFile) in <lambda>()
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/
DTypeMismatchCheck.cpp48 static std::unordered_set<std::string> AllTypes = { in isStandardMPIDatatype() local
83 return AllTypes.find(MPIDatatype) != AllTypes.end(); in isStandardMPIDatatype()
/external/webrtc/rtc_base/
Dbounded_inline_vector_unittest.cc35 using AllTypes = typedef
40 TYPED_TEST_SUITE(BoundedInlineVectorTestAllTypes, AllTypes);
/external/dokka/core/src/main/kotlin/Formats/
DDacOutlineService.kt7 import org.jetbrains.kotlin.cfg.pseudocode.AllTypes in <lambda>()
131 node.members.filter { it.kind == NodeKind.AllTypes }.firstOrNull()?.let { in appendOutlineHeader()
142 } else if (node.kind != NodeKind.AllTypes && !(node is DocumentationModule)) { in appendOutlineHeader()
/external/llvm-project/flang/lib/Evaluate/
Dinitial-image.cpp70 using Types = AllTypes;
164 using Types = AllTypes;

1234