OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:empty1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/policy/core/common/
policy_map_unittest.cc
122
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/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp
73
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/openfst/src/lib/
properties.cc
87
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) {
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp
174
} constexpr
empty1
;
variable in typeref:union:Empty
Completed in 2612 milliseconds