Home
last modified time | relevance | path

Searched refs:id_str (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTDebugProtocol.cpp225 string id_str = to_string(fieldId); in writeFieldBegin() local
226 if (id_str.length() == 1) in writeFieldBegin()
227 id_str = '0' + id_str; in writeFieldBegin()
229 return writeIndented(id_str + ": " + name + " (" + fieldTypeName(fieldType) + ") = "); in writeFieldBegin()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_rs_generator.cc3344 string id_str = std::to_string(abs(id)); in rust_safe_field_id() local
3346 return id_str; in rust_safe_field_id()
3349 str += id_str; in rust_safe_field_id()