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

  /external/skia/tools/
DumpRecord.cpp 79 puts(NameOf(command));
83 static const char* NameOf(const T&) {
91 static const char* NameOf(const SkRecords::SaveLayer&) {
  /external/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 62 milliseconds