HomeSort by relevance Sort by last modified time
    Searched refs:sIf (Results 1 - 7 of 7) sorted by null

  /system/tools/hidl/utils/include/hidl-util/
Formatter.h 30 // out.sIf("good", [&] { out("blah").endl()("blah").endl(); }).endl();
71 // out.sIf("z == 1", [&] {
79 Formatter& sIf(const std::string& cond, const std::function<void(void)>& block);
  /system/tools/hidl/
generateCppAdapter.cpp 183 out.sIf("!_hidl_out.isOkUnchecked()", [&] { out << "return _hidl_out;\n"; });
EnumType.cpp 419 out.sIf("(o & " + valueName + ")" +
429 out.sIf("o != flipped", [&] {
445 out.sIf("o == " + fullName() + "::" + value->name(), [&] {
505 out.sIf("o == " + value->name(), [&] {
527 out.sIf("(o & " + value->name() + ") == " + value->name(), [&] {
533 out.sIf("o != flipped", [&] {
CompoundType.cpp 493 out.sIf("lhs." + field->name() + " != rhs." + field->name(), [&] {
598 out.sIf("this == otherObject", [&] {
601 out.sIf("otherObject == null", [&] {
605 out.sIf("otherObject.getClass() != " + fullJavaName() + ".class", [&] {
614 out.sIf(condition, [&] {
    [all...]
generateCpp.cpp 174 out.sIf("sm == nullptr", [&] {
193 out.sIf("sm == nullptr", [&] {
405 out.sIf(name + " != nullptr && !" + name + "->isRemote()", [&] {
411 out.sIf(wrappedName + " == nullptr", [&] {
890 out.sIf(nonNull + " == nullptr", [&] {
    [all...]
Interface.cpp 178 out.sIf("(*it)->getRecipient() == recipient", [&] {
  /system/tools/hidl/utils/
Formatter.cpp 78 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) {

Completed in 209 milliseconds