Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php74 protected function assertContextIsNotMapKey($invalidKeyType) function in Thrift\\Protocol\\TSimpleJSONProtocol
195 $this->assertContextIsNotMapKey(self::NAME_MAP);
209 $this->assertContextIsNotMapKey(self::NAME_LIST);
224 $this->assertContextIsNotMapKey(self::NAME_SET);
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTSimpleJSONProtocol.java136 protected void assertContextIsNotMapKey(String invalidKeyType) throws CollectionMapKeyException { in assertContextIsNotMapKey() method in TSimpleJSONProtocol
191 assertContextIsNotMapKey(MAP); in writeMapBegin()
206 assertContextIsNotMapKey(LIST); in writeListBegin()
221 assertContextIsNotMapKey(SET); in writeSetBegin()