Searched refs:writeJSONString (Results 1 – 9 of 9) sorted by relevance
56 protocol.writeJSONString("software")57 protocol.writeJSONString("thrift")58 protocol.writeJSONString("1")66 protocol.writeJSONString("base64")68 protocol.writeJSONString("bool")
84 private function writeJSONString($b) function in Thrift\\Protocol\\TSimpleJSONProtocol145 $this->writeJSONString($name);182 $this->writeJSONString($fieldName);269 $this->writeJSONString($str);
262 private function writeJSONString($b) function in Thrift\\Protocol\\TJSONProtocol533 $this->writeJSONString($name);573 $this->writeJSONString($this->getTypeNameForTypeID($fieldType));588 $this->writeJSONString($this->getTypeNameForTypeID($keyType));589 $this->writeJSONString($this->getTypeNameForTypeID($valType));603 $this->writeJSONString($this->getTypeNameForTypeID($elemType));615 $this->writeJSONString($this->getTypeNameForTypeID($elemType));656 $this->writeJSONString($str);
209 def writeJSONString(self, string): member in TJSONProtocolBase498 self.writeJSONString(name)514 self.writeJSONString(CTYPES[ttype])524 self.writeJSONString(CTYPES[ktype])525 self.writeJSONString(CTYPES[vtype])535 self.writeJSONString(CTYPES[etype])543 self.writeJSONString(CTYPES[etype])574 self.writeJSONString(string)624 self.writeJSONString(name)668 self.writeJSONString(string)
369 private void writeJSONString(byte[] b) throws TException { in writeJSONString() method in TJSONProtocol496 writeJSONString(b); in writeMessageBegin()524 writeJSONString(getTypeNameForTypeID(field.type)); in writeFieldBegin()538 writeJSONString(getTypeNameForTypeID(map.keyType)); in writeMapBegin()539 writeJSONString(getTypeNameForTypeID(map.valueType)); in writeMapBegin()553 writeJSONString(getTypeNameForTypeID(list.elemType)); in writeListBegin()565 writeJSONString(getTypeNameForTypeID(set.elemType)); in writeSetBegin()601 writeJSONString(uuid.toString().getBytes(StandardCharsets.UTF_8)); in writeUuid()612 writeJSONString(b); in writeString()
394 private void writeJSONString(byte[] b) throws TException { in writeJSONString() method in TJSONProtocol530 writeJSONString(b); in writeMessageBegin()553 writeJSONString(getTypeNameForTypeID(field.type)); in writeFieldBegin()564 writeJSONString(getTypeNameForTypeID(map.keyType)); in writeMapBegin()565 writeJSONString(getTypeNameForTypeID(map.valueType)); in writeMapBegin()577 writeJSONString(getTypeNameForTypeID(list.elemType)); in writeListBegin()587 writeJSONString(getTypeNameForTypeID(set.elemType)); in writeSetBegin()622 writeJSONString(b); in writeString()
210 function TJSONProtocol:writeJSONString(str)309 self:writeJSONString(name)329 self:writeJSONString(TTypeToString[ttype])341 self:writeJSONString(TTypeToString[ktype])342 self:writeJSONString(TTypeToString[vtype])354 self:writeJSONString(TTypeToString[etype])364 self:writeJSONString(TTypeToString[etype])409 self:writeJSONString(str)
457 uint32_t TJSONProtocol::writeJSONString(const std::string& str) { in writeJSONString() function in apache::thrift::protocol::TJSONProtocol603 result += writeJSONString(name); in writeMessageBegin()628 result += writeJSONString(getTypeNameForTypeID(fieldType)); in writeFieldBegin()644 result += writeJSONString(getTypeNameForTypeID(keyType)); in writeMapBegin()645 result += writeJSONString(getTypeNameForTypeID(valType)); in writeMapBegin()659 result += writeJSONString(getTypeNameForTypeID(elemType)); in writeListBegin()670 result += writeJSONString(getTypeNameForTypeID(elemType)); in writeSetBegin()706 return writeJSONString(str); in writeString()
112 uint32_t writeJSONString(const std::string& str);