Searched refs:VariantDecodeFn (Results 1 – 3 of 3) sorted by relevance
55 UnaryVariantOpRegistry::VariantDecodeFn* UnaryVariantOpRegistry::GetDecodeFn( in GetDecodeFn()63 const string& type_name, const VariantDecodeFn& decode_fn) { in RegisterDecodeFn()65 VariantDecodeFn* existing = GetDecodeFn(type_name); in RegisterDecodeFn()69 decode_fns.insert(std::pair<StringPiece, VariantDecodeFn>( in RegisterDecodeFn()86 UnaryVariantOpRegistry::VariantDecodeFn* decode_fn = in DecodeUnaryVariant()
65 typedef std::function<bool(Variant*)> VariantDecodeFn; typedef101 const VariantDecodeFn& decode_fn);104 VariantDecodeFn* GetDecodeFn(StringPiece type_name);196 gtl::FlatMap<StringPiece, VariantDecodeFn, StringPieceHasher> decode_fns;
147 UnaryVariantOpRegistry::VariantDecodeFn f; in TEST()