Searched refs:innerStruct (Results 1 – 2 of 2) sorted by relevance
241 sh::ShaderVariable &innerStruct = parentStruct.fields.back(); in TEST() local242 innerStruct.fields.push_back(sh::ShaderVariable(GL_FLOAT_MAT3)); in TEST()243 innerStruct.fields.push_back(sh::ShaderVariable(GL_FLOAT_VEC2, 6)); in TEST()244 innerStruct.fields.push_back(sh::ShaderVariable(GL_FLOAT_VEC2, 4)); in TEST()
139 Map<Object, Object> innerStruct = new TreeMap<>(); in testResponseWithComplexValue() local140 innerStruct.put("innerStrValue", "inner"); in testResponseWithComplexValue()141 expected.put("nestedValue", innerStruct); in testResponseWithComplexValue()