Home
last modified time | relevance | path

Searched refs:empty_result (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/src/
Dabg-symtab-reader.cc88 static const elf_symbols empty_result; in lookup_symbol() local
92 return empty_result; in lookup_symbol()
103 static const elf_symbol_sptr empty_result; in lookup_symbol() local
115 return empty_result; in lookup_symbol()
/external/rust/crates/tokio-stream/tests/
Dstream_collect.rs38 async fn empty_result() { in empty_result() function
/external/libchrome/base/trace_event/
Dtrace_log.cc855 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() local
857 cb.Run(empty_result, false); in FlushInternal()
959 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FinishFlush() local
960 flush_output_callback.Run(empty_result, false); in FinishFlush()
/external/icing/icing/
Dicing-search-engine_test.cc1031 SearchResultProto empty_result; in TEST_F() local
1032 empty_result.mutable_status()->set_code(StatusProto::OK); in TEST_F()
1038 EqualsSearchResultIgnoreStatsAndScores(empty_result)); in TEST_F()
1126 SearchResultProto empty_result; in TEST_F() local
1127 empty_result.mutable_status()->set_code(StatusProto::OK); in TEST_F()
1132 EqualsSearchResultIgnoreStatsAndScores(empty_result)); in TEST_F()
1166 EqualsSearchResultIgnoreStatsAndScores(empty_result)); in TEST_F()
1172 EqualsSearchResultIgnoreStatsAndScores(empty_result)); in TEST_F()
2131 SearchResultProto empty_result; in TEST_F() local
2132 empty_result.mutable_status()->set_code(StatusProto::OK); in TEST_F()
[all …]