HomeSort by relevance Sort by last modified time
    Searched refs:fInt (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
GrTRecorderTest.cpp 166 SubSubclass() : fInt(1234), fFloat(1.234f) {}
172 REPORTER_ASSERT(reporter, 1234 == fInt);
177 int fInt;
TArrayTest.cpp 108 MoveOnlyInt(int i) : fInt(i) {}
109 MoveOnlyInt(MoveOnlyInt&& that) : fInt(that.fInt) {}
110 bool operator==(int i) { return fInt == i; }
111 int fInt;
  /external/skqp/tests/
GrTRecorderTest.cpp 166 SubSubclass() : fInt(1234), fFloat(1.234f) {}
172 REPORTER_ASSERT(reporter, 1234 == fInt);
177 int fInt;
TArrayTest.cpp 108 MoveOnlyInt(int i) : fInt(i) {}
109 MoveOnlyInt(MoveOnlyInt&& that) : fInt(that.fInt) {}
110 bool operator==(int i) { return fInt == i; }
111 int fInt;
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 73 func fInt(a int) int { return a }
183 reportError("fInt", CheckEqual(fInt, fInt, nil), t)
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 73 func fInt(a int) int { return a }
183 reportError("fInt", CheckEqual(fInt, fInt, nil), t)

Completed in 203 milliseconds