Home
last modified time | relevance | path

Searched refs:start_ptr (Results 1 – 2 of 2) sorted by relevance

/system/host/fidl/lib/
A Dformatter.cpp390 const char* start_ptr = start_view.data(); in OnFile() local
392 size_t offset = strspn(start_ptr, kWsCharacters); in OnFile()
394 start_ptr + offset, initial_length - offset); in OnFile()
/system/host/banjo/lib/
A Dformatter.cpp377 const char* start_ptr = start_view.data(); in OnFile() local
379 size_t offset = strspn(start_ptr, kWsCharacters); in OnFile()
381 start_ptr + offset, initial_length - offset); in OnFile()

Completed in 5 milliseconds