Home
last modified time | relevance | path

Searched defs:dot_index (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/proto_text/
H A Dgen_proto_text_functions_lib.cc213 const int dot_index = fd.name().find_last_of('.'); in GetProtoTextHeaderName() local
220 const int dot_index = fd.name().find_last_of('.'); in GetProtoHeaderName() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ryu-1.0.17/src/
H A Ds2f.rs25 let mut dot_index = len; in s2f() localVariable
H A Ds2d.rs23 let mut dot_index = len; in s2d() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ryu/src/
Ds2d.rs23 let mut dot_index = len; in s2d() localVariable
Ds2f.rs23 let mut dot_index = len; in s2f() localVariable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc438 size_t dot_index = package_name.find(delimiter); in GeneratePackageModules() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc438 size_t dot_index = package_name.find(delimiter); in GeneratePackageModules() local
/aosp_15_r20/external/pdfium/xfa/fgas/crt/
H A Dcfgas_stringformatter.cpp1178 size_t dot_index = 0; in ParseNum() local
1946 auto dot_index = wsSrcNum.Find('.'); in FormatNum() local
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc715 int32_t dot_index = h_name->LastIndexOf('.'); in Class_getSimpleNameNative() local
/aosp_15_r20/external/cronet/base/
H A Dvalues.cc845 size_t dot_index = path.find('.'); in ExtractByDottedPath() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp652 size_t dot_index = wsSrcNum.Find('.').value_or(wsSrcNum.GetLength()); in FormatNumStr() local