OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putUlong
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/php/
FlatbufferBuilder.php
257
public function
putUlong
($x)
263
$this->bb->
putUlong
($this->space -= 8, $x);
370
$this->
putUlong
($x);
ByteBuffer.php
281
public function
putUlong
($offset, $value)
Completed in 295 milliseconds