Searched refs:Ok (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dparser.cpp96 if (!Ok())
106 if (!Ok())
117 if (Ok()) {
125 if (!Ok())
134 if (!Ok())
142 if (!Ok())
150 if (!Ok())
153 if (!Ok())
161 if (!Ok())
169 if (!Ok())
[all...]
H A Dflat_ast.cpp30 static ScopeInsertResult Ok() { return ScopeInsertResult(nullptr); } function in class:fidl::flat::__anon559::ScopeInsertResult
57 return ScopeInsertResult::Ok();
/fuchsia/zircon/system/dev/nand/ram-nand/test/
H A Dfake-ddk.h22 // EXPECT_TRUE(ddk.Ok());
46 bool Ok();
H A Dfake-ddk.cpp60 bool Bind::Ok() { function in class:fake_ddk::Bind
H A Dram-nand.cpp65 EXPECT_TRUE(ddk.Ok());
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtest_library.h44 return parser_.Ok();
49 return parser_.Ok() &&
66 return parser.Ok() &&
/fuchsia/zircon/system/host/fidl/formatter/
H A Dmain.cpp55 if (!parser.Ok()) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dparser.h22 bool Ok() const { return ok_; } function in class:fidl::Parser
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp227 if (!parser.Ok()) {

Completed in 100 milliseconds