Searched refs:childFieldMatcher (Results 1 – 1 of 1) sorted by relevance
88 FieldMatcher* childFieldMatcher = fieldMatcher->add_child(); in CreateStatsdConfigForRepeatedFieldsPushedEvent() local89 childFieldMatcher->set_field(9); // repeated_int_field in CreateStatsdConfigForRepeatedFieldsPushedEvent()90 childFieldMatcher->set_position(Position::FIRST); in CreateStatsdConfigForRepeatedFieldsPushedEvent()92 childFieldMatcher = fieldMatcher->add_child(); in CreateStatsdConfigForRepeatedFieldsPushedEvent()93 childFieldMatcher->set_field(10); // repeated_long_field in CreateStatsdConfigForRepeatedFieldsPushedEvent()94 childFieldMatcher->set_position(Position::LAST); in CreateStatsdConfigForRepeatedFieldsPushedEvent()96 childFieldMatcher = fieldMatcher->add_child(); in CreateStatsdConfigForRepeatedFieldsPushedEvent()97 childFieldMatcher->set_field(11); // repeated_float_field in CreateStatsdConfigForRepeatedFieldsPushedEvent()98 childFieldMatcher->set_position(Position::ALL); in CreateStatsdConfigForRepeatedFieldsPushedEvent()100 childFieldMatcher = fieldMatcher->add_child(); in CreateStatsdConfigForRepeatedFieldsPushedEvent()[all …]