Searched defs:empty1 (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.cpp73 bool empty1 = delayed; // Can fst1 be the empty machine? local
80 if (!empty1)
88 (kAccessible | kCoAccessible) && !empty1) {
293 bool empty1 = delayed; // Can fst1 be the empty machine? local
299 if (!empty1 && !empty2) {
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map_unittest.cc122 PolicyMap empty1; local
124 EXPECT_TRUE(empty1.Equals(empty2));
125 EXPECT_TRUE(empty2.Equals(empty1));
126 EXPECT_FALSE(empty1.Equals(a));
127 EXPECT_FALSE(a.Equals(empty1));
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp174 } constexpr empty1; variable in typeref:union:Empty
/external/openfst/src/lib/
H A Dproperties.cc87 bool empty1 = delayed; // Can fst1 be the empty machine? local
94 if (!empty1)
102 (kAccessible | kCoAccessible) && !empty1) {
382 bool empty1 = delayed; // Can fst1 be the empty machine? local
388 if (!empty1 && !empty2) {

Completed in 6686 milliseconds