Home
last modified time | relevance | path

Searched defs:refl (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc59 const Reflection* refl = message.GetReflection(); in TEST() local
158 const Reflection* refl = extended_message.GetReflection(); in TEST() local
216 const Reflection* refl = message.GetReflection(); in TEST() local
441 const Reflection* refl = message.GetReflection(); in TEST() local
531 const Reflection* refl = extended_message.GetReflection(); in TEST() local
581 const Reflection* refl = m0.GetReflection(); in TEST() local
695 const Reflection* refl = dynamic_message->GetReflection(); in TEST() local
Ddynamic_message_unittest.cc291 const Reflection* refl = message->GetReflection(); in TEST_F() local
Dmap_test.cc1113 const Reflection* refl = message.GetReflection(); in TEST_F() local
1300 const Reflection* refl = message.GetReflection(); in TEST_F() local
1808 const Reflection* refl = m0.GetReflection(); in TEST_F() local
Darena_unittest.cc891 const Reflection* refl = message->GetReflection(); in TEST() local
/third_party/ffmpeg/libavcodec/
Dra144.c1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) in ff_eval_refl()
1593 void ff_eval_coefs(int *coefs, const int *refl) in ff_eval_coefs()
Dcngdec.c80 static void make_lpc_coefs(float *lpc, const float *refl, int order) in make_lpc_coefs()
Dvp9block.c393 int refl = td->left_ref_ctx[row7], refa = s->above_ref_ctx[col]; in decode_mode() local