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

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 27 struct IntPair {
35 struct IntPair UIntPairVal;
  /external/clang/test/Analysis/
new.cpp 211 class IntPair{
215 IntPair() {};
216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}}
220 IntPair *b = new IntPair();
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 30 typedef std::pair<int, int> IntPair;
31 typedef std::vector<IntPair> IntPairs;
206 const IntPair& size = info->resolutions[i];
207 const IntPair& mfpsRange = info->mfpsRanges[j];

Completed in 274 milliseconds