Home
last modified time | relevance | path

Searched refs:FrontIndex (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_buffer.cc29 for (int i = 0, i0 = FrontIndex(), i1 = b.FrontIndex(); i < size_; in operator ==()
69 RTC_DCHECK_LT(FrontIndex(), buffer_.size()); in Front()
70 return buffer_[FrontIndex()]; in Front()
73 int SaturationProtectorBuffer::FrontIndex() const { in FrontIndex() function in webrtc::SaturationProtectorBuffer
Dsaturation_protector_buffer.h49 int FrontIndex() const;
/external/libtextclassifier/abseil-cpp/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anon9018e5110511::ArgsList
676 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
681 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
719 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
727 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
728 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
788 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dparse.cc163 size_t FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anon324fc6100511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (size_t arg_index = input_args.back().FrontIndex(); in ParseCommandLineImpl()
/external/abseil-cpp/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anonaa6dd5c10511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anonfaad4b820511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()
/external/openscreen/third_party/abseil/src/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anon1d4fcd820511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anondbebe1ed0511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()
/external/cronet/third_party/abseil-cpp/absl/flags/
Dparse.cc173 size_t FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anon35096b940511::ArgsList
803 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseAbseilFlagsOnlyImpl()
872 for (size_t arg_index = input_args.back().FrontIndex(); in ParseAbseilFlagsOnlyImpl()
/external/angle/third_party/abseil-cpp/absl/flags/
Dparse.cc177 size_t FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anon89871b300511::ArgsList
807 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseAbseilFlagsOnlyImpl()
876 for (size_t arg_index = input_args.back().FrontIndex(); in ParseAbseilFlagsOnlyImpl()