Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:kNull

2441 // kNull must be word-aligned to avoid crashing on ARM.  We use an alignment of
2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
2449 const unsigned char& kNullRef = kNull[0];