Searched defs:nested (Results 1 – 5 of 5) sorted by relevance
61 const bool nested = newState.mAnnotations.isNested(); in onLogEvent() local115 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey()
28 nested: Vec<Vec<String>>, field39 nested: Vec<Vec<String>>, field
133 FieldList Merge(FieldList nested) const { in Merge()
372 inline void setNested(bool nested) { setBitmaskAtPos(NESTED_POS, nested); } in setNested()
387 bool nested = readNextValue<uint8_t>(); in parseStateNestedAnnotation() local