Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5301 Message attributes; in TestPropertiesAsXmlAttributes() local
5304 attributes << " " << property.key() << "=" in TestPropertiesAsXmlAttributes()
5307 return attributes.GetString(); in TestPropertiesAsXmlAttributes()
5683 Message attributes; in TestPropertiesAsJson() local
5686 attributes << ",\n" << indent << "\"" << property.key() << "\": " in TestPropertiesAsJson()
5689 return attributes.GetString(); in TestPropertiesAsJson()
9238 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local
9240 return attributes != kInvalidFileAttributes; in FileOrDirectoryExists()
9262 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
9264 if ((attributes != kInvalidFileAttributes) && in DirectoryExists()
[all …]