Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1608 const char* equals_pos = strchr(arg, '='); in ParseArgument() local
1712 std::string::size_type equals_pos = parts[i].find_first_of('='); in InterpretArgument() local
1914 std::string::size_type equals_pos = value.find_first_of('='); in InterpretArgument() local
H A Dcode_generator.cc113 std::string::size_type equals_pos = parts[i].find_first_of('='); in ParseGeneratorParameter() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1608 const char* equals_pos = strchr(arg, '='); in ParseArgument() local
1712 std::string::size_type equals_pos = parts[i].find_first_of('='); in InterpretArgument() local
1914 std::string::size_type equals_pos = value.find_first_of('='); in InterpretArgument() local
H A Dcode_generator.cc113 std::string::size_type equals_pos = parts[i].find_first_of('='); in ParseGeneratorParameter() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dplugin.h68 std::string::size_type equals_pos = sp.find_first_of('='); in ParseGeneratorParameter() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_windows.cpp218 size_t equals_pos = 0; in parse_gpu_info_list_windows() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.cc1102 size_t equals_pos = params.find('='); in ParseAcceptEncoding() local