HomeSort by relevance Sort by last modified time
    Searched refs:Marshaller (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 15 /// These are used by the registry to export all marshaller constructors with
90 /// \brief Simple callback implementation. Marshaller and function are provided.
92 /// This class wraps a function of arbitrary signature and a marshaller
94 /// The marshaller is in charge of taking the VariantValue arguments, checking
100 /// argument of this class. The marshaller can cast the function pointer back
107 /// \param Marshaller Function to unpack the arguments and call \c Func
110 FixedArgCountMatcherCreateCallback(MarshallerType Marshaller, FuncType Func,
112 : Marshaller(Marshaller), Func(Func), MatcherName(MatcherName.str()) {}
116 return Marshaller(Func, MatcherName, NameRange, Args, Error)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 118 Marshaller Generate an XML-RPC params chunk from a Python data structure
532 FastMarshaller = _xmlrpclib.Marshaller
584 # XML-RPC marshaller.
590 class Marshaller:
593 Create a Marshaller instance for each set of parameters, and use
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 118 Marshaller Generate an XML-RPC params chunk from a Python data structure
532 FastMarshaller = _xmlrpclib.Marshaller
584 # XML-RPC marshaller.
590 class Marshaller:
593 Create a Marshaller instance for each set of parameters, and use
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 133 m = xmlrpclib.Marshaller()
210 s = xmlrpclib.Marshaller().dumps(f)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 133 m = xmlrpclib.Marshaller()
210 s = xmlrpclib.Marshaller().dumps(f)
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 730 milliseconds