Searched defs:bob (Results 1 – 10 of 10) sorted by relevance
8 struct X bob = { &nate, 14 }; in foo() local
73 Bob bob = injector.getInstance(Bob.class); in testProviderMethods() local
60 int bob; // expected-warning {{declaration shadows a variable in the global scope}} in test8() local
42 string bob = "bob"; in TEST_F() local
98 int bob; // expected-warning {{declaration shadows a variable in the global namespace}} in test8() local
39 bssl::UniquePtr<SPAKE2_CTX> bob(SPAKE2_CTX_new( in Run() local
136 } bob; member147 } bob; member
56 @Inject void injectBob(Bob bob) {} in injectBob()
832 bssl::UniquePtr<SPAKE2_CTX> bob(SPAKE2_CTX_new(spake2_role_bob, in SpeedSPAKE2() local
169 def assertEqualElements(self, alice, bob): argument