Searched defs:Bind (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/base/
H A Dbind.h20 // Though Bind()'s result is meant to be stored in a Callback<> type, it
23 // discern the correct specialization of Callback<>, Bind would need to
31 // classes). However, it is avoidable in Bind if we return the result
38 Bind(Sig f) { function in namespace:base
45 Bind(Sig f, const P1& p1) { function in namespace:base
53 Bind(Sig f, const P1& p1, const P2& p2) { function in namespace:base
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { function in namespace:base
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { function in namespace:base
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
90 Bind(Si function in namespace:base
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dcookies_tree_model_adapter.cc44 void CookiesTreeModelAdapter::Bind(const std::string& tree_id, function in class:CookiesTreeModelAdapter
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp88 Callback Bind() { function in namespace:PR11931
/external/chromium/net/udp/
H A Dudp_socket_libevent.cc230 int UDPSocketLibevent::Bind(const IPEndPoint& address) { function in class:net::UDPSocketLibevent
H A Dudp_socket_win.cc201 int UDPSocketWin::Bind(const IPEndPoint& address) { function in class:net::UDPSocketWin
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h68 virtual int Bind(const SocketAddress& addr) { function in class:talk_base::AsyncSocketAdapter
69 return socket_->Bind(addr);
H A Dphysicalsocketserver.cc176 int Bind(const SocketAddress& addr) { function in class:talk_base::PhysicalSocket
H A Dwin32socketserver.cc316 int Win32Socket::Bind(const SocketAddress& addr) { function in class:talk_base::Win32Socket
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp13 template < typename T > struct Bind struct in struct:TemplateSel
41 typename TestSel::template Bind < Type >::type TestClass;
H A Dvisibility.cpp642 void Bind(const P1& p1) { function in namespace:PR12001
648 Bind(Version());
/external/v8/src/
H A Dmksnapshot.cc49 int32_t* Bind(const char* name) { function in class:Counter
H A Dplatform-posix.cc375 bool Bind(const int port);
398 bool POSIXSocket::Bind(const int port) { function in class:v8::internal::POSIXSocket
H A Dregexp-macro-assembler-irregexp.cc61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
440 Bind(&backtrack_);
H A Dd8.cc626 int32_t* Counter::Bind(const char* name, bool is_histogram) { function in class:v8::Counter
690 counter->Bind(name, is_histogram);
821 // Bind the handlers for external arrays.
H A Dhydrogen.h433 void Bind(Variable* variable, HValue* value) { function in class:v8::internal::HEnvironment
434 Bind(IndexFor(variable), value);
437 void Bind(int index, HValue* value);
440 Bind(parameter_count(), value);
942 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); } function in class:v8::internal::HGraphBuilder
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc164 Bind(request, connection_id);
475 void DevToolsHttpProtocolHandler::Bind(net::URLRequest* request, function in class:DevToolsHttpProtocolHandler
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h440 BindKind Bind) {
445 Matcher, Builder, Traverse, Bind);
452 BindKind Bind) {
457 Matcher, Builder, Bind);
477 BindKind Bind) = 0;
482 BindKind Bind) = 0;
436 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
449 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h199 class Bind { class in namespace:clang::ento::check
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp123 ASTMatchFinder::BindKind Bind)
130 Bind(Bind),
218 if (Bind != ASTMatchFinder::BK_All) {
255 const ASTMatchFinder::BindKind Bind; member in class:clang::ast_matchers::internal::__anon3535::MatchChildASTVisitor
321 TraversalKind Traversal, BindKind Bind) {
331 MaxDepth, Traversal, Bind);
343 TraversalKind Traversal, BindKind Bind) {
345 &Matcher, this, Builder, MaxDepth, Traversal, Bind);
358 BindKind Bind) {
118 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
318 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
340 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
354 matchesChildOf(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traversal, BindKind Bind) argument
363 matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
[all...]
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc160 void RegExpMacroAssemblerIA32::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerIA32
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h1622 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1631 struct Bind { struct in struct:testing::internal::TemplateSel
1637 TmplSel::template Bind<T>::type
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h1618 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1627 struct Bind { struct in struct:testing::internal::TemplateSel
1633 TmplSel::template Bind<T>::type
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp258 StoreRef Bind(Store store, Loc LV, SVal V);
283 /// BindStruct - Bind a compound value to a structure.
286 /// BindVector - Bind a compound value to a vector.
783 // Bind the globals memory space to a new symbol that we will use to derive
1556 StoreRef RegionStoreManager::Bind(Store store, Loc L, SVal V) { function in class:RegionStoreManager
1593 // FIXME: this method should be merged into Bind().
1598 return Bind(ST, loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)), V);
1677 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(ER), *VI);
1723 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(ER), *VI);
1776 newStore = Bind(newStor
[all...]

Completed in 492 milliseconds

12