Searched refs:SendableType (Results 1 – 6 of 6) sorted by relevance
34 if (Array.isArray(target) || SendableType.isArray(target)) {36 } else if (target instanceof Set || SendableType.isSet(target) || 37 target instanceof Map || SendableType.isMap(target)) {
177 } else if (!SendableType.isArray(target)) {314 if (target instanceof Set || (this.isMakeObserved_ && SendableType.isSet(target))) {341 if (target instanceof Map || (this.isMakeObserved_ && SendableType.isMap(target))) {
39 FunctionRef::SendableType::OBJECT); in CreateSendablePropertiesInfos()42 FunctionRef::SendableType::GENERIC); in CreateSendablePropertiesInfos()54 FunctionRef::SendableType type) in InitSendablePropertiesInfo()85 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo()98 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo()
38 … FunctionRef::SendableType type = FunctionRef::SendableType::NONE);
21 class SendableType {
4504 class SendableType { class7537 else if (!SendableType.isArray(target)) {7666 if (target instanceof Set || (this.isMakeObserved_ && SendableType.isSet(target))) {7691 if (target instanceof Map || (this.isMakeObserved_ && SendableType.isMap(target))) {10061 if (Array.isArray(target) || SendableType.isArray(target)) {10064 else if (target instanceof Set || SendableType.isSet(target) ||10065 target instanceof Map || SendableType.isMap(target)) {