Searched refs:FieldList (Results 1 – 5 of 5) sorted by relevance
97 static const std::vector<C2FieldDescriptor> FieldList(); // <= needed for C2FieldDescriptor124 static const std::vector<C2FieldDescriptor> FieldList();129 const std::vector<C2FieldDescriptor> C2TestStruct_A::FieldList() { in FieldList() function in C2TestStruct_A226 …_P(DescribeStruct2Step, C2ParamTest_ParamFieldList, ::testing::Values(C2TestAStruct::FieldList()));255 …_P(DescribeStruct1Step, C2ParamTest_ParamFieldList, ::testing::Values(C2TestBStruct::FieldList()));303 static const std::vector<C2FieldDescriptor> FieldList();309 const std::vector<C2FieldDescriptor> C2TestStruct_FlexS32::FieldList() { in FieldList() function in C2TestStruct_FlexS32321 static const std::vector<C2FieldDescriptor> FieldList();327 const std::vector<C2FieldDescriptor> C2TestStruct_FlexEndS32::FieldList() { in FieldList() function in C2TestStruct_FlexEndS32368 C2TestStruct_FlexS32::FieldList(), in GetLists()[all …]
178 decltype(instance->mDomainInfo)::FieldList(), in describe()
173 inline static const std::vector<C2FieldDescriptor> FieldList() { return S::FieldList(); }915 const std::vector<C2FieldDescriptor> C2SimpleValueStruct<T>::FieldList() {919 const std::vector<C2FieldDescriptor> C2SimpleValueStruct<T[]>::FieldList() {923 const std::vector<C2FieldDescriptor> C2SimpleArrayStruct<T>::FieldList() {
1095 class=decltype(T::CORE_INDEX + 1), class=decltype(T::FieldList())>1162 : C2StructDescriptor(T::CORE_INDEX, T::FieldList()) { }1284 static const std::vector<C2FieldDescriptor> FieldList(); /**< structure fields factory */1330 const std::vector<C2FieldDescriptor> strukt::FieldList() { return list; }1461 const std::vector<C2FieldDescriptor> C2##name##Struct::FieldList() { return _FIELD_LIST; } \1472 const std::vector<C2FieldDescriptor> C2##name##Struct::FieldList() { return _FIELD_LIST; } \
87 return std::make_unique<C2StructDescriptor>(T::CORE_INDEX, T::FieldList()); in describe()