Home
last modified time | relevance | path

Searched defs:NAME_SET (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php49 const NAME_SET = "set"; define in Thrift\\Protocol\\TSimpleJSONProtocol
DTJSONProtocol.php75 const NAME_SET = "set"; define in Thrift\\Protocol\\TJSONProtocol
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTJSONProtocol.hx906 public static var NAME_SET = 'set'; variable
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java88 private static final byte[] NAME_SET = new byte[] { 's', 'e', 't' }; field in TJSONProtocol
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java96 private static final byte[] NAME_SET = new byte[] {'s', 'e', 't'}; field in TJSONProtocol