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

  /external/google-fruit/tests/
test_misc.py 98 struct Interface3 {
102 struct Implementation3 : public Interface3 {
113 fruit::Component<Interface3, std::function<Implementation1(int)>> getMyComponent() {
117 .bind<Interface3, Implementation3>()
127 Interface3,
134 Interface3,
139 std::cout << "Constructing an Interface3" << std::endl;
140 Interface3* interface3(injector);
142 (void) interface3;
    [all...]
  /external/u-boot/lib/efi_selftest/
efi_selftest_manageprotocols.c 38 static struct interface interface3; variable in typeref:struct:interface
68 * guid3 interface3
86 &interface3);
152 if (interface != &interface3) {
193 &guid3, &interface3,
338 &interface3);

Completed in 122 milliseconds