Searched defs:nodeArray (Results 1 – 4 of 4) sorted by relevance
478 private static int findInsertionIndex(final PtNodeArray nodeArray, int character) { in findInsertionIndex()494 private static int findIndexOfChar(final PtNodeArray nodeArray, int character) { in findIndexOfChar()505 PtNodeArray nodeArray = rootNodeArray; in findWordInTree() local554 public static int countPtNodes(final PtNodeArray nodeArray) { in countPtNodes()
88 private static int getPtNodeCountSize(final PtNodeArray nodeArray) { in getPtNodeCountSize()
644 void DistributedUI::UpdateUITreeInner(SerializeableObjectArray& nodeArray) in UpdateUITreeInner()665 void DistributedUI::RestoreUITreeInner(const SerializeableObjectArray& nodeArray) in RestoreUITreeInner()
652 …portGltfSkins(const IEcs& ecs, const Entities& entities, const vector<unique_ptr<Node>>& nodeArray, in ExportGltfSkins()2331 Node& GetNode(vector<unique_ptr<Node>>& nodeArray, size_t index) in GetNode()2384 const vector<Entity>& nodeEntities, decltype(Data::nodes)& nodeArray) in AttachParent()2511 auto& nodeArray = result.data->nodes; in ExportGLTF() local