Searched refs:HasPrefix (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexnames.c365 BOOLEAN HasPrefix = FALSE; local
406 HasPrefix = TRUE;
424 HasPrefix = TRUE;
454 HasPrefix = TRUE;
484 HasPrefix = TRUE;
535 if (AE_CTRL_PENDING == Status && HasPrefix)
/haiku-fatelf/src/apps/debugger/model/
H A DTypeComponentPath.h88 bool HasPrefix(const TypeComponent& other) const;
H A DTypeComponentPath.cpp20 TypeComponent::HasPrefix(const TypeComponent& other) const function in class:TypeComponent
/haiku-fatelf/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp328 bool HasPrefix(char prefix) const function in class:Input
333 bool HasPrefix(const char* prefix) const function in class:Input
342 if (!HasPrefix(prefix))
2170 if (fInput.HasPrefix('T') || fInput.HasPrefix("GV")) {
2179 if (fInput.CharsRemaining() == 0 || fInput.HasPrefix('E')) {
2338 if (!fInput.HasPrefix("St")) {
2369 if (!fInput.HasPrefix('I'))
2467 if (fInput.HasPrefix('I')) {
2826 if (!fInput.HasPrefix("S
[all...]

Completed in 56 milliseconds