HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultToolchainKey (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
function_set_default_toolchain.cc 60 scope->GetProperty(Loader::kDefaultToolchainKey, NULL));
loader.h 66 static const void* kDefaultToolchainKey;
loader.cc 82 const void* Loader::kDefaultToolchainKey = &kDefaultToolchainKey;
294 // See kDefaultToolchainKey in the header.
297 base_config->SetProperty(kDefaultToolchainKey, &default_toolchain_label);

Completed in 94 milliseconds