Lines Matching refs:setType

34         payloadShape.setType("BlobStream");  in testComputeBaseClass()
56 shape.setType("long"); in testComputeDefaultValue()
58 shape.setType("integer"); in testComputeDefaultValue()
60 shape.setType("float"); in testComputeDefaultValue()
62 shape.setType("boolean"); in testComputeDefaultValue()
64 shape.setType("double"); in testComputeDefaultValue()
66 shape.setType("not implemented type"); in testComputeDefaultValue()
89 shape.setType("structure"); in testComputeJsonizeString()
92 shape.setType("any thing else"); in testComputeJsonizeString()
100 shape.setType("string"); in testComputeCppType()
102 shape.setType("long"); in testComputeCppType()
104 shape.setType("integer"); in testComputeCppType()
106 shape.setType("double"); in testComputeCppType()
108 shape.setType("float"); in testComputeCppType()
110 shape.setType("boolean"); in testComputeCppType()
112 shape.setType("timestamp"); in testComputeCppType()
114 shape.setType("blob"); in testComputeCppType()
121 shape.setType("structure"); in testComputeCppType()
124 shape.setType("string"); in testComputeCppType()
131 listShape.setType("list"); in testComputeCppType()
135 innerShape.setType("string"); in testComputeCppType()
145 mapShape.setType("map"); in testComputeCppType()
149 keyShape.setType("string"); in testComputeCppType()
157 structureValue.setType("structure"); in testComputeCppType()
166 shape.setType("Any thing else"); in testComputeCppType()
173 shape.setType("long"); in testComputeJsonCppType()
175 shape.setType("integer"); in testComputeJsonCppType()
177 shape.setType("string"); in testComputeJsonCppType()
179 shape.setType("boolean"); in testComputeJsonCppType()
181 shape.setType("double"); in testComputeJsonCppType()
183 shape.setType("double"); in testComputeJsonCppType()
185 shape.setType("float"); in testComputeJsonCppType()
187 shape.setType("map"); in testComputeJsonCppType()
189 shape.setType("list"); in testComputeJsonCppType()
191 shape.setType("structure"); in testComputeJsonCppType()
193 shape.setType("blob"); in testComputeJsonCppType()
195 shape.setType("timestamp"); in testComputeJsonCppType()
203 shape.setType("Any thing else"); in testComputeJsonCppType()
236 structShape.setType("structure"); in testComputeHeaderIncludes()
240 anotherStructShape.setType("structure"); in testComputeHeaderIncludes()
250 enumShape.setType("string"); in testComputeHeaderIncludes()
259 listShape.setType("list"); in testComputeHeaderIncludes()
263 innerShape.setType("string"); in testComputeHeaderIncludes()
276 mapShape.setType("map"); in testComputeHeaderIncludes()
280 keyShape.setType("string"); in testComputeHeaderIncludes()
288 structureValue.setType("structure"); in testComputeHeaderIncludes()