Home
last modified time | relevance | path

Searched refs:fcall (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/karma/nonterminal/detail/
Dfcall.hpp14 <boost/spirit/home/karma/nonterminal/detail/fcall.hpp>
/third_party/boost/boost/spirit/home/qi/nonterminal/detail/
Dfcall.hpp14 <boost/spirit/home/qi/nonterminal/detail/fcall.hpp>
/third_party/libusb/examples/
Dxusb.c66 #define CALL_CHECK(fcall) do { int _r=fcall; if (_r < 0) ERR_EXIT(_r); } while (0) argument
67 #define CALL_CHECK_CLOSE(fcall, hdl) do { int _r=fcall; if (_r < 0) { libusb_close(hdl); ERR_EXIT(_… argument
/third_party/grpc/third_party/upb/upb/json/
Dparser.rl9 ** the "fcall" and "fret" constructs.
2594 number = /[0-9\-]/ >{ fhold; fcall number_machine; };
2696 fcall timestamp_machine;
2698 fcall duration_machine;
2700 fcall fieldmask_machine;
2702 fcall string_machine;
2707 value2 = ^(space | "]" | "}") >{ fhold; fcall value_machine; } ;