Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php74 protected function assertContextIsNotMapKey($invalidKeyType) argument
79 $invalidKeyType
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTSimpleJSONProtocol.java136 protected void assertContextIsNotMapKey(String invalidKeyType) throws CollectionMapKeyException { in assertContextIsNotMapKey() argument
139 "Cannot serialize a map with keys that are of type " + invalidKeyType); in assertContextIsNotMapKey()