Searched refs:fJsonPathObjectNames (Results 1 – 2 of 2) sorted by relevance
71 BStringList* fJsonPathObjectNames; member in SmdStackedObjectMessageEventListener205 fJsonPathObjectNames = jsonPathObjectNames; in SmdStackedObjectMessageEventListener()211 if (fJsonPathObjectNames != NULL) in ~SmdStackedObjectMessageEventListener()212 delete fJsonPathObjectNames; in ~SmdStackedObjectMessageEventListener()229 if (fJsonPathObjectNames != NULL in Handle()230 && fJsonPathObjectNames->IsEmpty()) { in Handle()260 if (fJsonPathObjectNames != NULL in Handle()261 && !fJsonPathObjectNames->IsEmpty() in Handle()262 && fNextItemName == fJsonPathObjectNames->StringAt(0)) { in Handle()263 nextJsonPathObjectNames = new BStringList(*fJsonPathObjectNames); in Handle()[all …]
39 BStringList fJsonPathObjectNames; variable