Home
last modified time | relevance | path

Searched defs:checkArguments (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestBuilders.kt82 private fun CoroutineContext.checkArguments(): Pair<CoroutineContext, DelayController> { in runBlockingTest() method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java433 private static void checkArguments(ExtensionRegistryLite extensionRegistry, ByteString bytes) { in checkArguments() method in LazyFieldLite
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/
DTypeMismatchCheck.cpp302 void TypeMismatchCheck::checkArguments(ArrayRef<const Type *> BufferTypes, in checkArguments() function in clang::tidy::mpi::TypeMismatchCheck