Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/test/
Dmatches.cpp47 struct Anything struct
/third_party/boost/boost/graph/distributed/adjlist/
Dserialization.hpp340 void graph_loader<Graph, Archive, VertexListS>::maybe_load_and_store_local_vertex(Anything) in maybe_load_and_store_local_vertex() argument
463 vertex_descriptor u, vertex_descriptor v, void* property_ptr, Anything) in add_pending_in_edge() argument
475 , edge_property_type const& property, void* property_ptr, Anything) in add_edge() argument
628 void graph_loader<Graph, Archive, VertexListS>::commit_pending_edges(Anything) in commit_pending_edges() argument
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py1749 class Anything(object): class