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

  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 213 Value1, Value2
222 case Value1:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 65 value1_ = w.Value1();
95 W1 Value1() const { return value1_; }
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1())
    [all...]
  /external/clang/test/Sema/
warn-unreachable.c 171 typedef enum { Value1 = 1 } MyEnum;
174 case Value1:
207 return Value1; // expected-warning {{'return' will never be executed}}
338 return Value1; // no-warning
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 555 TYPE Value1 = this->GetAt(nStartPos);
558 int iGreate = (*pCompare)(Value1, Value2);
562 this->SetAt(nStopPos, Value1);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos-private.h 198 HB_ValueRecord Value1; /* pos. data for first glyph */
227 HB_ValueRecord Value1; /* pos. data for first glyph */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 882 milliseconds