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

  /external/skia/tools/
DumpRecord.cpp 111 puts(NameOf(command));
115 static const char* NameOf(const T&) {
123 static const char* NameOf(const SkRecords::SaveLayer&) {
  /external/v8/src/crankshaft/
hydrogen-instructions.h 840 struct NameOf {
841 explicit NameOf(const HValue* const v) : value(v) {}
859 std::ostream& operator<<(std::ostream& os, const NameOf& v);
    [all...]

Completed in 64 milliseconds