Lines Matching refs:Data
761 data_ = *reinterpret_cast<const Data*>(&rhs.data_);
768 data_ = *reinterpret_cast<const Data*>(&rhs.data_);
862 a.value_.data_ = Data();
873 o.value_.data_ = Data();
2098 union Data {
2107 static RAPIDJSON_FORCEINLINE const Ch* DataString(const Data& data) {
2110 static RAPIDJSON_FORCEINLINE SizeType DataStringLength(const Data& data) {
2125 bool operator()(const Data& s1, const Data& s2) const {
2131 typedef std::pair<const Data, SizeType> Pair;
2132 typedef std::multimap<Data, SizeType, Less, StdAllocator<Pair, Allocator> > Map;
2232 MapIterator mit = map->find(reinterpret_cast<const Data&>(name.data_));
2481 Data data_;