Searched refs:VariantDecodeFn (Results 1 – 3 of 3) sorted by relevance
40 UnaryVariantOpRegistry::VariantDecodeFn* UnaryVariantOpRegistry::GetDecodeFn( in GetDecodeFn()48 const string& type_name, const VariantDecodeFn& decode_fn) { in RegisterDecodeFn()50 VariantDecodeFn* existing = GetDecodeFn(type_name); in RegisterDecodeFn()54 decode_fns.insert(std::pair<StringPiece, VariantDecodeFn>( in RegisterDecodeFn()59 UnaryVariantOpRegistry::VariantDecodeFn* decode_fn = in DecodeUnaryVariant()
61 typedef std::function<bool(Variant*)> VariantDecodeFn; typedef97 const VariantDecodeFn& decode_fn);100 VariantDecodeFn* GetDecodeFn(StringPiece type_name);149 gtl::FlatMap<StringPiece, VariantDecodeFn, StringPieceHasher> decode_fns;
130 UnaryVariantOpRegistry::VariantDecodeFn f; in TEST()