Lines Matching refs:last
275 void parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
276 void parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
277 void parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
278 void parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
279 void parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
280 void parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
281 void parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
282 void parseAttributionChain(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
283 void parseArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
345 void addToValues(int32_t* pos, int32_t depth, T& value, bool* last) { in addToValues() argument
348 if (depth > 0 && last[1]) f.decorateLastPos(1); in addToValues()