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()
26 nested: Vec<Vec<String>>, field36 nested: Vec<Vec<String>>, field
133 FieldList Merge(FieldList nested) const { in Merge()
373 inline void setNested(bool nested) { setBitmaskAtPos(NESTED_POS, nested); } in setNested()
363 bool nested = readNextValue<uint8_t>(); in parseStateNestedAnnotation() local