Searched refs:Helper (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dstatic-local-in-local-class.cpp26 struct Helper { struct
31 Helper::Execute();
H A Dreference-cast.cpp186 struct Helper { struct in namespace:PR10650
189 unsigned long long test(Helper *obj) {
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule_retriever.cc33 class Helper { class in namespace:i18n::addressinput::__anon12566
35 Helper(const std::string& key, function in class:i18n::addressinput::__anon12566::Helper
39 data_retrieved_(BuildCallback(this, &Helper::OnDataRetrieved)) {
44 ~Helper() {}
62 DISALLOW_COPY_AND_ASSIGN(Helper);
76 new Helper(key, rule_ready, *data_retriever_);
H A Dretriever.cc34 class Helper { class in namespace:i18n::addressinput::__anon12564
37 Helper(const std::string& key, function in class:i18n::addressinput::__anon12564::Helper
44 fresh_data_ready_(BuildCallback(this, &Helper::OnFreshDataReady)),
46 BuildCallback(this, &Helper::OnValidatedDataReady)),
53 ~Helper() {}
99 DISALLOW_COPY_AND_ASSIGN(Helper);
114 new Helper(key, retrieved, *source_, storage_.get());
H A Dvalidating_storage.cc37 class Helper { class in namespace:i18n::addressinput::__anon12571
39 Helper(const std::string& key, function in class:i18n::addressinput::__anon12571::Helper
43 wrapped_data_ready_(BuildCallback(this, &Helper::OnWrappedDataReady)) {
48 ~Helper() {}
73 DISALLOW_COPY_AND_ASSIGN(Helper);
93 new Helper(key, data_ready, *wrapped_storage_);
H A Dpreload_supplier.cc66 class Helper { class in namespace:i18n::addressinput::__anon12560
69 Helper(const std::string& region_code, function in class:i18n::addressinput::__anon12560::Helper
83 retrieved_(BuildCallback(this, &Helper::OnRetrieved)) {
94 ~Helper() {}
261 DISALLOW_COPY_AND_ASSIGN(Helper);
317 new Helper(
/external/chromium_org/third_party/webrtc/base/
H A Dcallback.h86 struct Helper : RefCountInterface { struct in class:rtc::Callback0
87 virtual ~Helper() {}
90 template <class T> struct HelperImpl : Helper {
97 scoped_refptr<Helper> helper_;
116 struct Helper : RefCountInterface { struct in class:rtc::Callback1
117 virtual ~Helper() {}
120 template <class T> struct HelperImpl : Helper {
127 scoped_refptr<Helper> helper_;
147 struct Helper : RefCountInterface { struct in class:rtc::Callback2
148 virtual ~Helper() {}
179 struct Helper : RefCountInterface { struct in class:rtc::Callback3
212 struct Helper : RefCountInterface { struct in class:rtc::Callback4
246 struct Helper : RefCountInterface { struct in class:rtc::Callback5
[all...]
H A Dcallback.h.pump86 struct Helper : RefCountInterface {
87 virtual ~Helper() {}
90 template <class T> struct HelperImpl : Helper {
97 scoped_refptr<Helper> helper_;
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp48 static char Helper(T);
49 static const int value = sizeof(Helper(T()));
62 static T &Helper();
63 static const int value = sizeof(typeid(Helper()));
H A Dexplicit-specialization-member.cpp53 template<typename T> struct Helper { struct in namespace:PR19340
57 template<typename T> void Helper<T>::func<2>() {} // expected-error {{cannot specialize a member}} \
/external/clang/test/Analysis/
H A Dinitializer.cpp92 class Helper { class in class:DefaultConstructorWithCleanups::Element
94 ~Helper();
96 Element(Helper h = Helper());
/external/chromium_org/net/proxy/
H A Dproxy_config_service_mac.h39 class Helper;
75 scoped_refptr<Helper> helper_;
H A Dproxy_config_service_mac.cc166 class ProxyConfigServiceMac::Helper class in class:net::ProxyConfigServiceMac
167 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
169 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) { function in class:net::ProxyConfigServiceMac::Helper
184 friend class base::RefCountedThreadSafe<Helper>;
185 ~Helper() {}
204 helper_(new Helper(this)),
268 base::Bind(&Helper::OnProxyConfigChanged, helper_.get(), new_config));
/external/compiler-rt/make/
H A Dlib_util.mk27 # Helper functions that select the entire list of subdirs where a function is
46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
H A DJcaSignerInfoVerifierBuilder.java22 private Helper helper = new Helper();
84 private class Helper class in class:JcaSignerInfoVerifierBuilder
112 extends Helper
147 extends Helper
H A DJcaSimpleSignerInfoVerifierBuilder.java20 private Helper helper = new Helper();
54 private class Helper class in class:JcaSimpleSignerInfoVerifierBuilder
82 extends Helper
117 extends Helper
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp91 int Helper(...);
92 const int size = sizeof(Helper(Foo()));
136 return (int)sizeof(*(Helper(Foo()), (int (*)[n])0)); // expected-warning{{cannot pass object of non-POD type}}
/external/protobuf/gtest/test/
H A Dgtest_nc.cc203 class Helper { class
206 Helper() { testing::StaticAssertTypeEq<int, T>(); } function in class:Helper
212 Helper<bool> h;
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp17 struct Helper { struct
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs160 #region Helper methods
/external/clang/lib/Analysis/
H A DCFG.cpp3918 StmtPrinterHelper* Helper; member in class:__anon17772::CFGBlockTerminatorPrint
3923 : OS(os), Helper(helper), Policy(Policy) {
3930 C->printPretty(OS, Helper, Policy);
3935 Terminator->printPretty(OS, Helper, Policy);
3949 C->printPretty(OS, Helper, Policy);
3959 C->printPretty(OS, Helper, Policy);
3965 C->printPretty(OS, Helper, Policy);
3970 Terminator->getCond()->printPretty(OS, Helper, Policy);
3979 Cond->printPretty(OS, Helper, Policy);
3986 Cond->printPretty(OS, Helper, Polic
4030 print_elem(raw_ostream &OS, StmtPrinterHelper &Helper, const CFGElement &E) argument
4144 print_block(raw_ostream &OS, const CFG* cfg, const CFGBlock &B, StmtPrinterHelper &Helper, bool print_edges, bool ShowColors) argument
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h33 /// Helper class that can build very simple Modules
149 // return num + Helper(recursive_param);
152 // NOTE: if Helper is left as the default parameter, Helper == recursive_add.
154 Function *Helper = 0,
157 if (Helper == 0)
158 Helper = Result;
174 // return Helper(recursive_param);
178 Value *RecursiveReturn = Builder.CreateCall(Helper, RecursiveParam);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h108 // Helper class to emulate a reference to a bool, used for direct element
333 typedef ArraySerializationHelper<T, IsHandle<T>::value> Helper; typedef in class:mojo::internal::Array_Data
380 return Helper::template ValidateElements<
408 Helper::EncodePointersAndHandles(&header_, storage(), handles);
412 Helper::DecodePointersAndHandles(&header_, storage(), handles);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py113 - :class:`Helper`: helper nodes
251 class Helper(Node): class in inherits:Node
504 class Pair(Helper):
513 class Keyword(Helper):
716 class Operand(Helper):
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h662 // Helper for suppressing false warning from Clang on a const char*
790 // Helper(x), the compiler will pick the first version if x can be
796 // size of Helper(x), which can be done at compile time, we can tell
797 // which version of Helper() is used, and hence whether x can be
799 static char Helper(To);
800 static char (&Helper(...))[2]; // NOLINT
813 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
822 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1135 // Helper macro for defining tests.

Completed in 6284 milliseconds

123