Searched defs:lineno (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ |
D | linker_config.cpp | 114 size_t lineno() const { in lineno() function in ConfigParser 149 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() 164 size_t lineno() const { in lineno() function in PropertyValue 174 size_t lineno, in create_error_msg() 364 std::vector<std::string> get_strings(const std::string& name, size_t* lineno = nullptr) const { in get_strings() 380 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { in get_bool() 389 std::string get_string(const std::string& name, size_t* lineno = nullptr) const { in get_string() 394 …std::vector<std::string> get_paths(const std::string& name, bool resolve, size_t* lineno = nullptr… in get_paths() 524 size_t lineno = 0; in read_binary_config() local
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 964 def __init__(self, tokens, directive=None, lineno=0, identifier=None): argument
|