Home
last modified time | relevance | path

Searched defs:typeToWrite (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTCompactProtocol.hx208 var typeToWrite : Int; variable
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dcompact.d373 auto typeToWrite = (typeOverride == -1 ? toCType(field.type) : typeOverride); variable
/thrift-3.4.0/lib/swift/Sources/
DTCompactProtocol.swift493 let typeToWrite = typeOverride == 0xFF ? compactType(fieldType).rawValue : typeOverride variable
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTCompactProtocol.tcc308 int8_t typeToWrite = (typeOverride == -1 ? getCompactType(fieldType) : typeOverride); in writeFieldBeginInternal() local