OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsonfile
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/samples/
sample_text.cpp
29
std::string
jsonfile
;
local
31
flatbuffers::LoadFile("samples/monsterdata.json", false, &
jsonfile
);
41
parser.Parse(
jsonfile
.c_str(), include_directories);
54
if (jsongen !=
jsonfile
) {
55
printf("%s----------------\n%s", jsongen.c_str(),
jsonfile
.c_str());
/external/libchrome/build/android/gyp/util/
md5_check.py
70
with open(record_path, 'r') as
jsonfile
:
72
old_metadata = _Metadata.FromFile(
jsonfile
)
/external/flatbuffers/tests/
test.cpp
598
std::string
jsonfile
;
local
606
&
jsonfile
),
626
TEST_EQ(parser.Parse(
jsonfile
.c_str(), include_directories), true);
644
TEST_EQ_STR(jsongen.c_str(),
jsonfile
.c_str());
657
auto buf = registry.TextToFlatBuffer(
jsonfile
.c_str(), MonsterIdentifier());
668
TEST_EQ_STR(text.c_str(),
jsonfile
.c_str());
[
all
...]
Completed in 269 milliseconds