Home | History | Annotate | Download | only in lib_json

Lines Matching defs:kNull

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