HomeSort by relevance Sort by last modified time
    Searched defs:NameOf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 79 puts(NameOf(command));
83 static const char* NameOf(const T&) {
91 static const char* NameOf(const SkRecords::SaveLayer&) {
  /external/skia/tools/
DumpRecord.cpp 81 puts(NameOf(command));
85 static const char* NameOf(const T&) {
93 static const char* NameOf(const SkRecords::SaveLayer&) {
  /external/chromium_org/v8/src/
hydrogen-instructions.h 933 struct NameOf {
934 explicit NameOf(const HValue* const v) : value(v) {}
952 OStream& operator<<(OStream& os, const NameOf& v);
    [all...]

Completed in 200 milliseconds