Home
last modified time | relevance | path

Searched refs:FactoryImpl (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h58 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/
DSynthesis.cpp16 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/
DTimeZoneNames.java143 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/
DTimeZoneNames.java160 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/
DBinaryLogProviderImpl.java58 factory = new BinlogHelper.FactoryImpl(sink, configStr); in BinaryLogProviderImpl()
DBinlogHelper.java606 static final class FactoryImpl implements Factory {
630 FactoryImpl(BinaryLogSink sink, String configurationString) {
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinlogHelperTest.java73 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/
Dgtest.h2421 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/
Dgtest.h2443 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/
Dgtest.h2460 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/
Dgtest.h2418 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()