OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNodesWithName
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
test_xml_utils.h
27
TiXmlNodeVector*
GetNodesWithName
(const TiXmlNode* node,
test_xml_utils.cc
33
TiXmlNodeVector*
GetNodesWithName
(const TiXmlNode* node,
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc
82
TiXmlNodeVector* cmap_table =
GetNodesWithName
(&document_, "cmap_table");
85
TiXmlNodeVector* cmaps =
GetNodesWithName
(cmap_table->at(0), "cmap");
104
TiXmlNodeVector* maps =
GetNodesWithName
(*it, "map");
Completed in 37 milliseconds