Home | History | Annotate | Download | only in glue

Lines Matching refs:CppVariantTest

84 TEST(CppVariantTest, NewVariantHasNullType) {
89 TEST(CppVariantTest, SetNullSetsType) {
96 TEST(CppVariantTest, CopyConstructorDoesDeepCopy) {
110 TEST(CppVariantTest, CopyConstructorIncrementsRefCount) {
125 TEST(CppVariantTest, AssignmentDoesDeepCopy) {
140 TEST(CppVariantTest, AssignmentIncrementsRefCount) {
157 TEST(CppVariantTest, DestroyingCopyDoesNotCorruptSource) {
176 TEST(CppVariantTest, CopiesTypeAndValueToNPVariant) {
217 TEST(CppVariantTest, SetsTypeAndValueFromNPVariant) {
275 TEST(CppVariantTest, SetsSimpleTypesAndValues) {
321 TEST(CppVariantTest, FreeDataSetsToVoid) {
330 TEST(CppVariantTest, FreeDataReleasesObject) {
346 TEST(CppVariantTest, IsTypeFunctionsWork) {
456 TEST(CppVariantTest, ToVector) {