Searched refs:WriteTokenStartTmpl (Results 1 – 2 of 2) sorted by relevance
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.cc | 236 void WriteTokenStartTmpl(MajorType type, uint64_t value, C* encoded) { in WriteTokenStartTmpl() function 269 WriteTokenStartTmpl(type, value, encoded); in WriteTokenStart() 272 WriteTokenStartTmpl(type, value, encoded); in WriteTokenStart()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_cpp.template | 244 void WriteTokenStartTmpl(MajorType type, uint64_t value, C* encoded) { 277 WriteTokenStartTmpl(type, value, encoded); 280 WriteTokenStartTmpl(type, value, encoded);
|