/external/llvm-project/clang/include/clang/Tooling/Syntax/ |
D | Tree.h | 58 friend class FactoryImpl; variable 72 class FactoryImpl; variable 143 friend class FactoryImpl; variable 257 friend class FactoryImpl; variable
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Synthesis.cpp | 16 class clang::syntax::FactoryImpl { class in clang::syntax 40 FactoryImpl::lexBuffer(A, llvm::MemoryBuffer::getMemBufferCopy(Spelling)) in createLeaf() 47 syntax::FactoryImpl::setCanModify(Leaf); in createLeaf() 202 FactoryImpl::setCanModify(T); in createTree() 204 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneNames.java | 143 factory = new DefaultTimeZoneNames.FactoryImpl(); 579 public static class FactoryImpl extends Factory { class in TimeZoneNames.DefaultTimeZoneNames 582 public FactoryImpl() { in FactoryImpl() method in TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 160 factory = new DefaultTimeZoneNames.FactoryImpl(); 608 public static class FactoryImpl extends Factory { class in TimeZoneNames.DefaultTimeZoneNames
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | BinaryLogProviderImpl.java | 58 factory = new BinlogHelper.FactoryImpl(sink, configStr); in BinaryLogProviderImpl()
|
D | BinlogHelper.java | 606 static final class FactoryImpl implements Factory { 630 FactoryImpl(BinaryLogSink sink, String configurationString) {
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | BinlogHelperTest.java | 73 import io.grpc.services.BinlogHelper.FactoryImpl; 242 FactoryImpl.createBinaryLog(sink, perSvcOrMethodConfig); in assertIllegalPatternDetected() 252 new FactoryImpl(sink, "obviouslybad{"); in badFactoryConfigStrDetected() 331 new BinlogHelper.FactoryImpl(sink, factoryConfigStr); in assertDuplicatelPatternDetected() 1522 return new BinlogHelper.FactoryImpl(sink, factoryConfigStr).getLog(lookup); in makeLog() 1526 return FactoryImpl.createBinaryLog(sink, logConfigStr); in makeLog()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 2421 class FactoryImpl : public internal::TestFactoryBase { in RegisterTest() 2423 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in RegisterTest() 2435 new FactoryImpl{ std::move(factory) }); in RegisterTest()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 2443 class FactoryImpl : public internal::TestFactoryBase { in RegisterTest() 2445 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in RegisterTest() 2457 new FactoryImpl{std::move(factory)}); in RegisterTest()
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 2460 class FactoryImpl : public internal::TestFactoryBase { in RegisterTest() 2462 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in RegisterTest() 2474 new FactoryImpl{std::move(factory)}); in RegisterTest()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 2418 class FactoryImpl : public internal::TestFactoryBase { in RegisterTest() 2420 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in RegisterTest() 2432 new FactoryImpl{std::move(factory)}); in RegisterTest()
|