Searched refs:getAsArray (Results 1 – 4 of 4) sorted by relevance
73 return V->getAsArray(); in getArray()78 return V->getAsArray(); in getArray()189 return *L.getAsArray() == *R.getAsArray(); in operator ==()277 Array &A = *Out.getAsArray(); in parseValue()
250 ASSERT_TRUE((*A)[4].getAsArray()); in TEST()251 EXPECT_EQ(*(*A)[4].getAsArray(), (Array{1, 2, 3})); in TEST()252 EXPECT_EQ((*(*A)[4].getAsArray())[1].getAsInteger(), in TEST()
429 const json::Array *getAsArray() const { in getAsArray() function432 json::Array *getAsArray() { in getAsArray() function605 if (auto *A = E.getAsArray()) {
203 J3DIMatrix4.prototype.getAsArray = function() method in J3DIMatrix4220 return new Float32Array(this.getAsArray());1006 J3DIVector3.prototype.getAsArray = function() method in J3DIVector31013 return new Float32Array(this.getAsArray());