Searched refs:NAME_LIST (Results 1 – 7 of 7) sorted by relevance
48 const NAME_LIST = "lst"; define in Thrift\\Protocol\\TSimpleJSONProtocol209 $this->assertContextIsNotMapKey(self::NAME_LIST);
74 const NAME_LIST = "lst"; define in Thrift\\Protocol\\TJSONProtocol101 return self::NAME_LIST;
291 NAME_LIST = 'lst';322 TType.List: result := NAME_LIST;341 else if name = NAME_LIST then result := TType.List
87 private static final byte[] NAME_LIST = new byte[] { 'l', 's', 't' }; field in TJSONProtocol116 return NAME_LIST; in getTypeNameForTypeID()
655 static const String NAME_LIST = 'lst';669 TType.LIST: Uint8List.fromList(NAME_LIST.codeUnits)692 NAME_LIST: TType.LIST
95 private static final byte[] NAME_LIST = new byte[] {'l', 's', 't'}; field in TJSONProtocol125 return NAME_LIST; in getTypeNameForTypeID()
905 public static var NAME_LIST = 'lst'; variable922 case TType.LIST: return NAME_LIST;939 NAME_LIST => TType.LIST,