Searched defs:get2 (Results 1 – 9 of 9) sorted by relevance
75 public get2<SliceId extends keyof Slices, SliceKey extends keyof Slices[SliceId]>( method in ComplexStore
170 ComplexStore.prototype.get2 = function (sliceId, sliceKey) { method in ComplexStore
13 class Bar implements foo.Foo { getFoo() { return ''; } get2() { return 1; } } method in Bar
181 ge25519 get1, get2; in crypto_sign_ed25519_open() local
92 public C2 get2() { in get2() method in Row
76 public C2 get2() { in get2() method in Row
212 char *get2 = fgets(buf, sizeof(buf), fp); in stdio_dynamic_chk_006() local
24 size_t C::get2() const { return this->n; } in get2() function in tests::C
196 fn get2(&self) -> usize; in get2() function