Searched defs:thing (Results 1 – 3 of 3) sorted by relevance
72 StatusOr<int> thing; in TEST() local78 StatusOr<int> thing(Status::CANCELLED); in TEST() local85 StatusOr<int> thing(kI); in TEST() local160 StatusOr<int> thing(kI); in TEST() local166 const StatusOr<int> thing(kI); in TEST() local171 StatusOr<int*> thing; in TEST() local177 StatusOr<int*> thing(Status::CANCELLED); in TEST() local184 StatusOr<const int*> thing(&kI); in TEST() local261 StatusOr<const int*> thing(&kI); in TEST() local267 const StatusOr<const int*> thing(&kI); in TEST() local
75 jspb.debug.dump_ = function(thing) { argument
883 private static void safeClose(@Nullable Closeable thing) { in safeClose()