Lines Matching defs:d
93 inline void PrintValidatorPointersData(const char* s, const char* d, unsigned depth) { in PrintValidatorPointersData()
97 inline void PrintValidatorPointersData(const wchar_t* s, const wchar_t* d, unsigned depth) { in PrintValidatorPointersData()
125 inline void PrintMethodData(const char* method, double d) { in PrintMethodData()
348 bool Double(double d) { in Double()
401 double d; member
411 const unsigned char* d = static_cast<const unsigned char*>(data); in WriteBuffer() local
418 static uint64_t Hash(uint64_t h, uint64_t d) { in Hash()
1038 bool Double(Context& context, double d) const { in Double()
1630 bool CheckDoubleMinimum(Context& context, double d) const { in CheckDoubleMinimum()
1638 bool CheckDoubleMaximum(Context& context, double d) const { in CheckDoubleMaximum()
1646 bool CheckDoubleMultipleOf(Context& context, double d) const { in CheckDoubleMultipleOf()