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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexnames.c397 BOOLEAN HasPrefix = FALSE; local
438 HasPrefix = TRUE;
455 HasPrefix = TRUE;
484 HasPrefix = TRUE;
514 HasPrefix = TRUE;
563 if (AE_CTRL_PENDING == Status && HasPrefix)
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h88 bool HasPrefix(const TypeComponent& other) const;
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp20 TypeComponent::HasPrefix(const TypeComponent& other) const function in class:TypeComponent
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp329 bool HasPrefix(char prefix) const function in class:Input
334 bool HasPrefix(const char* prefix) const function in class:Input
343 if (!HasPrefix(prefix))
2239 while (fInput.HasPrefix('.')) {
2277 if (fInput.HasPrefix('T') || fInput.HasPrefix("GV")) {
2286 if (fInput.CharsRemaining() == 0 || fInput.HasPrefix('E')
2287 || fInput.HasPrefix('.')) {
2446 if (!fInput.HasPrefix("St")) {
2477 if (!fInput.HasPrefix('
[all...]

Completed in 50 milliseconds